Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 13464 invoked by uid 500); 23 Jun 2003 16:43:56 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 13445 invoked from network); 23 Jun 2003 16:43:55 -0000 Received: from mail-gw.im.se (193.14.22.222) by daedalus.apache.org with SMTP; 23 Jun 2003 16:43:55 -0000 Received: from fsecsth3 (fsecsth3.im.se [193.14.16.251]) by mail-gw.im.se (8.11.7/8.11.7) with SMTP id h5NGTLi118592 for ; Mon, 23 Jun 2003 18:29:21 +0200 Received: from [193.14.16.192]:3835 (EHLO msxsth3.im.se) by fsecsth3.im.se ([193.14.16.251]:25) (F-Secure Anti-Virus for Internet Mail 6.0.34 Release) with SMTP; Mon, 23 Jun 2003 16:33:14 -0000 Received: by msxsth3 with Internet Mail Service (5.5.2653.19) id ; Mon, 23 Jun 2003 18:44:25 +0200 Message-ID: <6C765F018BE36B4989905B52870AF26603ACDC34@msxsth3> From: Rosendahl Sten - stro To: "'Ant Users List'" Subject: RE: How to use VSS from script running on linux..? Date: Mon, 23 Jun 2003 18:44:24 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C339A6.B421E360" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C339A6.B421E360 Content-Type: text/plain; charset="windows-1252" There are several rexec server implementations for Windows... Sten -----Original Message----- From: Keith Hatton [mailto:khatton@axiomsystems.com] Sent: Monday, June 23, 2003 6:36 PM To: Ant Users List Subject: RE: How 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:KDuffey@marketron.com] Sent: 23 June 2003 17:34 To: Ant Users List Subject: RE: How to use VSS from script running on linux..? Well, we are moving to CVS very slowly, but until then, I was hoping to be able to get our project out onto linux and build it from there as well. We are working on deploying to linux for the first time. There is no way to execute the SS task on the server it runs on? I basically point both ssdir to the \\server\path that it is located in. Of course, most likely it is trying to run it on the linux box. No way to "exec" the call to get the files? -----Original Message----- From: Rosendahl Sten - stro [mailto:stro@im.se] Sent: Monday, June 23, 2003 9:33 AM To: 'Ant Users List' Subject: RE: How to use VSS from script running on linux..? I'm afraid you'll have to wait for JSR147 (http://www.jcp.org/en/jsr/detail?id=147) or try to access SourceSafe for Linux (http://www.kegel.com/linux/vss-howto.html) or why not think of using something (anything!) else than SourceSafe ;-) Sten Rosendahl -----Original Message----- From: Duffey, Kevin [mailto:KDuffey@marketron.com] 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 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/compare/etc with any source control system for Ant? I use the VSS tasks to get, check out, etc, and they work great on windows. Just want to know how I can get them to work the same when running the script on linux. Thanks ------_=_NextPart_001_01C339A6.B421E360--