본문 바로가기

eclipse

자바스크립트 에러로 빌드가 늦어질때

출처

http://stackoverflow.com/questions/3131878/how-do-i-remove-javascript-validation-from-my-eclipse-project 


1. Right click your project

2. Select Properties -> JavaScript -> Include Path

3. Select Source tab. ( It looks identical to Java Build Path Source tab )

4. Expand JavaScript source folder

5. Highlight Excluded pattern

6. Click Edit button

7. Click Add button next to Exclusion patterns box.

8. You may either type Ant-style wildcard pattern, or click Browse button to mention the JavaScript source by name.




'eclipse' 카테고리의 다른 글

lombok 설치  (0) 2013.03.08
SQL_EXPLORER 사용하기  (0) 2012.08.06
Eclipse 단축키 모음  (0) 2012.03.21
hibernate eclipse plug-in  (0) 2011.01.31
Eclipse 줄바꿈하기  (0) 2009.10.26