Thanks for the link
On 11/11/05, Ivan Ivanov <[EMAIL PROTECTED]> wrote:
>
> Hello Antoine,
>
> task is implemented in
> org.apache.tools.ant.taskdefs.ExecTask.
>
> You can see the mappings between task tag names (like
> , ) and their implementing classes on
> [1].
>
> Regards
> Ivan
>
>
> [1]http
Hello Antoine,
task is implemented in
org.apache.tools.ant.taskdefs.ExecTask.
You can see the mappings between task tag names (like
, ) and their implementing classes on
[1].
Regards
Ivan
[1]http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properti
org.apache.tools.ant.taskdefs.ExecTask .
HTH,
Matt
--- Antoine Solomon <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I would like to know which class belongs to the
> tag. I would like to
> create a task that has the same functionality of
> with a few added
> features.
> I looked at the
> org.a
Hello all,
I would like to know which class belongs to the tag. I would like to
create a task that has the same functionality of with a few added
features.
I looked at the org.apache.tools.ant.taskdefs.Execute but when extending and
trying to use it in my ant build.xml file, it complained that i