> From: Mark Harris [mailto:[EMAIL PROTECTED] > <path id="classpath"> > <pathelement location="/myjar.jar"/> ^ It's likely the pb is the leading slash, unless all your Jars are in the root dir or the drive root, which is unlikely.
<path> automatically removes non-valid filenames, so yours is correctly referenced, it's just empty. If your Jars are in fact in your ${basedir}, simply remove the slash. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]