antcall

    1熱度

    1回答

    我使用「antcall」腳本併發調用,但出現「javax.mail。Management InstanceNotFoundException」。我設置了10個併發,有時可以是10個,有時候只有幾個可以上升。 <target name="PAIR_CONN"> <etl debug="true"> <fileset file="Pair_Conn.xml" />

    2熱度

    1回答

    我正在編寫一個用於編譯flex項目的ant文件(但這個問題也可能適用於非flex的ant腳本)。 我有幾個目標,有看起來像這樣的: <target name="first"> <mxmlc file="${src.dir}/FirstClass.as" output="${output.dir}/First.swf" ...identical_compiler_attributes...

    4熱度

    6回答

    我有兩個蟻文件: 1)主文件 <include file="otherFile.xml" as="otherFile"/> <target name="firstTarget"> <antcall target="otherFile.secondTarget"/> </target> 2)程序文件 <target name="secondTarget"> <antca