DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24835>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24835 Jar task and package directories Summary: Jar task and package directories Product: Ant Version: 1.5.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I really hope this is an issue, or I'll have to get very embarresed! I think I'm having issues to do with packages and path names. I can't get the .Jar file produced by Ant to have path information. <jar jarfile="package.jar" basedir="${build}/com/clinphone/stuff"/> If I manually package up this directory "/com/clinphone/stuff/" with jar, the path is present. If I use Ant on the same directory as shown in the task above no paths are present. The only way I can get the paths to show up is by creating one big jar. I.e. <jar jarfile="allpackages.jar" basedir="${build}"/> Thanks, Al. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]