Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55252 - dev-java/xalan sets USE="" in the ebuild
Summary: dev-java/xalan sets USE="" in the ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 09:35 UTC by ferret
Modified: 2004-07-27 09:18 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 ferret 2004-06-26 09:35:31 UTC
if use doc ; then
                if [ `java-config --java-version 2>&1 | grep "1\.4\."  | wc -l` -lt 1 ]  ; then
                        ant javadocs || die "Build Javadocs Failed"
                else
                        USE=""
                        einfo "                                                          "
                        einfo " 1.4.x JDKs are unable to compile Javadocs at this time.  "
                        einfo "                                                          "
                fi
        fi


There is just no reason for this.  The einfo is sufficient to tell the user that
docs are not being made.  Better would be USE="-doc", but imho the USE="" should
just be removed, entirely.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-07-27 09:18:36 UTC
fixed