The p4 tasks are taskdef'd as <p4xxx> not <P4Xxxx> Try <p4sync> (all lower
case).
Failing that, run ant with the -verbose or -debug switches and post the
results.
Bye,
Les
> -----Original Message-----
> From: Kazandjian Erik [mailto:[EMAIL PROTECTED]]
> Sent: 28 June 2001 07:23
> To: 'Ant User'
> Subject: P4 Optional Tasks
>
>
> Hi,
>
> I'm trying to use P4Sync in my ant script to synchronise all
> my source files
> before starting to compile. I already downloaded the
> optional.jar and put it
> in my lib directory under my ANT_HOME. However every time
> when I try to call
> P4Sync I get the following message
>
> /home/erik/square/src/build.xml:25: Could not create task of
> type: P4Sync.
> Common solutions are to use taskdef to declare your task, or,
> if this is an
> optional task, to put the optional.jar in the lib directory
> of your ant
> installation (ANT_HOME).
>
> The complete P4 command I call is the following
>
> <P4Sync user="${myenv.P4USER}"></P4Sync>
>
> Does anybosy know what I'm doing wrong
>
> Erik
>