Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9356 - fixes to /usr/bin/ant
Summary: fixes to /usr/bin/ant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-19 18:29 UTC by Norman Krämer
Modified: 2002-11-18 11:40 UTC (History)
1 user (show)

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 Norman Krämer 2002-10-19 18:29:34 UTC
apply the following diff to /usr/bin/ant to make it work: 
12a13 
>   fi 
40c41 
< JAVACMD="${JAVA_HOME}/java" 
--- 
> JAVACMD=`java-config --java` 
53c54 
< LOCALCLASSPATH=`${LOCALCLASSPATH}:java-config --classpath=ant` 
--- 
> LOCALCLASSPATH=${LOCALCLASSPATH}:`java-config --classpath=ant`
Comment 1 Adrian Almenar 2002-11-18 11:40:46 UTC
I was checking and this is already fixed.