Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72932 - ant should run be run with commons-collections included via java-config
Summary: ant should run be run with commons-collections included via java-config
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-11-30 09:11 UTC by Maxwell Grender-Jones
Modified: 2005-02-04 09:43 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 Maxwell Grender-Jones 2004-11-30 09:11:20 UTC
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 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-04 09:43:24 UTC
thanks for your report, changes commited.