Re: NoClassDefFoundError...

2005-07-20 Thread Coccia, Gino
Some more details... The part of my build script that fails with a NoClassDefFoundError is a defined as class (package.classA already compiled and in an unchanging .jar) that requires a class (package.classB) just build by a previous step. The error message I get is : java.lang.NoClassDefFound

NoClassDefFoundError...

2005-07-19 Thread Coccia, Gino
I'm trying to run a build.xml script (script A) (for Cruisecontrol) that calls my original, working build.xml (script B) but am having some problems... I get a NoClassDefFoundError when my script A calls script script B - I don't get the error when I call script B directly. I've run script A with