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,
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
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
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