Jason van Zyl wrote: > > Here is my first run which was completed: > > http://24.157.133.102/gump/ > > When I try your build script with: > > build jakarta-turbine-stratum > > I get: > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/tools/ant/Main > > Sorry for all the questions but I'm just trying to get back what I had > running last night and I'm not sure what changed.
edit build.sh search for "stratum;" you should see a bunch of export CLASSPATH statements. See if there is anything amis. If you like, cut and paste them into a separate script for easier debugging. By the way, looking at your workspace, it still has a reference to rubix.xml. This may be the problem if you tried a "build gump scripts" as the paths in the generated scripts are likely mine. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
