Hi Les,
I made a small sync.xml (Which I added to this mail) When I run ant
-buildfile sunc.xml -verbose
I get :
>Ant version 1.3 compiled on March 2 2001
>Buildfile: sync.xml
>Detected Java Version: 1.3
>Detected OS: Linux
>parsing buildfile /home/erik/square/src/sync.xml with URI =
>file:/home/erik/square/src/sync.xml
>Project base dir set to: /home/erik/square/src
>Build sequence for target `sync' is [sync]
>Complete build sequence is [sync]
>sync:
> [p4sync] Execing sync
> [p4sync] Execing [Ljava.lang.String;@3753f8
> [p4sync] Unknown command. Try 'p4 help' for info.
>BUILD SUCCESSFUL
>Total time: 8 seconds
It looks like the build has succeeded (BUILD SUCCESSFUL) but I am a bit
worried about the messages that p4sync gives me. Is this normal?
Regards
Erik
-----Original Message-----
From: Les Hughes [mailto:[EMAIL PROTECTED]]
Sent: donderdag 28 juni 2001 10:58
To: '[EMAIL PROTECTED]'
Subject: RE: P4 Optional Tasks
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
>