RE: Help with Basic PVCS task in ANT.

2003-06-27 Thread Shackelford, John-Mason
Raj, > Any clues ? I can see that it does not understand lvf...though am using v6.5. Can't help you there. It works for me on 6.8 and I don't have a 6.5 install to test against. John-Mason Shackelford Software Developer Pearson Educational Measurement - eMeasurement Group 2510 North Dodge

Classpath not added.

2003-06-27 Thread Mark.Gargan
Hi folks, I'm using ant 1.5.3.1 to perform some xdoclet activity. Here's the start of the xml amended for aesthetic : : : : : : +-

Ant Threading Problem?

2003-06-27 Thread Brian Harris
I am using the crontab to call a shell script that starts Ant. During the Ant build, it calls another shell script that calls a simple java application. The log file I specified in the ant call is getting this error: [exec] java.lang.NullPointerException [exec]at 0x40233e12: _Jv_Th

RE: Help with Basic PVCS task in ANT.

2003-06-27 Thread raj . x . kovvali
John Thank you so much for the reply. I tried running the command on the shell. It errors out saying : PVCS Version Manager (VMGUI) v6.5.00 (Build 536) for Windows NT/80x86 Copyright 1985-1999 INTERSOLV, Inc. All rights reserved. This command is provided for customer support purposes. The int

RE: Help with Basic PVCS task in ANT.

2003-06-27 Thread Shackelford, John-Mason
Raj, A couple of things I'd try: (I may not have the answer for you, but I work with this task a far bit.) 1. try running the command (pcli lvf -z -aw -spc:/tabli/opper/works "-prg:/workall/inteproj/vm/tms_17_0" /) from the same shell where you run ant. Once you get it working there you'll know y

RE: Echo fileset content

2003-06-27 Thread Mark.Gargan
Hi Patrick, You could make up your fileset from a number of smaller paths couldn't you? Thanks, Mark. -Original Message- From: Patrick Martin [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 11:19 To: 'Ant Users List' Subject: RE: Echo fileset content Hi, I actually just tried

Help with Basic PVCS task in ANT.

2003-06-27 Thread raj . x . kovvali
Hello Am trying to use the base version of pvcs task of ant but am always getting the error(below). Can somebody help me ? Error: file:c:/tabli/opper/works/source/build.xml:37: Failed executing: pcli lvf -z -aw -spc:/tabli/opper/works "-prg:/workall/inteproj/vm/tms_17_0" / I have all the requi

copying files with NTFS-ACL ( a la "xcopy /o")

2003-06-27 Thread Peter Fischer
Hi all, I am looking for a way to copy entire directory trees (filesets minus some excludes) across hosts, while preserving file ownership and file permissions. Thus I needed a "xcopy /o"-wrapper task for copying to mapped drives or something to serialize a "file with ACL"-object in order to se

Re: deleting specific directories...

2003-06-27 Thread Stefan Bodewig
On Fri, 27 Jun 2003, David McTavish <[EMAIL PROTECTED]> wrote: > Perhaps you could use the ForEach task from ant-contrib and iterate > through each file and call a target that will delete the parent. Yes, easily - and Jan already provided that solution IIRC, but the original requester didn't like