AW: AW: AW: Ant file to create patch file

2003-06-06 Thread Jan . Materne
> WinCVS has a CVS-over-http mode, where I configure it with a > proxy. This > works for anoncvs access to cvs.apache.org. Have you tried this? WinCVS 1.3.13.1: Proxy server 130.11.9.34 does not support HTTP tunnelling ... our firewall doesn´t like me :-( So I have to do my patches by hand

AW: AW: AW: Ant file to create patch file

2003-06-05 Thread Jan . Materne
> WinCVS has a CVS-over-http mode, where I configure it with a > proxy. This > works for anoncvs access to cvs.apache.org. Have you tried this? Not YET :-) Jan

Re: AW: AW: Ant file to create patch file

2003-06-05 Thread Steve Loughran
[EMAIL PROTECTED] wrote: -or we configure the build file to take a different host (like localhost) and maybe port, then you can SSH into, say, sourceforge, and tunnel over to apache.org If that would work it would be great. But I don´t think so. Our firewall is very restrictive. AFAIK only the

AW: AW: Ant file to create patch file

2003-06-05 Thread Jan . Materne
> -or we configure the build file to take a different host (like > localhost) and maybe port, then you can SSH into, say, > sourceforge, and > tunnel over to apache.org If that would work it would be great. But I don´t think so. Our firewall is very restrictive. AFAIK only the ports for HTTP, F

Re: AW: Ant file to create patch file

2003-06-04 Thread Steve Loughran
[EMAIL PROTECTED] wrote: +1 from a non-commiter :-) I miss the statement. I played a little bit: - on my machine the path is stored in ${env.Path} (hh) so I added after the environment-statement - cvs.exe is on my path. But I can´t get the cvs host (firewall blocks that port). So it is

AW: Ant file to create patch file

2003-06-04 Thread Jan . Materne
Re: Ant file to create patch file > > Are you able to execute a "cvs diff -u" from the command > line without any issues? I suspect not. > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June

Re: Ant file to create patch file

2003-06-04 Thread Magesh Umasankar
Are you able to execute a "cvs diff -u" from the command line without any issues? I suspect not. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 1:27 AM Subject: AW: Ant file to create patch file +1 from a n

AW: Ant file to create patch file

2003-06-04 Thread Jan . Materne
Ant Developers List > Betreff: Ant file to create patch file > > Creating patches to submit to Ant can be standardized as well > as made easier with the following patch.xml file. If you > consider this useful, I will add it to

Re: Ant file to create patch file

2003-06-04 Thread Erik Hatcher
+1 - nice. anything that helps folks submit patches is a good thing! On Tuesday, June 3, 2003, at 03:06 PM, Magesh Umasankar wrote: Creating patches to submit to Ant can be standardized as well as made easier with the following patch.xml file. If you consider this useful, I will add it to the

Ant file to create patch file

2003-06-03 Thread Magesh Umasankar
Creating patches to submit to Ant can be standardized as well as made easier with the following patch.xml file. If you consider this useful, I will add it to the repository. Please comment.