[MOBY-l] java error
Nicholas Sutanto
nsutanto at purdue.edu
Tue Feb 28 15:57:05 UTC 2006
Hi Martin,
1. Yes, I don't get better result.
2. I tried to put echo "CLASSPATH = $CLASSPATH" in the build-dev.sh
file. But I don't see the output anywhere when running the ./build.sh.
Did I miss something?
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