It looks like the current CVS version of build.xml is slightly broken. For example, the 'junit' target depends on 'main' which checks on the setting of j2ee.classes. However, the j2ee.classes property is set in the 'init' target which not a dependency of neither 'checkj2ee.classes' nor 'main'. So, it will always fail.
So, for example, the 'junit' target fails because j2ee.classes hasn't had a chance to run. yuji ---- Yuji Shinozaki Computer Systems Senior Engineer [EMAIL PROTECTED] Advanced Technologies Group (804)924-7171 Information Technology & Communication http://www.people.virginia.edu/~ys2n University of Virginia --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
