First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 94189
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nicolas Boichat <nicolas@boichat.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 94189 depends on: Show dependency tree
Bug 94189 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-27 08:11 0000
When the "doc" USE flag is enabled, dev-java/jmi-interface-1.0 only builds the
javadoc, and not the jar files.

This can be fixed by adding "jar" AND "javadoc" targets to antflags when doc
USE flag is enabled  (instead of adding only "javadoc") .

Patch :
jmi-interface-1.0.ebuild
--- /usr/portage/dev-java/jmi-interface/jmi-interface-1.0.ebuild       
2005-05-03 19:10:26.000000000 +0200
+++ jmi-interface-1.0.ebuild    2005-05-27 17:01:59.000000000 +0200
@@ -30,7 +30,7 @@

 src_compile() {
        local antflags=""
-       use doc && antflags="${antflags} javadoc"
+       use doc && antflags="${antflags} jar javadoc"
        use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
        ant ${antflags} || die "Failed to compile"
 }

------- Comment #1 From Jan Brinkmann (RETIRED) 2005-05-27 08:46:16 0000 -------
fixed in cvs, thanks for reporting

------- Comment #2 From Nicolas Boichat 2005-05-29 12:02:33 0000 -------
Works fine. Thanks.

First Last Prev Next    No search results available      Search page      Enter new bug