【发布时间】:2013-04-09 07:17:57
【问题描述】:
我正在尝试运行 ant build.xml,但出现了一些错误
Buildfile: D:\Projects\OBSWorkspace\schoolforms\torque\build.xml
main:
BUILD FAILED
D:\Projects\OBSWorkspace\schoolforms\torque\build.xml:19:
The following error occurred while executing this line:
D:\Projects\OBSWorkspace\schoolforms\torque\build-torque.xml:52:
D:\Projects\OBSWorkspace\schoolforms\torque\${torque.home}\lib not found.
在这个项目中${torque.home}没有找到表示是哪个目录
Assume torque.home is specified through -D option
in ant invocation
-D指定什么,如何找到${torque.home}的值?
【问题讨论】:
标签: java ant build myeclipse apache-torque