[CLI] child Options

2003-06-01 Thread John Keyes
The current version on the branch has support for child Options: addChild(Option) addChildren(Set) I think that this is too restrictive and the correct support should be: addOptions(Options) This will allow the following style command line: app -option -x|-y The definition for this is:

RE: [CLI] child Options

2003-06-01 Thread Gary Gregory
Just to double check, I can then have an app whose CLI looks like: App (-commandA -cmdAOption|-cmdBOption) | (-commandB -cmdBOption|-cmdBOption) | -help Gary -Original Message- From: John Keyes [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 08:41 To: commons-dev Subject: [CLI]

Re: [CLI] child Options

2003-06-01 Thread John Keyes
Just to double check, I can then have an app whose CLI looks like: App (-commandA -cmdAOption|-cmdBOption) | (-commandB -cmdBOption|-cmdBOption) | -help I assume you meant: App (-commandA -cmdAOption|-cmdBOption) | (-commandB -cmdAOption|-cmdBOption) | -help If so it would be something like

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/enum package.html

2003-06-01 Thread ggregory
ggregory2003/05/31 10:16:11 Modified:lang/src/java/org/apache/commons/lang/math package.html lang/src/java/org/apache/commons/lang/reflect package.html lang/src/java/org/apache/commons/lang/exception ExceptionUtils.java package.html

RE: [CLI] child Options

2003-06-01 Thread Gary Gregory
Right, my bad typing! I really meant: App (-commandA -cmdAOption1|-cmdAOption2) | (-commandB -cmdBOption1|-cmdBOption2) | -help Then 2.0 covers that. Thanks, Gary -Original Message- From: John Keyes [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 09:43 To: Jakarta Commons

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang overview.html

2003-06-01 Thread ggregory
ggregory2003/05/31 11:44:27 Added: lang/src/java/org/apache/commons/lang overview.html Log: Include a Javadoc overview. Revision ChangesPath 1.1 jakarta-commons/lang/src/java/org/apache/commons/lang/overview.html Index: overview.html

cvs commit: jakarta-commons/lang build.xml

2003-06-01 Thread ggregory
ggregory2003/05/31 11:44:36 Modified:lang build.xml Log: Include a Javadoc overview. Revision ChangesPath 1.12 +157 -232 jakarta-commons/lang/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder ToStringBuilder.java

2003-06-01 Thread ggregory
ggregory2003/05/31 15:22:49 Modified:lang/src/java/org/apache/commons/lang/builder ToStringBuilder.java Log: Sort Members (Eclipse). Revision ChangesPath 1.21 +447 -447

[GUMP] Build Failure - commons-jxpath

2003-06-01 Thread Ted Husted
20030601 [echo] junit.jar = /home/rubys/jakarta/dist/junit/junit.jar [echo] jaxp.jaxp.jar = /home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar [echo] jaxp.xslt.jar = /home/rubys/jakarta/xml-xalan/java/build/xalan-unbundled.jar [echo] servlet.jar = ${servlet.jar

DO NOT REPLY [Bug 20386] - Corrupted Source Zip: commons-logging-1.0.2-src.zip

2003-06-01 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=20386. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[hivemind] licenses missing

2003-06-01 Thread robert burrell donkin
hi howard the source files you committed into the sandbox seem to be missing the ASF license from the top. you might also like to think about generating an ant build file (using maven) so that when the time comes, you'll be able to add hivemind to gump and to the nightlies. you might also

DO NOT REPLY [Bug 20354] - [telnet] unable to register option hamdlers if option 39

2003-06-01 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=20354. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/telnet SimpleOptionHandlerTest.java

2003-06-01 Thread brudav
brudav 2003/06/01 04:33:40 Modified:net/src/java/org/apache/commons/net/telnet TelnetOption.java net/src/test/org/apache/commons/net/telnet SimpleOptionHandlerTest.java Log: Resolution to bug 20354 (unable to register option handlers if option

cvs commit: jakarta-commons/net/src/test/org/apache/commons/net/telnet TelnetOptionTest.java

2003-06-01 Thread brudav
brudav 2003/06/01 04:35:08 Added: net/src/test/org/apache/commons/net/telnet TelnetOptionTest.java Log: Resolution to bug 20354 (unable to register option handlers if option 39) Revision ChangesPath 1.1

DO NOT REPLY [Bug 20354] - [telnet] unable to register option hamdlers if option 39

2003-06-01 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=20354. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Docs] Component Lists

2003-06-01 Thread Tetsuya Kitahata
Hello, I am personally checking the versions of all of the Jakarta and Jakarta-Related Projects. Of course I've checked the Commons-Proper componets' versions. I often feel the inconsistency (sorry!) on the jakarta websites .. and maybe commons-components-list

[fileupload] issue proposal

2003-06-01 Thread Andrey Aristarkhov
Hi folks! FileUpload is a great job, but I can suppose it's not convinient in some configurations. Since request input stream is beeing read when we try to read a first parameter from a request, there is no guarantee that a request passed to a servlet had not been parsed already (for example