Description
Fixed (HEAD rev 219657, M4 rev 219658). Previously, the error was not clear that the old format was actually used:
20:45:19,847 ERROR [JettyModuleBuilder] Incorrect deployment plan naming: found geronimo-jetty.xml, should be geronimo-web.xml
20:45:19,847 ERROR [TemporaryPlanAdapter] WAR includes a file using the old geronimo-jetty.xml format (including namespace http://geronimo.apache.org/xml/ns/web/jetty). This is no longer supported. Please change to the new geronimo-web.xml format. The main difference is that it uses the namespace http://geronimo.apache.org/xml/ns/web
The fixed error message looks like:
17:23:11,016 ERROR [JettyModuleBuilder] Incorrect deployment plan naming: found geronimo-jetty.xml, should be geronimo-web.xml
17:23:11,016 ERROR [TemporaryPlanAdapter] WAR includes a file using the old geronimo-jetty.xml format (including namespace http://geronimo.apache.org/xml/ns/web/jetty). While we're still using your file for now, the next release will not, and you should change to the new geronimo-web.xml format immediately. The main difference is that it uses the namespace http://geronimo.apache.org/xml/ns/web