I'm trying to run ant build.xml
but some error occur
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.
in this project ${torque.home}
not found which directory it is indicated that
Assume torque.home is specified through -D option
in ant invocation
What does -D specified, how to find ${torque.home}
value?