You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Bjoern Rath <b....@sinnerschrader.de> on 2000/10/26 15:12:04 UTC

missing tasks

Hi,

I am using ant 1.1 (binary) and I'm a bit confused, that ant does'nt
know some (built in) tasks like "mail" or "antcall" described in the Ant
User Manual.
I even cannot find them in the ant.jar (org/apache/tools/ant/taskdefs/).

What's up? Where can I get these tasks?

kind regards
Bjoern



<output-snipped>

Buildfile: build.xml

BUILD FAILED

build.xml:225: Could not create task of type: anttarget because I can't
find it in the list of task class definitions

Total time: 0 seconds

</output-snipped>



RE: missing tasks

Posted by Conor MacNeill <co...@m64.com>.
Bjoern,

These tasks are part of ant 1.2 and are not available in ant 1.1

You can pick up the release here
http://jakarta.apache.org/builds/ant/release/v1.2/

Where did you get the user manual from?

Conor


> -----Original Message-----
> From: Bjoern Rath [mailto:b.rath@sinnerschrader.de]
> Sent: Friday, 27 October 2000 0:12
> To: ant-user@jakarta.apache.org
> Subject: missing tasks
> 
> 
> Hi,
> 
> I am using ant 1.1 (binary) and I'm a bit confused, that ant does'nt
> know some (built in) tasks like "mail" or "antcall" described 
> in the Ant
> User Manual.
> I even cannot find them in the ant.jar 
> (org/apache/tools/ant/taskdefs/).
> 
> What's up? Where can I get these tasks?
> 
> kind regards
> Bjoern
> 
> 
> 
> <output-snipped>
> 
> Buildfile: build.xml
> 
> BUILD FAILED
> 
> build.xml:225: Could not create task of type: anttarget 
> because I can't
> find it in the list of task class definitions
> 
> Total time: 0 seconds
> 
> </output-snipped>
> 
>