We've got some JUnit tasks that work fine on Windows, but fail on Linux. On Linux they complain about not being able to find various classes we've added to the "pluggable look and feel". I *believe* the issue can be found at the following site: http://java.sun.com/products/jfc/tsc/articles/sce/. To quote: "The only problem we encountered during our work on the project occurred because JDKTM 1.2 is currently unable to load custom look-and-feels from the CLASSPATH, so look-and-feel classes must be placed on the BOOTCLASSPATH. This is a bug in JDK 1.2 which Sun is aware of, and which will get fixed in the upcoming JDK 1.2.2 release."
OK, I don't mind specififying the "bootclasspath" if that will help here, but how do I go about doing this in an Ant script using a classpath variable? William E. Kempf [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>