Sorry, here is my code for war

  | <target name="war" depends ="compile" description="Generate the runtime 
war">
  |     <war warfile="${dist.dir}/${app.name}.war"  
webxml="${basedir}/WEB-INF/web.xml">
  |         <fileset dir="${basedir}/WEB-INF/classes"/>
  |             <fileset dir="${basedir}/jsp"/>
  |             <lib dir="${lib.dir}"/>  
  |          
  |     </war>
  |  </target>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133977#4133977

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133977
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to