Bad closing tag in deployment descriptor

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

2006-03-31 14:08:27.315 INFO main [WebCompiler] Extracting files from archive: D:\xfsong\workhome\nbprojects\WebTest\dist\WebTest.war
SAXParserException: org.xml.sax.SAXParseException: The end-tag for element type "display-name" must end with a '>' delimiter.
Column Number: + 40
Line Number: + 7
2006-03-31 14:08:29.493 WARN main [DeployTool] Deploy module failed due to exception: com.sybase.djc.xml.XmlException
2006-03-31 14:08:29.493 ERROR main [DeployTool] Failed to deploy module: D:\xfsong\workhome\nbprojects\WebTest\dist\WebTest.war
2006-03-31 14:08:29.493 INFO main [DeployTool] Running configuration script: webapp-webtest
D:\sybase\60069\bin\undeploy.bat webapp-webtest
2006-03-31 14:08:30.166 WARN main [UndeployTool] Warning: No config file found for webapp-webtest
Warning: No config file found for webapp-webtest
2006-03-31 14:08:30.291 INFO main [UndeployTool] Undeployed: webapp webtest
Undeployed: webapp webtest