Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Capturing Error with <exec > Command

Capturing Error with <exec > Command

2005-05-26       - By Kapil Bajaj
Reply:     1     2  

Hi All

I am trying to execute Command using <exec> Tag in Ant 1.6

while executing command I am trying to redirect the output to text File.
Here I want if my exec Command Fails or Executable I am trying to execute
is not available then I should be able to Trap that event or Error Message
or set some property

<exec executable="db2licm" failifexecutionfails="false"
failonerror="false" output="db2-logs.txt" append="true">
           <arg line="-l" />
</exec>

Later Use that property to display some useful Information for User.
Please let me know if we can have workaround for this issue


Thanks and Regards
-------------------------------------------------------------------------------
-----------------------------------
Kapil Bajaj
India Software Labs
IBM Software Group.
Email : kapilbajaj@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.