Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Problem Using Ear Task in 1.5.2

Problem Using Ear Task in 1.5.2

2003-03-27       - By Wax, Michael (NBC)
Reply:     1     2     3     4     5  

The ear task in 1.5.2 does not include my application.xml file in the ear
file.  This feature works in 1.5.1.

My task is as follows:
<target name="ear">
  <ear destfile="${target.dir}/trackerApp.ear"
    appxml="${src.dir}/meta-inf/application.xml">
          <fileset dir="${target.dir}" includes="*.jar,*.war"/>
        </ear>
</target>

Am I doing something wrong, or is this a bug?


  Because e-mail can be altered electronically,
  the integrity of this communication cannot be guaranteed.


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.