-
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.xmlBUILD FAILED
C:\workspace\Ant_Test\build.xml:12: Element type "property" must be followed by either attribute specifications, ">" or "/>".Total time: 0 seconds
다음과 같은 에러 원인은
<property name="javadoc.dir value="${basedir}/doc" />
^
이렇게 써서였다.
<property name="javadoc.dir" value="${basedir}/doc" />
고친후!!'프로그램 > ANT' 카테고리의 다른 글
ANT Error taskdef class org.apache.catalina.ant.RemoveTask cannot be found (0) 2008.04.10 ANT Error_The element type "project" must be terminated by the matching end-tag "</project>". (0) 2008.04.10