프로그램/ANT
-
ANT Error taskdef class org.apache.catalina.ant.RemoveTask cannot be found프로그램/ANT 2008. 4. 10. 16:58
BUILD FAILED: C:\projets\equinox\build.xml:164: taskdef class org.apache.catalina.ant.RemoveTask cannot be found 원래 Ant는 Command 패턴을 구현하고 있습니다. 하나의 Command는 Task라고 이름 지어져 있는데요. 여기에서 Class를 로딩해서 execute를 실행하도록 되어 있죠. 그런데, 여기에서 나온 익셉션의 경우엔 그 클래스를 로딩할 때, 해당 클래스가 없다는 뜻이군요. 결국 package명이 org.apache.catalina.ant이고 클래스 명이 RemoveTask인 클래스를 클래스 패스에 추가해 주시기 바랍니다. You need to set CATALINA_HOME in your envir..
-
ANT Error_The element type "project" must be terminated by the matching end-tag "</project>".프로그램/ANT 2008. 4. 10. 10:32
다음과 같이 썼더니 ANT 상에서 에러가 발생하였다. 에러 내용은 다음과 같다. Buildfile: build.xml BUILD FAILED C:\workspace\Ant_Test\build.xml:31: The element type "project" must be terminated by the matching end-tag "". Total time: 0 seconds 라고 나는 에러. 원인은...
-
ANT Error _Element type "property" must be followed by either attribute specifications, ">" or "/>".프로그램/ANT 2008. 4. 10. 10:28
C:\workspace\Ant_Test>ant Buildfile: build.xml BUILD FAILED C:\workspace\Ant_Test\build.xml:12: Element type "property" must be followed by either attribute specifications, ">" or "/>". Total time: 0 seconds 다음과 같은 에러 원인은