Re: Question about the task life cycle (one shot or not)

2018-02-19 Thread Stefan Bodewig
On 2018-02-19, Al Le wrote: > I have a question about how many times a task is instantiated during a > build. I've read the description at > https://ant.apache.org/manual/develop.html but still a question > remains. > [BTW, there is a typo on that page: "addCondifgired"] will be fixed soon, than

Question about the task life cycle (one shot or not)

2018-02-19 Thread Al Le
Hello, I have a question about how many times a task is instantiated during a build. I've read the description at https://ant.apache.org/manual/develop.html but still a question remains. [BTW, there is a typo on that page: "addCondifgired"] The mentioned page describes very well how a task i

Re: about the task

2005-04-26 Thread Stefan Bodewig
On Tue, 26 Apr 2005, Antoine Solomon <[EMAIL PROTECTED]> 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 task is deprecated. It is not. The Exec class is. is not backed

about the task

2005-04-26 Thread Antoine Solomon
Hello all, I was looking around in javadoc of ant and i noticed that the task is deprecated. Anyone know of any other Task to execute shell commands? -- Antoine W. Solomon Jr. - To unsubscribe, e-mail: [EMAIL PROTECTED] For