Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540998 - dev-java/pdfbox-1.8.8 fails to install - pdfbox-1.8.8.jar does not exist
Summary: dev-java/pdfbox-1.8.8 fails to install - pdfbox-1.8.8.jar does not exist
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-22 09:22 UTC by Helmut Jarausch
Modified: 2015-02-22 12:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2015-02-22 09:22:43 UTC
dev-java/pdfbox-1.8.8  install cannot find pdfbox-1.8.8.jar

If one replaces 

src_install() {
	java-pkg_newjar ${P}.jar ${PN}.jar

with

src_install() {
	java-pkg_newjar ${S}/target/${P}.jar ${PN}.jar


it succeeds.
Comment 1 Miroslav Šulc gentoo-dev 2015-02-22 12:01:48 UTC
  22 Feb 2015; Miroslav Šulc <fordfrog@gentoo.org> pdfbox-1.8.8.ebuild:
  fixed installation of jar file (bug #540998)

fixed. thank you for the report and for the fix!