Community
Participate
Working Groups
Build Identifier: Eclipse Java EE IDE for Web Developers. Version: Indigo Service Release 1 Build id: 20110916-0149 After hours of looking around I have found how to definetly remove JS validation. This means editing your .project file, so back it up before just in case. Close Eclipse Open your .project file look for the following line : <buildCommand>...javascript</buildCommand><nature>org.eclipse.wst.jsdt.core.jsNature</nature> delete it save your file and start Eclipse Except result: There no more red or yellow squibble all over the place... but no more js validation. But actual result: There still are red or yellow squibble all over the place. You can copy a jquery.min.js to Eclipse Project so that see many errors! Reproducible: Always Steps to Reproduce: 1.Close Eclipse 2.Open your .project file 3.look for the following line : <buildCommand>...javascript</buildCommand> <nature>org.eclipse.wst.jsdt.core.jsNature</nature> delete it 4.save your file and start Eclipse
I'm not sure what we're supposed to "fix" here. Removing the Builder doesn't automatically remove the Problem Markers it created. Those would have to be deleted manually using the Problems or Markers View.
(In reply to comment #1) > I'm not sure what we're supposed to "fix" here. Removing the Builder doesn't > automatically remove the Problem Markers it created. Those would have to be > deleted manually using the Problems or Markers View. Do you have a try?
Created attachment 207707 [details] According to tips, it is not right measure. Do you mean it ?
Why dont fix it ?
As mentioned, there's nothing to fix in terms of what you've reported. Disabling a builder doesn't automatically remove the markers it created, and removing those markers manually does have the consequences shown in the dialog.