cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverMDExceptionTests.java DriverMetaDataTestSuite.java

2002-11-05 Thread prickett
prickett2002/11/05 21:59:18 Modified: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverMetaDataTestSuite.java Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Henri Yandell
On Wed, 6 Nov 2002, Steve Downey wrote: > Executor is good as it's really unlikely to conflict with anyone > else's name. > > UnaryOperation also opens up BinaryOperation and thence > > transform(Collection left, Collection right, Collection out, > BinaryOperation); Then unless you start a migh

[CLI] Release of 1.0

2002-11-05 Thread Henri Yandell
I've pretty much got the release of 1.0 done, bar the announcements on front pages etc. If anyone has the chance to check it over in the next 12 hours [before Midday EST], then it would be of great help. Even if it's just a cursory sanity check. Url is: http://jakarta.apache.org/commons/cli/ind

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Steve Downey
On Wednesday 06 November 2002 12:03 am, Henri Yandell wrote: > On Tue, 5 Nov 2002, Steve Downey wrote: > > On Tuesday 05 November 2002 12:37 pm, Henri Yandell wrote: > > > I would think of a Closure as: > > > > > > > > > closure foo = { int i=0; i++ } > > > > int i = 0; > > closure foo = {i++}; > >

cvs commit: jakarta-commons/cli project.xml

2002-11-05 Thread bayard
bayard 2002/11/05 21:31:59 Modified:cli project.xml Log: Transparant logo added to hide lack of logo for CLI. Possibly I could have just put an empty logo tag with reflection. Revision ChangesPath 1.13 +1 -0 jakarta-commons/cli/project.xml Index: pr

cvs commit: jakarta-commons/cli/xdocs/images 1x1.gif

2002-11-05 Thread bayard
bayard 2002/11/05 21:28:43 Added: cli/xdocs/images 1x1.gif Log: transparant image to hide the lack of a CLI logo Revision ChangesPath 1.1 jakarta-commons/cli/xdocs/images/1x1.gif <> -- To unsubscribe, e-mail:

cvs commit: jakarta-commons/cli/xdocs/images - New directory

2002-11-05 Thread bayard
bayard 2002/11/05 21:28:20 jakarta-commons/cli/xdocs/images - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/cli/xdocs navigation.xml

2002-11-05 Thread bayard
bayard 2002/11/05 21:25:37 Modified:cli/xdocs navigation.xml Log: Added a Download option Revision ChangesPath 1.5 +1 -0 jakarta-commons/cli/xdocs/navigation.xml Index: navigation.xml ===

cvs commit: jakarta-commons/cli RELEASE-NOTES.txt

2002-11-05 Thread bayard
bayard 2002/11/05 21:09:21 Added: cli RELEASE-NOTES.txt Log: Release notes for 1.0 Revision ChangesPath 1.1 jakarta-commons/cli/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt ===

cvs commit: jakarta-commons/cli project.xml

2002-11-05 Thread bayard
bayard 2002/11/05 21:06:33 Modified:cli project.xml Log: Fixed typo Revision ChangesPath 1.12 +1 -1 jakarta-commons/cli/project.xml Index: project.xml === RCS file: /home/cvs/jakarta-

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Henri Yandell
On Tue, 5 Nov 2002, Steve Downey wrote: > On Tuesday 05 November 2002 12:37 pm, Henri Yandell wrote: > > I would think of a Closure as: > > > > > > closure foo = { int i=0; i++ } > > > int i = 0; > closure foo = {i++}; > return foo; Good point. I'm utterly convinced that Closure is the wrong w

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Steve Downey
On Tuesday 05 November 2002 12:37 pm, Henri Yandell wrote: > I would think of a Closure as: > > > closure foo = { int i=0; i++ } > int i = 0; closure foo = {i++}; return foo; //elsewhere evaluate foo; Of course, that's some other language. In java, anonymous inner classes approximate closures:

[digester] article (Re: [DRAFT1] Jakarta Newsletter - October 2002)

2002-11-05 Thread Michael Davey
Henri, David Karr pointed out that there is also a Digester article on JavaWorld. I notice it didn't make it onto the Digester web site either ;) Here is the URL: http://www.javaworld.com/javaworld/jw-10-2002/jw-1025-opensourceprofile.html -- Michael smime.p7s Description: S/MIME Cryptograph

cvs commit: jakarta-commons/cli project.xml

2002-11-05 Thread bayard
bayard 2002/11/05 15:10:48 Modified:cli project.xml Log: Upgraded from 1.0-beta-2-dev to 1.0 Revision ChangesPath 1.11 +1 -1 jakarta-commons/cli/project.xml Index: project.xml === RCS

cvs commit: jakarta-commons/cli README.txt

2002-11-05 Thread jkeyes
jkeyes 2002/11/05 14:54:25 Modified:cli README.txt Log: update README for 1.0 release Revision ChangesPath 1.2 +19 -11jakarta-commons/cli/README.txt Index: README.txt === RCS file: /h

Re: [DRAFT1] Jakarta Newsletter - October 2002

2002-11-05 Thread Henri Yandell
Commons === Releases October has seen many new releases from the Jakarta Commons project. * Commons Lang 1.0 was released on October 4th, a set of very generic components for use in any Java project. http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0/RELEAS

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

2002-11-05 Thread jkeyes
jkeyes 2002/11/05 14:37:53 Modified:cli/src/java/org/apache/commons/cli package.html Log: replace tokens with version for 1.0 Revision ChangesPath 1.2 +1 -1 jakarta-commons/cli/src/java/org/apache/commons/cli/package.html Index: package.html ===

DO NOT REPLY [Bug 14278] - add link/info for Struts Console to website

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14278] New: - add link/info for Struts Console to website

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/cli project.xml

2002-11-05 Thread bayard
bayard 2002/11/05 13:59:24 Modified:cli project.xml Log: Made CLI dependent on the 1.0 release of Lang. Revision ChangesPath 1.10 +1 -1 jakarta-commons/cli/project.xml Index: project.xml ==

[PATCH][fileupload] additional isMultipartContent method

2002-11-05 Thread robert burrell donkin
fileupload works with multipart content - and only multipart content. this patch adds a utility method that determines (in the same way as fileupload does) whether a request contains multipart content. - robert Index: src/java/org/apache/commons/fileupload/FileUpload.java ==

[Jelly] Bug?

2002-11-05 Thread Paul Michael Reilly
Script: ... ... ${dccFrame.show()} Is it a bug that the generated frame does not contain the menubar, dccMenuBar? I think it is. When ${dccFrame.setJMenuBar(dccMenuBar)} is added, the m

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler Registry.java

2002-11-05 Thread costin
costin 2002/11/05 11:15:52 Modified:modeler/src/java/org/apache/commons/modeler Registry.java Log: Few changes in the new code ( old code is not affected - I hope ) Revision ChangesPath 1.7 +35 -18 jakarta-commons/modeler/src/java/org/apache/commons/modeler/Reg

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler BaseRegistry.java

2002-11-05 Thread costin
costin 2002/11/05 11:15:07 Modified:modeler/src/java/org/apache/commons/modeler BaseRegistry.java Log: Few changes to the (new) base class. This doesn't affect any of the existing uses of modeler, it's new. The base registry can be used to add jmx supp

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler JndiJmx.java

2002-11-05 Thread costin
costin 2002/11/05 11:13:42 Added: modeler/src/java/org/apache/commons/modeler JndiJmx.java Log: A better solution to intercept the attribute setting and instances. Use the standard notification - will work for any mbean supporting the attribute change notification. The

cvs commit: jakarta-commons/modeler/src/java/org/apache/commons/modeler BaseModelMBean.java

2002-11-05 Thread costin
costin 2002/11/05 11:10:20 Modified:modeler/src/java/org/apache/commons/modeler BaseModelMBean.java Log: Remove the local attribute store - this is the wrong solution ( since it works only for modeler mbeans ) Revision ChangesPath 1.6 +4 -

Re: [general] proposal and status documents

2002-11-05 Thread robert burrell donkin
i don't know if it's what you're looking for... ...but jakarta-commons-sandbox/proposal is a template jakarta-commons component. - robert On Tuesday, November 5, 2002, at 12:39 PM, Michael Davey wrote: Hi, Is there a template for status and proposal documents? It looks like there is a commo

DO NOT REPLY [Bug 14267] New: - DBCP doesn't work on Tomcat 4.1.12 and Oracle JDBC driver

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14108] - MultipartPost closes input stream

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestPartsNoHost.java

2002-11-05 Thread jsdever
jsdever 2002/11/05 09:50:22 Modified:httpclient/src/java/org/apache/commons/httpclient/methods MultipartPostMethod.java httpclient/src/java/org/apache/commons/httpclient/methods/multipart FilePart.java Part.java

DO NOT REPLY [Bug 14263] - BeanReader returns no object when used with SAXParser

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14263] New: - BeanReader returns no object when used with SAXParser

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14262] - SAXBeanWriter produces invalid XML

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14262] New: - SAXBeanWriter produces invalid XML

2002-11-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Henri Yandell
I would think of a Closure as: closure foo = { int i=0; i++ } or some such. So you're right in that closure is not the right name. But Command is also not the right name. The Command pattern implies Undo and Argument and Results and not just: public void do(Object). Any other words? Hen

Re: [Jelly] Overdoing it?

2002-11-05 Thread James Strachan
LOL! From: "Vincent Massol" <[EMAIL PROTECTED]> > Hi James, > > Are you sure you're not overdoing it? :-) > Clearly I must be... :) [snip] > -belly.jpg> Our prize notification department has informed us that you > have

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread Henri Yandell
I've pushed these into Lang under the name Functor. Command is renamed to Closure to match Collections. All tests pass. Hen On Tue, 5 Nov 2002 [EMAIL PROTECTED] wrote: > (plus)1, I fully support this :-)) Predicate, Transformer, > Command/Closure and Factory are very basic and mature, and fit

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/functor FunctorTestSuite.java TestClosureUtils.java TestFactoryUtils.java TestPredicateUtils.java TestTransformerUtils.java

2002-11-05 Thread bayard
bayard 2002/11/05 08:45:13 Added: lang/src/test/org/apache/commons/lang/functor FunctorTestSuite.java TestClosureUtils.java TestFactoryUtils.java TestPredicateUtils.java TestTransformerUtils.java Log: Transfer

cvs commit: jakarta-commons/lang build.xml

2002-11-05 Thread bayard
bayard 2002/11/05 08:45:45 Modified:lang build.xml Log: Integrated the new functor package Revision ChangesPath 1.5 +11 -2 jakarta-commons/lang/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-commons/lang/src/test/org/apache/commons/lang/functor - New directory

2002-11-05 Thread bayard
bayard 2002/11/05 08:44:45 jakarta-commons/lang/src/test/org/apache/commons/lang/functor - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/functor - New directory

2002-11-05 Thread bayard
bayard 2002/11/05 08:43:50 jakarta-commons/lang/src/java/org/apache/commons/lang/functor - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [Jelly] custom tag implementation

2002-11-05 Thread Paul Michael Reilly
Now that I've got Jelly built from source I'm ready to contribute by helping to find bugs. The original post in this thread dealt with defining custom tags. I suspected, wrongly, that using the CVS sources would enable the following to work: Script: ... Testing custom jelly t

Re: [lang] Moving parts of patterns to lang

2002-11-05 Thread scolebourne
(plus)1, I fully support this :-)) Predicate, Transformer, Command/Closure and Factory are very basic and mature, and fit well into [lang]. In addition this adds the ability to write a CloneUtils in [lang] very easily (as the code already exists, it just needs a different front end). Stephen >

[Jelly] Overdoing it?

2002-11-05 Thread Vincent Massol
Hi James, Are you sure you're not overdoing it? :-) -Vincent -Original Message- From: Prize Department [mailto:specials@;bargainnetwork.net] Sent: 05 November 2002 13:50 To: [EMAIL PROTECTED] Subject: Congratulations Vincent! Vincent the information regarding your unclaim

Re: [general] proposal and status documents

2002-11-05 Thread Nicola Ken Barozzi
Michael Davey wrote: Hi, Is there a template for status and proposal documents? It looks like there is a common layout but I couldn't find a template. I've looked on the jakarta web site and in CVS. We have just started a discussion about a common format for all projects, maybe in xml, on

cvs commit: jakarta-commons-sandbox/jelly project.xml

2002-11-05 Thread jstrachan
jstrachan2002/11/05 05:06:13 Modified:jelly/src/java/org/apache/commons/jelly/tags/jms JMSTagLibrary.java SubscribeTag.java jellyproject.xml Added: jelly/src/java/org/apache/commons/jelly/tags/jms ConsumerTag.java

[general] proposal and status documents

2002-11-05 Thread Michael Davey
Hi, Is there a template for status and proposal documents? It looks like there is a common layout but I couldn't find a template. I've looked on the jakarta web site and in CVS. Cheers, -- Michael -- To unsubscribe, e-mail: For addition