Hi, Currently in each Excalibur build.xml, the system classpath is included right at the front:
<path id="project.class.path"> <pathelement path="${java.class.path}"/> ... <pathelement I think this is very dangerous, as anyone with an old avalon-excalibur.jar in their CLASSPATH will get odd errors. I've been tripped up myself a few times like this. So, can I remove it? Or is someone relying on it's presence? If so, I'll fix gump.xml to use properties instead of the classpath before making the change. --Jeff -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>