The obvious thing is to turn off the javascript evaluation in Eclipse. This is how you do it:
- Right click your project
- Select Properties -> JavaScript -> Include Path
- Select Source tab. ( It's identical to Java Build Path Source tab )
- Expand JavaScript source folder
- Highlight Excluded pattern
- Click Edit button
- Click Add button next to Exclusion patterns box. (You can either use Ant-style wildcard patterns or click Browse button to mention the JavaScript file by name).
Hope this helps someone.
No comments:
Post a Comment