Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
Dec 29, 2008
How to disable XML and other Validation in Eclipse
Window > Preferences > Validation and uncheck the appropriate Validator. This will also help speed up the Eclipse refresh time.
8 comments:
Thank you for this
I was getting so pissed off at eclipse freezing on every load because it tried to validate our GIANT xml datafeed files
That option is no longer there in the latest eclipse =(
I've tried a bunch of things in 3.5.2 but still can not figure out how to turn off XML validation.
Anyone have success with this in a newer version of eclipse?
thx, works just fine in Eclipse Helios
thx ,works just fine in Eclipse Helios
I got it do disable by doing this.
Project -> Properties -> Validation -> HTML Syntax -> Document Type -> Invalid Location = Ignore
I got it do disable by doing this.
Project -> Properties -> Validation -> HTML Syntax -> Document Type -> Invalid Location = Ignore
Disabling HTML validation worked! Thank you: dudzjosh
Post a Comment