Can someone tell me how to pass a stdin argument on a build file
And that argument be a value in arg line.
i.e >ant isoft.xml isoftlbl.txt
where isoftlbl.txt is the stdin that will be a value to my arg line.
<target name="isoftLabel">
<echo>
${perl.bin.dir} ${ivc.perl.target} ${drive} ${BUILD_VIEW}
${IVCOMMONVOB_VER} ${IVCOMMONVOB_BLD}
</echo>
<exec executable="${ant.common.dir}/createProcess.exe">
<arg line="${basedir} ${perl.bin.dir} makelabelpl
isoftlbl.txt "/>
</exec>
</target>
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]