So, I've installed Aptana for Eclipse this morning and so far trying to disable validation on library files has consumed my entire morning without any kind of result.
I've seen the following related threads:
- How to exclude specific folders or files from validation in Eclipse?
- Exclude directories & subdirectories from validation in Eclipse
With Aptana, none of these answers actually help. For example, there is no Preferences --> Validation tab. There is only Preferences --> Aptana --> Validation, where you cannot add exclusion rules.
I need to disable validation for numerous library files, such as a minified jquery.js.
Even worse, any kind of error seems to make it impossible to run the application as it gives me a "Your project contains errors, please fix them before running your application.".
How come an obvious and mandatory (considering that many libraries are minified or simply not strictly validated) task like this one seems to be impossible to accomplish?