Java Mailing List Archive

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

Apache Ant Archive

» Ant Users List
» Ant Developers List
War Task With Multiple XML Descriptors

War Task With Multiple XML Descriptors

2003-03-13       - By Nicholas
Reply:     1     2     3     4     5  

I am trying to use the War taks, but I have two,
descriptors: web.xml and jboss-web.xml. I have tried a
couple of things to get both in, to no avail:

<war destfile="${out.dir}/ExWebApp.war"
webxml="${xml.dir}/*.xml" >

<war destfile="${out.dir}/ExWebApp.war"
webxml="${xml.dir}/web.xml,${xml.dir}/jboss-web.xml" >

Neither of these worked.

Is there any way to do this ?

Thanks.

//Nicholas


=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
nwhitehe@(protected)
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


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