You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Antoine Solomon <as...@gmail.com> on 2005/04/26 14:17:52 UTC

about the task

Hello all, 

I was looking around in javadoc of ant and i noticed that the <exec>
task is deprecated.  Anyone know of any other Task to execute shell
commands?

-- 
Antoine W. Solomon Jr.

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


Re: about the task

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 26 Apr 2005, Antoine Solomon <as...@gmail.com> wrote:

> I was looking around in javadoc of ant

You should consult the manual instead, really.  Unless you want to
write your own task, that is.

> and i noticed that the <exec> task is deprecated.

It is not.  The Exec class is.  <exec> is not backed by that class but
by the ExecTask class.

Stefan

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