> The actual task is PVCS, but we can use pcli commands under
> that task. We
> used an Optional.jar in 1.5 which has the Pvcs.class,
> Pcli.class in it. I
> copied over the jar file under ANT 1.6.2's lib folder but it
> did not seem to
> make any difference.
Not really a great idea to copy th
/projects/ant-pvcs-75/
-Original Message-
From: Balasinorwala, Murtuza J. [mailto:[EMAIL PROTECTED]
Sent: Monday, February 28, 2005 10:02 AM
To: 'Ant Users List'
Subject: RE: Using pcli under ANT 1.6.2
The actual task is PVCS, but we can use pcli commands under that task. We
The actual task is PVCS, but we can use pcli commands under that task. We
used an Optional.jar in 1.5 which has the Pvcs.class, Pcli.class in it. I
copied over the jar file under ANT 1.6.2's lib folder but it did not seem to
make any difference. First it complained about not finding the task. After
Balasinorwala, Murtuza J. wrote:
Hello,
I recently upgraded from ANT 1.5 to ANT 1.6.2 in order to use the SCP
task in my build scripts and replace it with the ftp task. I got the jar
files necessary to make the SCP task work with the existing build scripts.
But now, the pcli tasks fail. Can som