how can i do an simple check if a file is in my path. if i use this
<property name="regtlibExe" value="regtlib.exe"/>
<available file="${regtlibExe}" type="file"
property="regtlibExe.present"/>
<fail unless="regtlibExe.present" message="Tool regtlibExe not present;
regtlibExe: '${regtlibExe}'" />
it will fail because it can't find it put the regtlib.exe is in my path
thanks
tibi]
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
