Re: cvs task behind a firewall

2004-12-21 Thread Peter Reilly
cvsgrab already has an ant task bundled with it: http://cvsgrab.sourceforge.net/ant-usage.html Peter Brian Kuhn wrote: I'm pretty sure you cannot get the cvs command line to use a proxy. I'm sure the Ant cvs task could be reworked to use CvsGrab too though. I'll have to look into that... On Tue,

Re: cvs task behind a firewall

2004-12-20 Thread Brian Kuhn
I'm pretty sure you cannot get the cvs command line to use a proxy. I'm sure the Ant cvs task could be reworked to use CvsGrab too though. I'll have to look into that... On Tue, 21 Dec 2004 10:49:48 +1100, Conor MacNeill <[EMAIL PROTECTED]> wrote: > > Brian Kuhn wrote: > > Does anyone know if

Re: cvs task behind a firewall

2004-12-20 Thread Conor MacNeill
Brian Kuhn wrote: Does anyone know if it's possible to get Ant's cvs task to use a proxy? I'm behind a corporate firewall. I've gotten Maven to use my proxy to download dependencies, but for some reason it doesn't pass the proxy configuration on to Ant's cvs task. I assume this is because it's n

cvs task behind a firewall

2004-12-20 Thread Brian Kuhn
Does anyone know if it's possible to get Ant's cvs task to use a proxy? I'm behind a corporate firewall. I've gotten Maven to use my proxy to download dependencies, but for some reason it doesn't pass the proxy configuration on to Ant's cvs task. I assume this is because it's not possible. Can