Re: Problems using maven site:deploy

2003-02-28 Thread Mike Bowler
so that a password isn't required when I connect. Then the site:deploy target works fine. Note that I'm talking about non-apache servers since I'm not a commiter here but I doubt there's anything special about the apache setup. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822

Re: Problems using maven site:deploy

2003-02-28 Thread Mike Bowler
. But with Maven as I currently have it set up, this doesn't work. That is the problem. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com

Checkstyle problems

2003-01-27 Thread Mike Bowler
is: maven checkstyle:generate-report -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: NTLM tests fail when building with jdk1.3.1

2003-01-26 Thread Mike Bowler
It's come up here before about maintaining compatability with jdk1.3.1, and its come up on the commons-dev list as well. Is it possible to get gump to run the tests under 1.3.1? -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822

[PATCH] Bug 16429 Align the code base with checkstyle

2003-01-26 Thread Mike Bowler
Here is the first step towards fixing the checkstyle warnings. I've cleaned up warnings in quite a few files but lots still to go. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com

[PATCH][LANG] Initial collection sizes in Enum.java

2003-01-21 Thread Mike Bowler
to be a prime number. Even numbers will give particularly bad performance. Changed this to 89. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com Index: lang/src/java/org/apache

Re: [PATCH][LANG] Initial collection sizes in Enum.java

2003-01-21 Thread Mike Bowler
collections will see more benefit. I've seen a number of cases where I've been able to shave seconds off execution time by making small changes like these to common infrastructure type components even when the individual collection sizes were relatively small. -- Mike Bowler Principal, Gargoyle

Re: [lang] Nestable

2002-11-18 Thread Mike Bowler
. -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[HttpClient] Proxy support with HTTPS

2002-03-16 Thread Mike Bowler
) { connection = new HttpConnection(proxyhost,proxyport,host,port,https); } -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : [EMAIL PROTECTED] Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com -- To unsubscribe, e-mail: mailto:[EMAIL