Hmm, strange. <p4sync> executes the command "p4 sync" Could you i) post a
snippet of your build.xml file, ii) run ant with -debug to get extra P4 info
and post the results and iii) post a copy of your p4 environment (p4 set)?
Thanks.
Les
> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
> Sent: 26 June 2001 14:22
> To: [EMAIL PROTECTED]
> Subject: P4 (was Re: DTD and always compiling)
>
>
> Kazandjian Erik <[EMAIL PROTECTED]> wrote:
>
> > Is there a way to work with Unix standards (like ~ to replace the
> > home directory)in ant files ?
>
> Usually ~ maps to the system property user.home in Java - which you
> can access via ${user.home} in your build file.
>
> > I also tried to install P4 support, but if I run the task <p4sync>
> > after having added the website's taskdef we still get an error
> > saying
> >
> > [p4sync] Unknown command. Try 'p4 help' for info.
>
> I don't use P4 myself, so I have no idea, sorry. That's why I've
> changed the subject line.
>
> Stefan
>