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 2005/12/08 15:52:00 UTC

DO NOT REPLY [Bug 37841] New: - nested metainfo in jar task not work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37841>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37841

           Summary: nested metainfo in jar task not work
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P1
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: joy_wind@163.com


A metainf element nested in a jar task does not work. The following task
generated the paymentEJB.jar, but there not ejb-jar.xml and weblogic-ejb-jar.xml
file in the meta-inf directory in the jar.

<target name="jar-ejb" description="jar ejb package deployable">
  <jar destfile="${deploy}/paymentEJB.jar">
    <fileset dir="${classes}" includes="**/oocp/ejb/**"
excludes="**/*CVS*,**/*Test*" casesensitive="yes" />
      <metainf dir="${prjBase}/xml">
        <include name="ejb-jar.xml,weblogic-ejb-jar.xml" />
      </metainf>
  </jar>
</target>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org