You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Following the instructions in
http://help.eclipse.org/help32/index.jsp?
topic=/org.eclipse.wst.xsdeditor.doc.user/topics/tvdtschm.html
I added the schema to the catalog and it worked fine.
Only I hardcoded the 1.3.0 file location and it will flop after installing a
new
version. Ideally a reference to a file on the web is needed.
Is there one such file published by Google?
Original comment by juan.la...@gmail.com on 30 Dec 2009 at 6:22
Original issue reported on code.google.com by
juan.la...@gmail.com
on 30 Dec 2009 at 4:24The text was updated successfully, but these errors were encountered: