我已經生成了axis2代碼,並且我想使用build.xml來創建一個jar文件。試圖從Axis2生成的代碼生成代碼
當我嘗試運行build.xml中,我得到以下錯誤
Buildfile: /home/user/workspace/Axis2WSTest/build.xml
init:
pre.compile.test:
BUILD FAILED
/home/user/workspace/Axis2WSTest/build.xml:31: /home/user/workspace/Axis2WSTest/${env.AXIS2_HOME} does not exist.
我曾嘗試做
export AXIS2_HOME=/home/user/Desktop/Axis2-1.0
它結合了var正確的,但仍然得到同樣的錯誤。
有什麼建議嗎?
你能告訴你的'build.xml'的內容是什麼? –