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=23659>.
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=23659

Jar Task should support the M option

           Summary: Jar Task should support the M option
           Product: Ant
           Version: 1.5.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


That is to say, you should be able to create a jar file without having a 
Manifest file automatically created for you.  Something like an attribute to 
the jar task like nomanifest="true".  There are some cases when jar files 
shouldn't have manifest files.  The current jar task doesn't allow for this.  
Currently, I'm having to do 99.999% of my build in ant, but running "jar cfM" 
to create my jar because I need it not to have a manifest.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to