0
我對ant完全陌生,我想將參數4 4和50發送到我的JAVA主類。這是我迄今爲止所擁有的。通過ANT將參數傳遞給JAVA main構建
<target name="run" depends="jar">
<java jar="${jar.dir}/${ant.project.name}.jar" fork="true"/>
<arg value ="4"/>
<arg value ="4"/>
<arg value ="40"/>
</java>
</target>
我得到的錯誤是:
BUILD FAILED`C:\Users\Admiral Sudoku\Documents\Eduboard\Ken Ton\build.xml:40: The element typ
e "target" must be terminated by the matching end-tag "</target>".
你可以編輯你的問題和更新與新的build.xml和錯誤消息嗎? –
是的,我只是做了。 – law
發現其他問題 –