Missing closing tag in the deployment descriptor

If you have a Web application named “WebTest”, that is missing a closing tag in the deployment descriptor, you see error messages similar to:

2006-03-31 14:14:09.750 INFO main [WebCompiler] Extracting files from archive: D:\xfsong\workhome\nbprojects\WebTest\dist\WebTest.war
SAXParserException: org.xml.sax.SAXParseException: The element type "display-name" must be terminated by the matching end-tag "".
Column Number: + 3
Line Number: + 18
2006-03-31 14:14:11.943 WARN main [DeployTool] Deploy module failed due to exception: com.sybase.djc.xml.XmlException
2006-03-31 14:14:11.943 ERROR main [DeployTool] Failed to deploy module: D:\xfsong\workhome\nbprojects\WebTest\dist\WebTest.war
2006-03-31 14:14:11.943 INFO main [DeployTool] Running configuration script: webapp-webtest
D:\sybase\60069\bin\undeploy.bat webapp-webtest
2006-03-31 14:14:12.664 WARN main [UndeployTool] Warning: No config file found for webapp-webtest
Warning: No config file found for webapp-webtest
2006-03-31 14:14:12.789 INFO main [UndeployTool] Undeployed: webapp webtest
Undeployed: webapp webtest