TIP. Eclipse에서 Debug시 "Absent Line Number Information"를 만났을때 eclipse에서 ant로 컴파일시에 주로 나타나며, 대부분 아래와 같은 이유때문에 메세지가 나온다. eclipse에서 ant로 빌드시에 eclipse 세팅환경은 ant빌드시에 영향을 미치지 않는다. 하여 ant에게 디버깅 정보를 알려주기 위해서는, build.xml에 아래와 같이 디버그 정보를 알려줘야 한다. [출처: myeclipseide.com ] The solution given above involving moving your eclipse workspace to be in the app-server's directory is not..