2013-10-11 45 views
0

要運行DYNAFORM的示例應用程序(動態網頁表單生成器)我也跟着自述指令:無法運行DYNAFORM - 構建失敗 - 螞蟻

DynaForm - a dynamic web form genrator

To run the sample application use your command line and type "ant". Then open localhost:2000/ on your browser.

The build script requires ANT and JDK (at least Java 1.6) to be in the path.

The DynaForm's project site is hostet at: http://code.google.com/p/xsd-web-forms/

Rein Raudjärv May 23 2010

在我的Mac我有ANT和JDK(帶Java 1.6)。當我的命令行啓動「蟻族」我有這樣的錯誤:

BUILD FAILED /Users/colet/Desktop/dynaform/build.xml:64: /Users/colet/Desktop/dynaform/${env.ANT_HOME}/lib does not exist.

也許我誤解了一句:

The build script requires ANT and JDK (at least Java 1.6) to be in the path.

什麼是「要在路徑」是什麼意思?

謝謝!

回答

3

請克隆從GitHub,而不是谷歌代碼DYNAFORM項目: https://github.com/reinra/dynaform

較新版本的Maven通過,而不是螞蟻構建,所以它的簡單,應該更好地工作。