Hi,

    I want to use spawn for exec in linux. 

I have used following code in my build.xml

<exec executable="sh" spawn="true"> 
         <arg value="-c ls" /> 
      </exec>

but when i ran ant in shell terminal, following msg is displayed:

<exec> th task doesn't suppport spawn

please provide some solution or any workaround so that i can have same
affect as i use the command "spawn"

Also guys can you please provide information on what files i want to modify
to overwrite in built linux version with latest version of ant.

Looking for your earliset response

Regards,
vamsee
--
View this message in context: 
http://www.nabble.com/how+to+use+spawn+in+linux+for+exec-t1679817.html#a4555318
Sent from the Ant - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to