Okay, I am following how to build a war file using Pluto-Ant-Tasks. Everything builds correctly, but it appears the build process is stripping off the namespace information within the web-app element for the web.xml file.
This is the original <web-app> element: <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> This is what I am getting when I run the web.xml throught pluto's pre-assembler. <web-app version="2.4" > When I deploy on Tomcat, it does not appear Tomcat is complaining about the namespace issue. Thank you for taking the time. Russ -- View this message in context: http://www.nabble.com/Pluto-Ant-Tasks-stripping-the-namespace-information-from-Web.xml-tf4002387.html#a11368099 Sent from the Pluto - User mailing list archive at Nabble.com.
