java - build failed while run ant file -
i'm trying run ant build.xml
error occur
buildfile: d:\projects\obsworkspace\schoolforms\torque\build.xml main: build failed d:\projects\obsworkspace\schoolforms\torque\build.xml:19: following error occurred while executing line: d:\projects\obsworkspace\schoolforms\torque\build-torque.xml:52: d:\projects\obsworkspace\schoolforms\torque\${torque.home}\lib not found.
in project ${torque.home}
not found directory indicated
assume torque.home specified through -d option in ant invocation
what -d specified, how find ${torque.home}
value?
use in way ant build -dtorque.home="value torque.home"
. using -d
param can pass property command line directly build. if pass value command line build visible in builds if pass invokeall=false
.
i think here answer how pass parameters eclipse ant (eclipse->myproject->right click on build.xml->arguments->vm arguments -dapproot=ecm -dappname=esw -dapp.module=fnt -dapp.env=loc -dclonenumber=1
)
Comments
Post a Comment