First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 72932
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Maxwell Grender-Jones <max@themaniac.org>
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 72932 depends on: Show dependency tree
Bug 72932 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: 2004-11-30 09:11 0000
currently /usr/bin/ant reads:
LOCALCLASSPATH="${LOCALCLASSPATH}:`java-config --classpath=ant-core,ant-tasks,log4j,xerces-2,xalan,junit,antlr,bcel,bsh,commons-beanutils,commons
-logging,commons-net,oro,jdepend,jsch,regexp,rhino,jython,jta,jaf,javamail 2> /dev/null`"

however, commons-beanutils depends on commons-collections, and thus it *should* read:

LOCALCLASSPATH="${LOCALCLASSPATH}:`java-config --classpath=ant-core,ant-tasks,log4j,xerces-2,xalan,junit,antlr,bcel,bsh,commons-beanutils,commons-collections,commons
-logging,commons-net,oro,jdepend,jsch,regexp,rhino,jython,jta,jaf,javamail 2> /dev/null`"

i.e. added commons-collections.

Having to specify all the possible java libs in the /usr/bin/ant file seems pretty horrid to me, but that's another bug altogether!

------- Comment #1 From Jan Brinkmann (RETIRED) 2005-02-04 09:43:24 0000 -------
thanks for your report, changes commited.

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