You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/11/19 20:34:50 UTC

DO NOT REPLY [Bug 24835] New: - Jar task and package directories

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: dev@ant.apache.org
        ReportedBy: alittle@clinphone.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org