RE: Using pcli under ANT 1.6.2

2005-02-28 Thread Anderson, Rob (Global Trade)
> 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

RE: Using pcli under ANT 1.6.2

2005-02-28 Thread ed . wittmann
/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

RE: Using pcli under ANT 1.6.2

2005-02-28 Thread Balasinorwala, Murtuza J.
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

Re: Using pcli under ANT 1.6.2

2005-02-28 Thread James Fuller
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