Re: Run a command line statement from an ant task.



Nevermind, I have alredy found the solution...

<exec executable="command">
<arg value="">
</exec>

.