-
ANT Error_The element type "project" must be terminated by the matching end-tag "</project>".프로그램/ANT 2008. 4. 10. 10:32
다음과 같이 썼더니 ANT 상에서 에러가 발생하였다.
<target name="javadoc" depends="compile, jar" />
<javadoc sourcepath="${src.dir}" sourcefiles="${src.dir}/Hello.java" windowtitle="HelloAnt API" destdir="${javadoc.dir}" />
</target>
에러 내용은 다음과 같다.
Buildfile: build.xmlBUILD FAILED
C:\workspace\Ant_Test\build.xml:31: The element type "project" must be terminated by the matching end-tag "</project>".Total time: 0 seconds
라고 나는 에러.
원인은...
<target name="javadoc" depends="compile, jar" />'프로그램 > ANT' 카테고리의 다른 글