-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Set a project in Eclipse
2. Locate appengine-web.xml
3. Right-click it ans select "Validate"
It returns "No grammar constraints (DTD or XML schema) detected for the
document. appengine-web.xml /myApp/war/WEB-INF line 1 XML
Problem" and the file is always flagged by a yellow attention marker.
It should enumerate the errors found in the file. Schema validation is a
powerful tool that should be better leveraged. Instead of reporting an XML
error at the end of the deployment process.
This is GAE 1.3.0 in Galileo under Windows XP
Original issue reported on code.google.com by juan.la...@gmail.com on 30 Dec 2009 at 4:24