Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 177654

Summary: txw2-runtime-20070407 doesn't compile with the doc use-flag enabled
Product: Gentoo Linux Reporter: Martin Slota <slotik>
Component: [OLD] JavaAssignee: Krzysztof Pawlik (RETIRED) <nelchael>
Status: RESOLVED DUPLICATE    
Severity: normal CC: java
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin Slota 2007-05-08 15:21:40 UTC
when i emerge txw2-runtime-20070407 i get the following ant output:

Buildfile: build.xml

runtime-compile:
    [mkdir] Created dir: /var/tmp/portage/dev-java/txw2-runtime-20070407/work/txw2-20070407/build-runtime
    [javac] Compiling 41 source files to /var/tmp/portage/dev-java/txw2-runtime-20070407/work/txw2-20070407/build-runtime
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

runtime-jar:
      [jar] Building jar: /var/tmp/portage/dev-java/txw2-runtime-20070407/work/txw2-20070407/txw2.jar

BUILD FAILED
Target "javadoc" does not exist in the project "txw2".

Reproducible: Always

Steps to Reproduce:
1. enable the doc use-flag
2. emerge txw2-runtime
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-05-08 16:26:12 UTC
nelchael: Please test all of the stuff you committed as a lot of things seem to be failing with USE="doc"
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-08 22:42:58 UTC
I have tested with USE="doc" - recent change to eclass (defaulting to EANT_DOC_TARGET="javadoc") broke those ebuilds.

*** This bug has been marked as a duplicate of bug 177668 ***