[MOBY-l] java error
Nicholas Sutanto
nsutanto at purdue.edu
Tue Feb 28 15:59:11 UTC 2006
Ups.. sorry..
Here is the output for #2.
USING CLASSPATH:
./lib/ant_home/lib/ant-antlr.jar:./lib/ant_home/lib/ant-apache-bcel.jar:./lib/ant_home/lib/ant-apache-bsf.jar:./lib/ant_home/lib/ant-apache-log4j.jar:./lib/ant_home/lib/ant-apache-oro.jar:./lib/ant_home/lib/ant-apache-regexp.jar:./lib/ant_home/lib/ant-apache-resolver.jar:./lib/ant_home/lib/ant-commons-logging.jar:./lib/ant_home/lib/ant-commons-net.jar:./lib/ant_home/lib/ant-contrib.jar:./lib/ant_home/lib/ant-icontract.jar:./lib/ant_home/lib/ant-jai.jar:./lib/ant_home/lib/ant-javamail.jar:./lib/ant_home/lib/ant-jdepend.jar:./lib/ant_home/lib/ant-jmf.jar:./lib/ant_home/lib/ant-jsch.jar:./lib/ant_home/lib/ant-junit.jar:./lib/ant_home/lib/ant-launcher.jar:./lib/ant_home/lib/ant-netrexx.jar:./lib/ant_home/lib/ant-nodeps.jar:./lib/ant_home/lib/ant-starteam.jar:./lib/ant_home/lib/ant-stylebook.jar:./lib/ant_home/lib/ant-swing.jar:./lib/ant_home/lib/ant-trax.jar:./lib/ant_home/lib/ant-vaj.jar:./lib/ant_home/lib/ant-weblogic.jar:./lib/ant_home/lib/ant-xalan1.jar:./lib/ant_home/lib/ant-xslp.jar:./lib/ant_home/lib/ant.jar:./lib/ant_home/lib/xercesImpl.jar:./lib/ant_home/lib/xml-apis.jar:/usr/java/lib/tools.jar.
-Nicholas.
Martin Senger wrote:
>> It seems that I have the same file with you...
>>
>>
> Mystery... Never mind, let's continue:
>
> 1) Try from the scratch by cleaning first:
> ./build-dev.sh clean compile
> Have you got a beter result? Probably not. So continue:
>
> 2) Show me what CLASSPATH is really used. Edit script ./build-dev.sh by
> inserting echo (close to the end):
>
> # --- call Ant to do the building
> echo $CLASSPATH
> JAVA=$JAVA_HOME/bin/java
> $JAVA -classpath $CLASSPATH -Dant.home=$ANT_HOME org.apache.tools.ant.Main
> "$@" -buildfile build.xml
>
> What is the output?
> Martin
>
>
More information about the moby-l
mailing list