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