I think your CLASSPATH variable is not set properly. Can you add
ant.jar (full path for the ant.jar) in your CLASSPATH variable and
try?
>
> $JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS
> org.apache.tools.ant.Main -e -f src/installer/resources/build.xml "$@"
You can also try by changing the classpath value in above line in the
script. Change "$LOCALCLASSPATH" to
"$LOCALCLASSPATH:${fullpathofant.jar}"
You can use rpm -ql ant to find where the ant.jar file is located.
-Sree Pratheep.
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc