[Ilugc] Problem compiling shibboleth idp
M.S.Sree Pratheep
sreepratheep at gmail.com
Mon Jul 6 14:22:33 IST 2009
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.
More information about the ilugc
mailing list