Re: [collections] Notifying/Observable design choices

2003-06-11 Thread Neil O'Toole
However, say you have a collection: { b, a, b, a, c } and you do: coll.removeAll( {a, c} ); This removes all the a's and c's, i.e. items with indices 1, 3 and 4. However, the value of changeIndex would presumably be 0, and the should read would presumably be 1

Re: [CLI] Support for CVS style command line

2003-06-11 Thread Rob Oxspring
- Original Message - From: John Keyes [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:24 AM Subject: Re: [CLI] Support for CVS style command line ... OptionsMap optionsMap = new OptionsMap(); // checkout command

Re: [CLI][PATCH] Min and Max size for arguments

2003-06-11 Thread Rob Oxspring
- Original Message - From: John Keyes [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:27 AM Subject: Re: [CLI][PATCH] Min and Max size for arguments ArgumentBuilder.withSize(int) has been retained and sets both min and max

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20523] - Model FileUpload model to mimic javax.servlet.Request

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20523. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Messenger simple Transactions

2003-06-11 Thread Rood, Simon
Hi, Hoping that someone can help me with the following: I have been using Messenger MDO's successfully against both OpenJMS and MQSeries under Solaris. However on both implementations I cannot get the simple transaction mechanism ( rollback()/commit() ) to work. In the Messenger.xml I am

Re: [MATH] Re: Incubator (Re: [VOTE] New Commiter Phil Steitz)

2003-06-11 Thread Mark R. Diggory
Tetsuya Kitahata wrote: Tim, On 10 Jun 2003 16:17:11 -0500 Tim O'Brien [EMAIL PROTECTED] wrote: If we wanted to say move commons-math to the incubator, then I think it would be easier to expand the community, but that community would be external to the existing community here. Keeping

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math/stat/distribution GammaDistribution.java ChiSquaredDistributionImpl.java AbstractContinuousDistribution.java FDistribution.java

2003-06-11 Thread mdiggory
mdiggory2003/06/11 04:14:41 Modified:math/src/java/org/apache/commons/math ConvergenceException.java RootFinding.java ContinuedFraction.java math/src/java/org/apache/commons/math/stat/distribution

DO NOT REPLY [Bug 20627] - [math] fixed some javadoc and checkstyle warnings

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20627. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [math] Static Utils and Methods

2003-06-11 Thread Mark R. Diggory
Brent Worden wrote: On the discussion of MathUtils, StatUtils and the placement of the average(double, double) method, if the method name was changed to midpoint, would people prefer it be place in MathUtils, StatUtils, or up my keester. Please, limit your replies to two emails. :-) Brent

[math] NaN vs. Exception Revisited (was: Re: [math] proposed orderingfor task list, scope of initial release)

2003-06-11 Thread Mark R. Diggory
Brent Worden wrote: -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] There are several approaches to design a concept for exceptions, all of which have pros and cons. I personally would suggest to avoid returning NaNs and throwing RuntimeExceptions whereever possible and

Re: [CLI] Support for CVS style command line

2003-06-11 Thread John Keyes
Eitherway the implementation should be a simple case of setting a few attributes on the HelpFormatter and supplying an alternate Options object: if(commandLine.hasOption(--help-commands)){ // don't descend into suboptions helpFormatter.setDepth(0); // make sure

Re: [CLI][PATCH] Min and Max size for arguments

2003-06-11 Thread John Keyes
ArgumentBuilder.withOptionalValues(boolean) has been removed since its a function of the min and max values. Argument.hasOptionalValues() has been retained and returns minmax This should just return min == 0? If min is 0 then that means a value is required. Hmm, there's room for

cvs commit: jakarta-commons-sandbox/hivemind/src/test/hivemind/test/external TestExternalParser.java

2003-06-11 Thread hlship
hlship 2003/06/11 07:13:30 Modified:hivemind/src/test/hivemind/test/external TestExternalParser.java Log: Remove unused import. Revision ChangesPath 1.5 +1 -3

cvs commit: jakarta-commons-sandbox/hivemind .classpath

2003-06-11 Thread hlship
hlship 2003/06/11 07:13:50 Modified:hivemind .classpath Log: Use classpath variable MAVEN_REPO (for consistency with other Maven projects). Revision ChangesPath 1.5 +13 -13jakarta-commons-sandbox/hivemind/.classpath Index: .classpath

RE: [math] proposed ordering for task list, scope of initial release

2003-06-11 Thread Tim O'Brien
On Tue, 2003-06-10 at 23:26, Brent Worden wrote: There are several approaches to design a concept for exceptions, all of which have pros and cons. I personally would suggest to avoid returning NaNs and throwing RuntimeExceptions whereever possible and use a package specific hierarchy of

[MATH] Javadoc fixes...

2003-06-11 Thread Andreou Andreas
Hi, according to the site Javadoc generation currently throws 35 warnings. Bring the Javadoc into compliance (i.e. reach zero warnings) I've made some javadoc fixes to the following files: src/java/org/apache/commons/math/ContractableDoubleArray.java

RE: [math] proposed ordering for task list, scope of initial release

2003-06-11 Thread Tim O'Brien
On Wed, 2003-06-11 at 00:15, Brent Worden wrote: Here's a saying I've used in the past when debating colleagues: Just because someone else does something, that doesn't make it right. :) Please see the previous discussions on the issue, use the Eyebrowse archive to read the relevant IEEE

Re: [MATH] Re: Incubator (Re: [VOTE] New Commiter Phil Steitz)

2003-06-11 Thread Tim O'Brien
-1, as initially proposed commons-math satisfies the commons charter. On Wed, 2003-06-11 at 06:15, Mark R. Diggory wrote: Tetsuya Kitahata wrote: Tim, On 10 Jun 2003 16:17:11 -0500 Tim O'Brien [EMAIL PROTECTED] wrote: If we wanted to say move commons-math to the incubator,

[PATCH] Re: [Docs] Component Lists

2003-06-11 Thread Tetsuya Kitahata
I'll try once more. Please apply these patches. Sincerely, -- Tetsuya ([EMAIL PROTECTED]) - On Fri, 06 Jun 2003 03:44:51 +0900 (Subject: [PATCH] Re: [Docs] Component Lists) Tetsuya Kitahata [EMAIL PROTECTED] wrote: Hello,

Re: [CLI] Support for CVS style command line

2003-06-11 Thread Rob Oxspring
- Original Message - From: John Keyes [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Cc: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 1:56 PM Subject: Re: [CLI] Support for CVS style command line Eitherway the

Re: [math] NaN vs. Exception Revisited (was: Re: [math] proposedordering for task list, scope of initial release)

2003-06-11 Thread Tim O'Brien
I think your usage of Convergence Exception is appropriate in your case. In your case your waiting for the method to return, if it fails to converge, you need to know why, there may be different reasons, and its an exceptional case which probibly terminates the whole process in the long

cvs commit: jakarta-commons-sandbox/math/src/java/org/apache/commons/math/stat/distribution FDistributionImpl.java

2003-06-11 Thread tobrien
tobrien 2003/06/11 07:50:30 Modified:math/src/java/org/apache/commons/math ContractableDoubleArray.java EmpiricalDistribution.java ExpandableDoubleArray.java FixedDoubleArray.java

Re: [MATH] Javadoc fixes...

2003-06-11 Thread Tim O'Brien
Thank you Andreou, patches applied. Tim On Wed, 2003-06-11 at 09:26, Andreou Andreas wrote: Hi, according to the site Javadoc generation currently throws 35 warnings. Bring the Javadoc into compliance (i.e. reach zero warnings) I've made some javadoc fixes to the following files:

Re: [VOTE] promote commons attributes to the commons proper

2003-06-11 Thread Ryan Hoegg
Non-binding +1 -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net James Strachan wrote: Jon, Paul - this is all seeming a little painful to make useful progress working within Jakarta Commons. Adding 1 non-apache committer to a sandbox project seems too hard right now - we're stuck in

cvs commit: jakarta-commons/jelly/src/test/org/apache/commons/jelly/test/impl DummyTagLibrary.java

2003-06-11 Thread morgand
morgand 2003/06/11 08:55:59 Modified:jelly/src/test/org/apache/commons/jelly/tags/junit AssertTag.java jelly/src/test/org/apache/commons/jelly/core Product.java Order.java Customer.java

Re: [math] NaN vs. Exception Revisited

2003-06-11 Thread Mark R. Diggory
Tim O'Brien wrote: I think your usage of Convergence Exception is appropriate in your case. In your case your waiting for the method to return, if it fails to converge, you need to know why, there may be different reasons, and its an exceptional case which probibly terminates the whole process

ClassCast Exception when returning an object from the Digester.parse method

2003-06-11 Thread duncan_l_krebs
Hello, when I use the digester I am having an issue when I try to get the return object from the digester.parse method. I know what kind of object it is returning, but when I try to cast it as that object it throws a ClassCast Exception. What is strange is that when I cast it as an object, it

Re: [VOTE] promote commons attributes to the commons proper

2003-06-11 Thread Paul Hammant
Jon, Paul - this is all seeming a little painful to make useful progress working within Jakarta Commons. Adding 1 non-apache committer to a sandbox project seems too hard right now - we're stuck in a chicken and egg - some don't want non-apache committers working in the sandbox and

[jelly][patch] More descriptive exception on failure to create Jexl expression

2003-06-11 Thread Peter Royal
If you have an invalid expression, such as 'variable.length = 0', Jexl just comes back with 'Invalid expression'.. Makes it kinda hard to locate the problem in your script :) The attached patch just puts the expression text into the wrapped exception from Jexl. -pete

DO NOT REPLY [Bug 20686] New: - register converters by both target class and source class

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20686. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 19857] - Methods ConvertUtilsBean.convert could check for converters registered with base classes

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19857. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

BeanUtils patch

2003-06-11 Thread ericpabst
I don't know why, but I submitted a patch for bug #10319 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10319), and I didn't see it on the commons-dev list. Anyone know why? Would anyone be willing to commit this? It passes all current tests, and has some new ones. It also fixes at least

cvs commit: jakarta-commons-sandbox/hivemind/common links.xml

2003-06-11 Thread hlship
hlship 2003/06/11 11:43:12 Modified:hivemind/xdocs descriptor.xml intro.xml navigation.xml hivemind/common links.xml Added: hivemind/xdocs configuration.xml Log: Add documentation about configuration. Revision ChangesPath 1.4 +3 -3

RE: [math] Complex dilemmas

2003-06-11 Thread Al Chou
--- Endo, Roger [EMAIL PROTECTED] wrote: One question that comes to mind is: What problems does having complex mathematics solve? Basically I am wondering whether we should consider how or even if real-world users would employ these facilities before going through the

RE: Betwixt Question (Mixed Content) (Patch for reading mixed content)

2003-06-11 Thread Fathman, Abraham
Robert, Thanks for the quick response. I think that I have solved the easy use case that you mentioned (It works for my situation anyway). I do have a few questions though: 1) In org.apache.commons.betwixt.XMLIntrospector line 330, should I add the abilitiy to copy the ContentDescriptors? 2)

Re: [math] proposed ordering for task list, scope of initial release

2003-06-11 Thread J.Pietschmann
Al Chou wrote: So I pulled out Herr Pietschmann's Brent method class and tested it, and it threw an exception telling me, Possibly multiple zeros in interval or ill conditioned function. Caused by an incomplete and much too naive implementation. I have now a real implementation of Brent

Re: [VOTE] promote commons attributes to the commons proper

2003-06-11 Thread robert burrell donkin
the main reason why i'm actively opposed to adding committers for sandbox components is that i believe that it's beyond the scope of the commons charter. there are several senior figures at apache who are concerned about jakarta-commons. one is on record as believing that the contents of the

Re: Incubator (Re: [VOTE] New Commiter Phil Steitz)

2003-06-11 Thread robert burrell donkin
On Wednesday, June 11, 2003, at 06:58 AM, Tetsuya Kitahata wrote: snip The fact most of the code contributions have been driven by non-committers showed the possibities these described above. that's actually a good sign :) projects where this happens have consistently proved more healthy than

Re: [math] proposed ordering for task list, scope of initial release

2003-06-11 Thread J.Pietschmann
Phil Steitz wrote: That's where I started, but then Tim and others convinced me that it was actually better/more convenient for users for us to behave more like java.Math and java's own arithmetic functions -- which use NaN all over the place. Uh, oh. That's probably because of IEEE 854 does

Re: [math] financial functions?

2003-06-11 Thread J.Pietschmann
O'brien, Tim wrote: Alternatively, application areas should be separate modules entirely This could invite people to propose a jakarta-commons-sandbox-financial module... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED]

Exception when accessing oracle.sql.ArrayDescriptor

2003-06-11 Thread Akshay Kapur
Please let me know if you may know a solution to the Exception described below. Thanks Akshay The following line of code - Connection conn = Torque.getConnection(); ArrayDescriptor myarray = ArrayDescriptor.createDescriptor( SOME_STRING, conn ); throws the following exception - Exception Trace:

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java

2003-06-11 Thread dgraham
dgraham 2003/06/11 18:04:11 Modified:validator/src/share/org/apache/commons/validator Field.java Log: Fixed NPE in clone(). Revision ChangesPath 1.19 +31 -26 jakarta-commons/validator/src/share/org/apache/commons/validator/Field.java Index: Field.java

Re: [MATH] Re: Incubator (Re: [VOTE] New Commiter Phil Steitz)

2003-06-11 Thread Tetsuya Kitahata
On Wed, 11 Jun 2003 07:15:32 -0400 (Subject: Re: [MATH] Re: Incubator (Re: [VOTE] New Commiter Phil Steitz)) Mark R. Diggory [EMAIL PROTECTED] wrote: I guess my concern is that [math] is primarily being built by individual contributors and not one specific group, its not one big code

cvs commit: jakarta-commons/httpclient/xdocs sslguide.xml navigation.xml

2003-06-11 Thread mbecke
mbecke 2003/06/11 20:31:50 Modified:httpclient/xdocs navigation.xml Added: httpclient/xdocs sslguide.xml Log: Added SSL Guide. PR: 10809 Submitted by: Oleg Kalnichevski Revision ChangesPath 1.8 +2 -1

RE: [math] matters of copyright

2003-06-11 Thread Brent Worden
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 4:00 PM To: Jakarta Commons Developers List Subject: Re: [math] matters of copyright The site http://yacas.sourceforge.net/Algomanual.html may be interesting in this context, in

RE: [math] Static Utils and Methods

2003-06-11 Thread Brent Worden
-Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Brent Worden wrote: On the discussion of MathUtils, StatUtils and the placement of the average(double, double) method, if the method name was changed to midpoint, would people prefer it be place in MathUtils,

HttpURLConnection implementation based on HttpClient

2003-06-11 Thread Kalnichevski, Oleg
Hi Rainer I am one of the Apache Jakarta Commons HttpClient developers. http://jakarta.apache.org/commons/httpclient/index.html I have stumbled upon your post on Sun's Java Technology Forums pretty much by chance. As far as I understand you have been working on a HttpURLConnection

HttpConnection.ConnectionTimeoutException with certain site

2003-06-11 Thread Michael Mattox
I get a HttpConnection.ConnectionTimeoutException with a certain site (http://www.fnac.com) but I don't get it with other sites. And I don't get it 100% of the time. I set my connect timeout to 10 seconds and I get it frequently. I set my timeout to 20 seconds and I get only a few. I'm

Re: HttpConnection.ConnectionTimeoutException with certain site

2003-06-11 Thread Ortwin Glück
Michael, Could you please post a wirelog of the session in question? Please refer to the logging guide on the HttpClient website to learn how to get a log. Odi Michael Mattox wrote: I get a HttpConnection.ConnectionTimeoutException with a certain site (http://www.fnac.com) but I don't get it

Status of bug FollowRedirects 302

2003-06-11 Thread Michael Mattox
I'm curious if this is being worked on? I just switched over to Apache's HttpClient from SUN's (full of bugs) and I notice that many websites such as msnbc.com and google.com return a 302 for queries for their homepages. If no one is currently working on this I'd be interested in having a look

Re: Status of bug FollowRedirects 302

2003-06-11 Thread Ortwin Glück
Michael Mattox wrote: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16729 Michael, We are aware of the problem. The problem is caused by a design flaw which can not be overcome in the current version. We can not do anything until we have branched 2.0 out and start working on 2.1. There is a

Multiple httpclient sessions and hanging??

2003-06-11 Thread Jan Gonsalves
I'm seeing a problem where I have two very similar HttpClient apps running in different JVMs. I ran App1 with Beta1 for 20+ ours straight and it just chugged along and did it's thing. I started App2 with Alpha3 this morning and the minute it came up, App1 hung. Definition of Hung: In the

DO NOT REPLY [Bug 20646] - Via NTLM proxy to SSL Apache/BasicAuth. - worked in may 22nd, but broken in beta1

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20646. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Multiple httpclient sessions and hanging??

2003-06-11 Thread Jan Gonsalves
Mike, Ipersonally don't think it's HTTPClient, however, the running out of sockets idea is interesting. I recently hung reading a file with the following last four lines of the stack trace being: at java.net.SocketInputStream.socketRead0(Native Method) at

Re: Is it possible to set a timeout for HttpMethod.execute ?

2003-06-11 Thread Michael Becke
You want to set the SO_TIMEOUT. This can be done with HttpClient.setTimeout(). Mike Michael Mattox wrote: I'm using HttpMethod.execute(state, connection) to execute a GET. However with Amazon.com it seems to hang occasionally. Is it possible to set a timeout for the execute method? I had

DO NOT REPLY [Bug 20646] - Via NTLM proxy to SSL Apache/BasicAuth. - worked in may 22nd, but broken in beta1

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20646. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Proxy unit tests

2003-06-11 Thread Oleg Kalnichevski
Adrian, I whole-heartedly support the idea of developing a suite of unit tests dedicated to the proxied HTTP communication. The only catch here is that such test cases would require a full blown proxy server. There seems to be no way around it. In order to be able to test proxy related stuff I

HttpState not serializable

2003-06-11 Thread Ralph Goers
I am trying to save the HttpState object in the session and am getting a message from Weblogic Server saying the attribute is not serializable and will be lost upon redeployment. How can I address this? Ralph

Adrian as Committer

2003-06-11 Thread Adrian Sutton
How is your committer agreement shaping up? I would really LOVE to see that damn SSL guide massaged a bit and finally deployed on our web site. Well, two days ago I had approval from the chairman of the board and was waiting for the documentation to come through. Now I'm waiting on an

Re: Proxy unit tests

2003-06-11 Thread Michael Becke
As for the SSL guide, I'd just commit it as is and deploy it. It's good enough that it will be useful to people and I can do the cleanup work on it when this all gets sorted out to make it a little easier to read and make it fit in with the same style as the rest of our documentation. Agreed.

Re: Adrian as Committer

2003-06-11 Thread Michael Becke
Yea!! I'm glad everything worked out. Mike On Wednesday, June 11, 2003, at 11:33 PM, Adrian Sutton wrote: How is your committer agreement shaping up? I would really LOVE to see that damn SSL guide massaged a bit and finally deployed on our web site. Well, two days ago I had approval from the