aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes How can we tell if a task is supported or not by the current ANT installation? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "How can we tell if a task is supported or not by the current ANT installation?" Watch "How can we tell if a task is supported or not by the current ANT installation?" New topic
Author

How can we tell if a task is supported or not by the current ANT installation?

sub venkat
Greenhorn

Joined: May 19, 2004
Posts: 15
HI,
I have ANT 1.4.1 running in WSAD. When I try to use the "PVCS" task in a build file, the script bombs with the error : "Build exception: Failed executing: pcli lvf -z -aw -prS:\Wsadproj\WSWSAD~1 /myproj"

Two of several thoughts that I have are:
A. If it went that far as to say "pcli" command doesnt work, then may be it is supported.
B. May be I did'nt properly set the PCLI_ID (the repository is remote, but I do have access). I did set it from command line.

thanks in advance for your time
sub cat
 
 
subject: How can we tell if a task is supported or not by the current ANT installation?
 
Threads others viewed
Ant and PVCS
PVCS Command-line interface
PVCS Workspace Task
Can I Use PCLI to get Specific Version Of File
PVCS task in ANT - unable t run from WSAD
developer file tools