Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36489 - java-config --classpath=arg1,arg2 print variables on different lines
Summary: java-config --classpath=arg1,arg2 print variables on different lines
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jason A. Mobarak (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 31468
  Show dependency tree
 
Reported: 2003-12-25 11:17 UTC by Adrian Almenar
Modified: 2004-01-09 14:42 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 Adrian Almenar 2003-12-25 11:17:12 UTC
if i raise the command:

strider@er-murazor$ java-config --classpath=xerces,pdflib

I get this:
/usr/share/xerces/lib/xercesImpl.jar:/usr/share/xerces/lib/xercesSamples.jar:/usr/share/xerces/lib/xml-apis.jar:/usr/share/xerces/lib/xmlParserAPIs.jar
/usr/share/pdflib/lib/pdflib.jar

And should be getting this:
/usr/share/xerces/lib/xercesImpl.jar:/usr/share/xerces/lib/xercesSamples.jar:/usr/share/xerces/lib/xml-apis.jar:/usr/share/xerces/lib/xmlParserAPIs.jar:/usr/share/pdflib/lib/pdflib.jar

(Note that the latest jar its concatenated to the same line and separated with ":")

Also to solve some problems with dev-java/ant i would like to request that if i call:
java-config --classpath=abcd

and package abcd doesnt exist or is not installed, it doesnt print:
Could not find package abcd

Better for use with some apps can be:
strider@er-murazor$> java-config --classpath=abcd
strider@er-murazor$>
Comment 1 Jason A. Mobarak (RETIRED) gentoo-dev 2004-01-02 13:21:29 UTC
Fixed in 1.1.8 and 1.2.0
Comment 2 Jason A. Mobarak (RETIRED) gentoo-dev 2004-01-09 14:42:02 UTC
Version 1.1.8 is stable.