RE: Use of XMLPull for parsing ant config files

2003-07-01 Thread Duffey, Kevin
Users List' Subject: RE: Use of XMLPull for parsing ant config files Isn't XMLPull just an API? Or did have a specific implementation in mind? Sten > -Original Message- > From: Duffey, Kevin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 5:19 PM > To:

RE: How to use VSS from script running on linux..?

2003-06-23 Thread Duffey, Kevin
to use VSS from script running on linux..? Could you telnet to a Windoze box and run VSS from there? Perhaps with a Samba share back to the Linux box? Never tried it, but maybe Rant (Remote Ant) is worth a look? Keith -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED] Sent

RE: How to use VSS from script running on linux..?

2003-06-23 Thread Duffey, Kevin
nything!) else than SourceSafe ;-) Sten Rosendahl -----Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 6:25 PM To: Ant Users List Subject: How to use VSS from script running on linux..? Hi all, I am trying to use our windows based script that conn

How to use VSS from script running on linux..?

2003-06-23 Thread Duffey, Kevin
Hi all, I am trying to use our windows based script that connects to our VSS server via the \\server\share name to run it. When I run this script on linux, it give ma a java.io.IOException. I guess it makes sense, but is there any "abstracted" source control API that allows you to get/put/compa

Deleting all nested dirs/files except one?

2003-06-05 Thread Duffey, Kevin
Hi, I am trying to get my script to do a clean build. The dir structure of our project is like: /bin /dist /src /lib /doc /scripts I put our build scripts in the /scripts folder. So I want to delete ALL folders except the /scripts folder. In fact, I want to delete the entire base dir of the p