That's the only way I've been able to avoid that warning...
-----Original Message-----
From: Sachin Chowdhary [mailto:csachin@pisoftek.com]
Sent: Thursday, May 22, 2003 8:30 AM
To: Ant Users List (E-mail)
Subject: Bulding problem (New Bie)
As i am building my project using Ant it is giving warning that
incluide
webxml in project. by webxml attribute
but i am specifying it in <war ....> tag do i need to
exculude it in other tags
<target name="war" depends="compile">
<war warfile="webi2v.war" webxml="./web/WEB-INF/web.xml">
<fileset dir="./" includes="./web/**/*.*"/>
<webinf dir="./web/WEB-INF" includes="**/*"/>
<lib dir="./web/WEB-INF/lib"/>
<classes dir="./web/WEB-INF/classes"
includes="**/*.properties"/>
</war>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|