Eclipse 에서 JSDT 와 같은 프로젝트를 import 한 경우 다음과 같은 에러가 발생하는 경우가 있다.
"An API baseline has not been set for the current workspace"
이 에러는 Eclipse Plug-in Development 와 JSDT 등과 같은 플랫폼코드단의 버그로 보인다.
위와 같은 에러가 발생 할 경우 다음과 같이 Preference 설정을 바꿔준다.
Windows > Preferences > Plug-in Development > API Baselines > Options > Missing API baseline\
Error 로 설정된 부분을 Ignore 로 변경해준다.
Reference: http://exploreeclipse.blogspot.kr/2014/01/eclipse-error-api-baseline-has-not-been.html
'Eclipse' 카테고리의 다른 글
[Eclipse] Proxy 환경에서 외부 네트워크 접속이 안될때 (0) | 2016.01.20 |
---|---|
[Eclipse] 다운로드 받은 font 적용하기 (0) | 2015.12.29 |
[Eclipse][JAXB] The currently selected JAXB library provider is invalid 에러 (0) | 2014.10.14 |
[Eclipse] fragment patch 적용하기 (0) | 2014.06.08 |
[Eclipse] File Decorator 확장 후 Problem Marker 가 보이지 않는 경우 (0) | 2014.03.24 |