Yup u were right i never needed that taskdef.
its the case which was the culprit.

thanks
hari
--- Eddie Bernard <[EMAIL PROTECTED]> wrote:
> Hari-
> 
> Inside of ant.jar, there's a file called
> default.properties.  If you unzip
> this file, it's located in
> org/apache/tools/ant/taskdefs.  This property
> file creates a mapping for all tasks that will be
> natively recognized
> without having to explicitly create a <taskdef>.
> 
> It turns out that in the version that I have (I'm
> using Ant 1.3), it
> actually does have a binding for CCCheckin:
> 
>
cccheckin=org.apache.tools.ant.taskdefs.optional.clearcase.CCCheckin
> 
> Notice the case.  If you try using <cccheckin>, I'm
> sure you'd get the same
> results as using <CCCheckin> (assuming that you've
> already created the
> <taskdef> for it).
> 
> Hope this helps!
> 
> -----Original Message-----
> From: Matthew Inger [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 10:01 AM
> To: [EMAIL PROTECTED]
> Subject: Re: ant and Clearcase checkin
> 
> 
> hari ramasubbu wrote:
> 
> >Thanks Eddie .. that worked .. but i was just
> >wondering why if i could use other optional tasks
> like
> >mail without using taskdefs .. this check in task
> >requires taskdefs.
> >
> >regards
> >hari
> >
> 
> because Mail is a built-in task, not an optional
> one.
> 
> -- 
> Matt Inger ([EMAIL PROTECTED])
> Sedona Corporation
> 455 S. Gulph Road, Suite 300
> King of Prussia, PA 19406
> (484) 679-2213
> "Self-respect - the secure feeling that no one,
>  as yet, is suspicious." -H.L. Mencken 
> 
> 

Reply via email to