The "Execute failed" message comes from Ant. Why execute cp if you can verify its (non)existence as I showed you before with <available>?
-Matt --- [EMAIL PROTECTED] wrote: > > Thank you for the details :) > > But I must be doing something wrong... > > I do <exec executable="cp" > failifexecutionfails="false" > errorproperty="is.UnixStyle" output="NUL"/> > > Knowingly that it is an window box. It is still > giving me "Execute failed" > message. > > Any ideas? > > B. > > > <target name="nul" if="os.iswindows"> > > <property name="null.device" value="NUL" /> > > </target> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
