I am currently passing some variables into my buildscript using the -D
switch. After having built I run an exec task which basicaly creates a label
based on a predefined client spec, and then checks it in. I use the
${BUILDNUM} as the label name.
My problem is I cant get ant to do anything except to run my bat file, the
bat file doesnt reckognize any ant variables. Is there away with the exec
task to pass something more than just the basic exec? Imagine if i wanted to
pass "p4 info" rather than just "p4" or passing "label.bat ${BUILDNUM}"
instead of just "label.bat"
Let me know if you have any suggestions.
Patrick Moylan