Thanks, interesting, but for the task I am trying to do, probably best to just create a CD-R on windows and copy the files. Basically I am first trying to create an ant script that sets up our jboss server from our VSS files that we use for a specific project. From there I was hoping to grab all the source and build the project, thus not having to make a CD-R for each build. JBoss supports farming, so for the project, that is not a big deal.
-----Original Message----- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:36 AM 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:[EMAIL PROTECTED] 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:[EMAIL PROTECTED] 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:[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 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 --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 *************************************************************************** "The information contained in this e-mail message may be confidential and protected from disclosure. If you are not the intended recipient, any dissemination, distribution or copying is strictly prohibited. If you think that you have received this e-mail message in error, please e-mail the sender at [EMAIL PROTECTED]" *************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
