How could I set ant property the value which is the result of bash script
execution? For example, I need to have target which utilizes svn and bash
utilities in order to control build execution. Speaking more specifically,
target that I'm trying to create will be used to define, whether there are
modified files in deployed application via command:

svn stat | awk -F ''  ' $1=="A" || $1 == "C" || $1=="M" || $1 == "D" || $1
== "R"
-- 
View this message in context: 
http://www.nabble.com/Setting-ant-property-with-bash-command-result-tp25646616p25646616.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to