Re: Using SSH authentication with CVS

2003-01-18 Thread Guy Rouillier
You can get an ssh connection while continuing to use WinCvs - I do that daily. See PuTTY at http://www.chiark.greenend.org.uk/~sgtatham/putty/. - Original Message - From: "Adam Barclay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 18, 2003 8:34 AM Subject: Using SS

Re: Nightly Ant scripts

2003-01-13 Thread Guy Rouillier
What operating system? Show the entire batch file, and explain how you are kicking it off. Error 2 is usually "file not found". - Original Message - From: "Paul Collins" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 11:50 AM Subject: Nightly

Re: Different jar file size after copy

2002-12-24 Thread Guy Rouillier
You don't mention what the source and target platforms are. One wild guess in the absense of such information is that perhaps the file is getting copied as text and not as binary, and in the process is undergoing line terminator translation. That would definitely render it pretty useless. -

Re: Filesets for echo and available?

2002-12-19 Thread Guy Rouillier
Gibson" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 9:06 AM Subject: Re: Filesets for echo and available? > On Tue, 17 Dec 2002 23:05:21 -0500, "Guy Rouillier" > <[EMAIL PROTECTED]> wrote: > >

Re: Deploy an application

2002-12-18 Thread Guy Rouillier
Why not use Ant to do the deployment as well? That's what we do. Have a separate deploy target which does the necessary file copies, etc. - Original Message - From: "MedVisual Image Inc" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 6:47

Filesets for echo and available?

2002-12-17 Thread Guy Rouillier
I'm a relative newcomer to Ant - only been writing build.xml files for about 8 months. To avoid huge lists of unresolved symbols at compile time, I provide checking for the presence of required jar files prior to kicking off the compile step. I've put a shortened version of the relevant section f