Hi,

I am using the following task to build a war file:

 <target name="war" depends="compile">

       <war warfile="${warfile}" webxml="${webapp}/WEB-INF/web.xml">

           <zipfileset dir="${webapp}">

               <include name="**/*" />

               <exclude name="WEB-INF/src/**" />

           </zipfileset>

       </war>

   </target>

But the problem I have is the '<display-name>' in the web.xml file
does not match the war file that I generated "${warfile}"

Is there a way to configure the 'war' task?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to