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

Allow ejbjar task to accept nested manifest

           Summary: Allow ejbjar task to accept nested manifest
           Product: Ant
           Version: 1.5.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be helpful to allow the EJB jar file to accept a manifest file
definition as a nested element (similar to the jar task) rather than having to
specify an external filename.

e.g.

<ejbjar ...>
    <manifest>
        <attribute name="Class-Path" value="myfiles.jar"/>
    </manifest>
</ejbjar>

Reply via email to