DO NOT REPLY [Bug 13201] - Remove default log4j configuration

2002-10-22 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: Licensing Issues

2002-10-22 Thread Jeff Prickett
On Wed, 23 Oct 2002, Michael A. Smith wrote: > Jeff Prickett wrote: > > Michael, > > > > The licensing details will be worked out soon. > > hrm. what's this mean? > Just means that I will clean up the dates and double check that each file holds a correct license before any formal "release" or sn

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceGetInitTest.java DriverServiceConfigEmptyTest.java DriverServiceConfigNullTest.java DriverServiceDbFileNonExistTest.java TestDriverService.java

2002-10-22 Thread prickett
prickett2002/10/22 23:43:27 Modified:periodicity LICENSE periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/util JUnitUtils.java periodicity/src/plugins-build/database/src/test/org/apache/commons/periodic

Re: [VOTE] Promote "FileUpload" from Commons Sandbox to Commons Prope r

2002-10-22 Thread dion
> - 8< - > Vote to promote the "FileUpload" component from Commons Sandbox to Commons > Proper: > > [X] +1 I am in favor of this action and will help > [ ] +0 I am in favor of this action but cannot help > [ ] -0 I am not in favor of this action > [ ] -1 I am opposed to this action and he

Re: [VOTE] Promote "FileUpload" from Commons Sandbox to Commons Prope r

2002-10-22 Thread Sean C. Sullivan
+1 - Original Message - Sent: Tuesday, October 22, 2002 10:51 PM Subject: [VOTE] Promote "FileUpload" from Commons Sandbox to Commons Proper > The FileUpload component in the Commons Sandbox provides a simple means of > integrating HTTP file upload requests (i.e. requests which conform

Re: [VOTE] Promote "FileUpload" from Commons Sandbox to CommonsPrope r

2002-10-22 Thread Craig R. McClanahan
+1 Craig On Tue, 22 Oct 2002, Martin Cooper wrote: > Date: Tue, 22 Oct 2002 22:51:48 -0700 > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: [VOTE] Promote "FileUpload" from Common

[VOTE] Promote "FileUpload" from Commons Sandbox to CommonsPrope r

2002-10-22 Thread Martin Cooper
The FileUpload component in the Commons Sandbox provides a simple means of integrating HTTP file upload requests (i.e. requests which conform to RFC 1867) into a servlet or web application. The original code for the FileUpload component came from Turbine. The current Commons FileUpload component i

Re: Licensing Issues

2002-10-22 Thread Michael A. Smith
Jeff Prickett wrote: Michael, The licensing details will be worked out soon. hrm. what's this mean? A good portion of the Periodicity code base dates back to 2000. Some of the UML diagrams date back to 1999. However, you are right the code just checked in is totally new and as such should h

Re: Proposal: httpd-like PMC organisation

2002-10-22 Thread Costin Manolache
Martin van den Bemt wrote: > >> Questions: >> - should we vote on the volunteering offer ? What is httpd doing ? > > Yes. In a way you are trusted with a task. If people think your not up > to it, they should be able to -1 it. Also a lot of +1's is good for the > ego ;) Well, one thing I would

Licensing Issues

2002-10-22 Thread Jeff Prickett
Michael, The licensing details will be worked out soon. A good portion of the Periodicity code base dates back to 2000. Some of the UML diagrams date back to 1999. However, you are right the code just checked in is totally new and as such should hold (c) 2002. As far as this being my own orig

Re: [collections] ClassMap and others

2002-10-22 Thread Michael A. Smith
Henri Yandell wrote: I just pushed a ClassMap class in. Uses inheritence in the get, so you can do: map.put(Number.class, new NumberConverter()); Converter c = (Converter)map.get(Float.class); assuming a Converter class. I like, but I see some issues with the implementation with regards to i

RE: [vfs] [gump] RE: gumpifying vfs

2002-10-22 Thread Adam Murdoch
> -Original Message- > From: [EMAIL PROTECTED] [mailto:dion@;multitask.com.au] > Sent: Wednesday, 23 October 2002 2:28 PM > To: Jakarta Commons Developers List > Cc: [EMAIL PROTECTED] > Subject: [vfs] [gump] RE: gumpifying vfs > > > "Adam Murdoch" <[EMAIL PROTECTED]> wrote on 23/10/2002 1

Re: cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collectionsClassMap.java

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: bayard 2002/10/22 20:35:23 Added: collections/src/test/org/apache/commons/collections TestClassMap.java collections/src/java/org/apache/commons/collections ClassMap.java Log: Uses inheritence

[vfs] [gump] RE: gumpifying vfs

2002-10-22 Thread dion
"Adam Murdoch" <[EMAIL PROTECTED]> wrote on 23/10/2002 12:20:41 PM: > > Adam, doesn't vfs use Maven? > > > > If so, how about just generating the ant and gump files so we can smooth > > the process out of getting commons projects built by Gump. > > Ok, I've done this. There were a couple of tin

[collections] build system

2002-10-22 Thread Henri Yandell
Out of interest, does anyone recall why Collections builds differently to the other projects in Commons? I'd assumed it had some funky requirements, but now I've done a build, I can't see what was so important. Building binary from local and source from cvs seems a bit confusing. Any reason not t

[collections] ClassMap and others

2002-10-22 Thread Henri Yandell
I just pushed a ClassMap class in. Uses inheritence in the get, so you can do: map.put(Number.class, new NumberConverter()); Converter c = (Converter)map.get(Float.class); assuming a Converter class. It doesn't do anything fancy with Integer.TYPE. ie) claiming that that extends Number.class etc

cvs commit: jakarta-commons/validator/src/example/org/apache/commons/validator/example ValidateExample.java

2002-10-22 Thread martinc
martinc 2002/10/22 21:02:02 Modified:validator build.xml validator/conf/share MANIFEST.MF validator/src/example/org/apache/commons/validator/example ValidateExample.java Log: Fix a couple of problems found in 1.0-rc1. - Generate

Re: cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/databaseDriverServiceConfigEmptyTest.java DriverServiceDbFileNonExistTest.java

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: prickett2002/10/22 20:56:41 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceConfigEmptyTest.java DriverServiceDbFileNonExistTest.java Log: Added a J

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

2002-10-22 Thread prickett
prickett2002/10/22 20:56:41 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceConfigEmptyTest.java DriverServiceDbFileNonExistTest.java Log: Added a Junit test to test what ha

Re: Proposal: httpd-like PMC organisation

2002-10-22 Thread dion
news <[EMAIL PROTECTED]> wrote on 23/10/2002 05:45:15 AM: > We already have a line in our charter about having a jakarta-commons > specific PMC. Right now it is modeled after jakarta, with 3 > members. > > I would like to propose changing this number to include more > people - I think the right

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections ClassMap.java

2002-10-22 Thread bayard
bayard 2002/10/22 20:35:23 Added: collections/src/test/org/apache/commons/collections TestClassMap.java collections/src/java/org/apache/commons/collections ClassMap.java Log: Uses inheritence in the get() value lookup

Re: [Lang] Validate! [was: Assertions?]

2002-10-22 Thread Steve Downey
If you currently hold the copyright on it, you can put whatever license you feel like on the code. If you don't hold the copyright, then it's a problem no matter what the license is. I'm not a lawyer, but I've done this dance before. On Tuesday 22 October 2002 05:46 pm, Stephen Colebourne wrot

Re: monitoring the sandbox [WAS Re: License and copyright issues]

2002-10-22 Thread Steve Downey
Depends what the problem is. And, apparently, the 'problem' wasn't in commons, or commons-sandbox, but in avalon. However, I gathered that part of the problem was code hosted by Apache that wasn't formally adopted by Apache. If that's the case, leaving projects in sandbox for long periods of ti

Re: Proposal: httpd-like PMC organisation

2002-10-22 Thread Michael A. Smith
+1 on the proposal to add a commons oversight board. We don't need to name it PMC (the charter doesn't give this oversight board a name, it just makes the analogy to the jakarta PMC). Oh, and I've already volunteered. michael p.s. Did anyone else see a 6 hour delay between the time it looks l

Re: cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xmlTestXMLParserCache.java

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: morgand 2002/10/22 14:57:47 Added: jelly/src/test/org/apache/commons/jelly/test/xml TestXMLParserCache.java Log: some sanity checks for XMLParser cache Revision ChangesPath 1.1 jakarta-commons-sandbox/je

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

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: prickett2002/10/22 19:47:16 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceConfigNullTest.java Log: Added a test to test the behavior for a null configuration. Revisi

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

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: prickett2002/10/22 19:25:24 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database TestDriverService.java Log: Added a Test Driver Meta Data Service class for unit testing purposes. Revis

DO NOT REPLY [Bug 13201] - Remove default log4j configuration

2002-10-22 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-sandbox/periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceConfigNullTest.java

2002-10-22 Thread prickett
prickett2002/10/22 19:47:16 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DriverServiceConfigNullTest.java Log: Added a test to test the behavior for a null configuration. Revision ChangesPath 1.1

Re: Proposal: httpd-like PMC organisation

2002-10-22 Thread Martin van den Bemt
> Questions: > - should we vote on the volunteering offer ? What is httpd doing ? Yes. In a way you are trusted with a task. If people think your not up to it, they should be able to -1 it. Also a lot of +1's is good for the ego ;) > - Should we impose a 2-3 month wait period for new commiters ?

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

2002-10-22 Thread prickett
prickett2002/10/22 19:25:24 Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database TestDriverService.java Log: Added a Test Driver Meta Data Service class for unit testing purposes. Revision ChangesPath 1.

RE: gumpifying vfs

2002-10-22 Thread Adam Murdoch
> -Original Message- > From: [EMAIL PROTECTED] [mailto:dion@;multitask.com.au] > Sent: Wednesday, 23 October 2002 10:50 AM > To: Jakarta Commons Developers List > Subject: Re: gumpifying vfs > > > Adam, doesn't vfs use Maven? > > If so, how about just generating the ant and gump files so

RE: [VFS] PropertiesValueSetter

2002-10-22 Thread Adam Murdoch
That looks good. Passing the FileSystem to setProperties() is better idea than trying to guess it from a propery name or whatever. Adam > -Original Message- > From: David BERNARD [mailto:dwayne@;freesurf.fr] > Sent: Wednesday, 23 October 2002 7:31 AM > To: Jakarta Commons Developers Li

RE: gumpifying vfs

2002-10-22 Thread Adam Murdoch
> -Original Message- > From: Stefan Bodewig [mailto:bodewig@;apache.org] > Sent: Wednesday, 23 October 2002 12:03 AM > To: [EMAIL PROTECTED] > Subject: Re: gumpifying vfs > > > On Tue, 22 Oct 2002, Adam Murdoch <[EMAIL PROTECTED]> wrote: > > > Anyone know how I get the vfs component inclu

Re: cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/databasePeriodicityDriverService.java DriverMetaDataService.java

2002-10-22 Thread Michael A. Smith
[EMAIL PROTECTED] wrote: prickett2002/10/22 17:08:54 Modified:periodicity/src/plugins-build/database project.xml periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DriverMetaDataService.java Added: perio

Re: [Lang] Validate! [was: Assertions?]

2002-10-22 Thread Michael A. Smith
Stephen Colebourne wrote: From: "Ola Berg" <[EMAIL PROTECTED]> From: "Stephen Colebourne" <[EMAIL PROTECTED]> I have a class like this at both work (called Assert) and in the Joda project (called Validate). Me to (but they are called Assert). Why can't you, Stephen, check some of this in

Re: [lang] [patch] StringUtils.defaultString

2002-10-22 Thread Henri Yandell
Managed to get them out. Edited the mailbox by hand and it seemed to work. Odd :) Anyways. Looks like the current defaultString could happily handle them by weakening the parameter from a String to an Objeect. What do you think? Hen On Tue, 22 Oct 2002, Henri Yandell wrote: > > Went to look at

RE: License and copyright issues

2002-10-22 Thread Scott Sanders
> > On Tue, Oct 22, 2002 at 09:31:29AM -0400, Michael A. Smith wrote: > [snip] > > > I don't think this should stop us from improving oversight in > > > license > > > compliance issues in jakarta-commons and jakarta-commons-sandbox. > > > > > > > Big +1. Until the members to committers ratio ca

Re: monitoring the sandbox [WAS Re: License and copyright issues]

2002-10-22 Thread Michael A. Smith
Steve Downey wrote: What about an automatic sunset on sandbox code? 3 months after initial commit it's either voted in as a project somewhere, or removed? 3 months of inactivity maybe, not 3 months from initial commit. Some code bases may require a long time to generate the necessary communit

Re: [lang] [patch] StringUtils.defaultString

2002-10-22 Thread Henri Yandell
Went to look at em, and pine is not happy with the attachments at all. One it refuses to open [something illegal in the encoding] and the other is empty. So not sure what happened to me there. Could you summarise the methods inline? I assume: public String defaultString(Object o) { return d

cvs commit: jakarta-commons-sandbox/vfs gump.xml build.xml

2002-10-22 Thread adammurdoch
adammurdoch2002/10/22 18:46:06 Modified:vfs build.xml Added: vfs gump.xml Log: - Added (slightly tweeked) maven-generated gump descriptor. - Fixed maven-generated build.xml. Revision ChangesPath 1.4 +3 -3 jakarta-commons-sandbox/vfs/build.xm

Re: [Lang] Validate! [was: Assertions?]

2002-10-22 Thread Stephen Colebourne
From: "Ola Berg" <[EMAIL PROTECTED]> > From: "Stephen Colebourne" <[EMAIL PROTECTED]> > > I have a class like this at both work (called Assert) and in the Joda project (called Validate). > Me to (but they are called Assert). Why can't you, Stephen, check some of this in (into lang sandbox?) so tha

Re: Proposal: httpd-like PMC organisation

2002-10-22 Thread Henri Yandell
On Tue, 22 Oct 2002, Costin Manolache wrote: > We already have a line in our charter about having a jakarta-commons > specific PMC. Right now it is modeled after jakarta, with 3 > members. Has this been confirmed as legal according to the Apache rules? Using the name PMC. Or is it just that we c

RE: Commons SQL

2002-10-22 Thread Steven Caswell
Certainly. I apologize for causing any problems. I would like to contribute and be of assistance and not become the nuisance that I inadvertently started out being. I guess I got a little overanxious. As far as code convention, I didn't see any particular documentation as to what the yet-to-be-pr

Re: License and copyright issues

2002-10-22 Thread dion
Scott Sanders <[EMAIL PROTECTED]> wrote on 23/10/2002 01:23:33 AM: > On Tue, Oct 22, 2002 at 09:31:29AM -0400, Michael A. Smith wrote: [snip] > > I don't think this should stop us from improving oversight in license > > compliance issues in jakarta-commons and jakarta-commons-sandbox. > > > > B

Re: [lang] [patch] StringUtils.defaultString

2002-10-22 Thread Stephen Colebourne
I think these methods fit better with ObjectUtils. What d'ya think? Stephen From: "Henri Yandell" <[EMAIL PROTECTED]> > Will apply today at some point [writes it down on the whiteboard, where of > course nothing ever gets deleted] > > Hen > > On Mon, 21 Oct 2002, Fredrik Westermarck wrote: > > >

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

2002-10-22 Thread jericho
jericho 2002/10/22 18:39:39 Modified:httpclient/src/java/org/apache/commons/httpclient/util URIUtil.java httpclient/src/test/org/apache/commons/httpclient TestWebappRedirect.java httpclient/src/java/org/apache/

Re: monitoring the sandbox [WAS Re: License and copyright issues]

2002-10-22 Thread Stephen Colebourne
> i think that we in the commons needs to take the supervision of the > sandbox more seriously. since it's part of our subproject, we need to take > responsibility for the contents of the sandbox and ensure that this > facility is used correctly. > > (if we could get the volunteers) one way we coul

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

2002-10-22 Thread jericho
jericho 2002/10/22 18:35:50 Modified:httpclient/src/java/org/apache/commons/httpclient URI.java Log: - Correct the allowed query bitset of the escaped sequence for generic URI-reference Revision ChangesPath 1.7 +4 -8 jakarta-commons/httpclient/src/java/org/apa

cvs commit: jakarta-commons/validator/conf/share validator_1_0.dtd

2002-10-22 Thread turner
turner 2002/10/22 18:32:01 Modified:validator/conf/share validator_1_0.dtd Log: Oopsie, added something else that I was working on and abandoned, removed the bogus resource attributes. Revision ChangesPath 1.4 +4 -7 jakarta-commons/validator/conf/share/valida

Proposal: httpd-like PMC organisation

2002-10-22 Thread Costin Manolache
We already have a line in our charter about having a jakarta-commons specific PMC. Right now it is modeled after jakarta, with 3 members. I would like to propose changing this number to include more people - I think the right solution is more closer to what httpd and apr projects are doing, wher

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml TestXMLParserCache.java

2002-10-22 Thread morgand
morgand 2002/10/22 15:23:47 Modified:jelly/src/test/org/apache/commons/jelly/test/xml TestXMLParserCache.java Log: fixed typo Revision ChangesPath 1.2 +6 -6 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestXM

cvs commit: jakarta-commons/validator/conf/share validator_1_0.dtd

2002-10-22 Thread turner
turner 2002/10/22 12:59:40 Modified:validator/conf/share validator_1_0.dtd Log: Fix DTD to include formset and constant in the appropriate elements, also make formset, constant and validator optional, so that a file can have any or all of them Revision ChangesPath 1.3

[VFS] PropertiesValueSetter

2002-10-22 Thread David BERNARD
> > > +1. Any thoughts on how the provider might get hold of the user's > > > authentication info (usernames, passwords, certs, etc)? > > Encoding this stuff > > > in the url is ok as a convenience, but isn't a very good > > general solution. > > > I guess we need some kind of authentication provi

RE: monitoring the sandbox [WAS Re: License and copyright issues]

2002-10-22 Thread Scott Sanders
> > Big +1. Until the members to committers ratio can improve, > the only > > way > > to pick up the slack is for EVERYONE to be watching out for > this type of > > thing. > > +1 > > i think that we in the commons needs to take the supervision of the > sandbox more seriously. since it's par

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

2002-10-22 Thread prickett
prickett2002/10/22 18:10:52 Modified: periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DriverMetaDataImpl.java periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database PeriodicityDriverService.java DriverMetaDataService.java

2002-10-22 Thread prickett
prickett2002/10/22 17:08:54 Modified:periodicity/src/plugins-build/database project.xml periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DriverMetaDataService.java Added: periodicity/src/plugins-build

Re: [general] checkstyle report

2002-10-22 Thread Steve Downey
I don't see why not. If a component needs some differences for their project, they can change the inherited settings, nu? And if a component just has internal inconsistencies, and no checkstyle settings will quiesce the thing, then that's a problem that should be addressed in the source, not th

Re: [fileupload] fileupload release?

2002-10-22 Thread Steve Downey
On Saturday 19 October 2002 04:00 pm, Martin Cooper wrote: > I'm tempted to see if we can move FileUpload to Commons Proper first, so > that it gets some more visibility, and hopefully some more live usage, > before finishing it up and readying it for release. > > Comments welcome. That was the pa

DO NOT REPLY [Bug 13856] New: - Sharing eviction threads

2002-10-22 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 13201] - Remove default log4j configuration

2002-10-22 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: [VOTE][beanutils] Release BeanUtils 1.5

2002-10-22 Thread robert burrell donkin
On Tuesday, October 22, 2002, at 08:01 AM, Scott Sanders wrote: -- Cut Here -- Vote on releasing COMMONS-BEANUTILS Version 1.5 [X] +1 I am in favor of this release and will help [ ] +0 I am in favor of this release but cannot help [ ] -0 I am not in favor of this release [ ] -1 I

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/swing GbcTag.java ConstraintTag.java

2002-10-22 Thread jstrachan
jstrachan2002/10/22 10:29:49 Modified:jelly/src/java/org/apache/commons/jelly/tags/swing GbcTag.java ConstraintTag.java Log: Patched some Javadoc links to remove some javadoc warnings Revision ChangesPath 1.2 +6 -4 jakarta-commons-sandb

Re: [collections] LoopingIterator

2002-10-22 Thread Steve Downey
On Friday 18 October 2002 06:45 pm, Stephen Colebourne wrote: > [Jonathan, I have sent back to commons-dev mailing list which is the > appropriate place for design/code discussions.] > > I took a quick look, and I believe that the code in the zip will work. > However, my main concern is why this wo

Re: [Lang] Validate! [was: Assertions?]

2002-10-22 Thread Juozas Baliuka
Hi, agree "Validation" is a better name for this stuff and it can throw "custom" exeptions. public class NotNullableArgValidationFailed extends IllegalArgumentExeption . user can catch "IAE" but will be more clear. Somebody can think argument is "bad" for validation function, not for caller

Re: [VOTE][beanutils] Release BeanUtils 1.5

2002-10-22 Thread Henri Yandell
+0. On Tue, 22 Oct 2002, Craig R. McClanahan wrote: > +1 > > Craig > > > On Tue, 22 Oct 2002, Scott Sanders wrote: > > > Date: Tue, 22 Oct 2002 00:01:38 -0700 > > From: Scott Sanders <[EMAIL PROTECTED]> > > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] >

Re: [jelly] as a Turbine templating framework ?

2002-10-22 Thread James Strachan
From: "Stéphane MOR" <[EMAIL PROTECTED]> > Hi, > > I read a while ago something interesting about a JellyServlet... > > I'll like to know if there has been some attempts of a Jelly Service for > Turbine (or Fulcrum), > that would work like VelocityService (ie: you request > "localhost:8080/foo/serv

RE: What should we do about sandbox ? RE: License and copyrighti ssues

2002-10-22 Thread Martin Cooper
> -Original Message- > From: Costin Manolache [mailto:cmanolache@;yahoo.com] > Sent: Monday, October 21, 2002 9:02 PM > To: [EMAIL PROTECTED] > Subject: What should we do about sandbox ? RE: License and copyright > issues > > > Martin Cooper wrote: > > > I found a few things not yet me

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/core TestSwitchTag.java testSwitchTag.jelly

2002-10-22 Thread rwaldhoff
rwaldhoff2002/10/22 09:15:49 Modified:jelly/src/java/org/apache/commons/jelly/tags/core CaseTag.java jelly/src/test/org/apache/commons/jelly/core TestSwitchTag.java testSwitchTag.jelly Log: don't allow after , and add a

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/core TestSwitchTag.java testSwitchTag.jelly

2002-10-22 Thread rwaldhoff
rwaldhoff2002/10/22 09:03:05 Modified:jelly/src/java/org/apache/commons/jelly/tags/core DefaultTag.java jelly/src/test/org/apache/commons/jelly/core TestSwitchTag.java testSwitchTag.jelly Log: add additional tests for the

Re: [Lang] Validate! [was: Assertions?]

2002-10-22 Thread Steve Downey
Validation makes a lot more sense to me, also. [Boy, my sister in law came to visit for the weekend, and I'm behind by over 100 messages] In particular, although a number of the methods are trivial, some are not. No nulls in an Object array, for example, or null list elements. As long as all th

Re: [VOTE][beanutils] Release BeanUtils 1.5

2002-10-22 Thread Craig R. McClanahan
+1 Craig On Tue, 22 Oct 2002, Scott Sanders wrote: > Date: Tue, 22 Oct 2002 00:01:38 -0700 > From: Scott Sanders <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [VOTE][beanutils] Release BeanUtils 1.5 > > -- Cut Here

Re: gumpifying vfs

2002-10-22 Thread Nicola Ken Barozzi
Stefan Bodewig wrote: On Tue, 22 Oct 2002, Adam Murdoch <[EMAIL PROTECTED]> wrote: Anyone know how I get the vfs component included in the nightly gump runs? Ask and thou shalt be given ;-) Where is the build file, which target should we call, which dependencies are there, what's the name/

Re: [Lang] Assertions?

2002-10-22 Thread Steve Downey
Why not just use JUnit? The style would be a little different, but it can be used outside the testing framework. On Monday 21 October 2002 08:20 am, Ola Berg wrote: > How about utilities for assertions? > > I can imagine: > > class Assert > notNull( Object) > noNullElements( Object[]) >

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/ant AntTag.java

2002-10-22 Thread jstrachan
jstrachan2002/10/22 08:29:12 Modified:jellymaven.xml jelly/src/java/org/apache/commons/jelly/tags/ant AntTag.java Added: jelly/src/test/org/apache/commons/jelly/ant/task example.jelly DummyTask.java Log: Added Aslak's example from th

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/task - New directory

2002-10-22 Thread jstrachan
jstrachan2002/10/22 08:29:05 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/ant/task - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: gumpifying vfs

2002-10-22 Thread Martin Cooper
> -Original Message- > From: Stefan Bodewig [mailto:bodewig@;apache.org] > Sent: Tuesday, October 22, 2002 7:03 AM > To: [EMAIL PROTECTED] > Subject: Re: gumpifying vfs > > > On Tue, 22 Oct 2002, Adam Murdoch <[EMAIL PROTECTED]> wrote: > > > Anyone know how I get the vfs component incl

Re: cvs commit: jakarta-commons/validator/conf/share MANIFEST.MF

2002-10-22 Thread Craig R. McClanahan
Shouldn't this pick up the implementation version from an Ant property, like many of the other Commons build scripts do? Craig On 22 Oct 2002 [EMAIL PROTECTED] wrote: > Date: 22 Oct 2002 06:08:47 - > From: [EMAIL PROTECTED] > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > T

Re: What should we do about sandbox ? RE: License and copyright issues

2002-10-22 Thread Richard Sitze
I like playing in the sandbox, I just don't like to be unpleasantly surprised on what I find buried within. I can see both sides, but it does appear to be IMPERATIVE that the catbox... err sandbox be kept clean for visitors. We simply cannot become, or even appear to become, a public reposito

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/core TestSwitchTag.java testSwitchTag.jelly

2002-10-22 Thread rwaldhoff
rwaldhoff2002/10/22 08:13:43 Modified:jellyproject.xml jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java Added: jelly/src/java/org/apache/commons/jelly/tags/core CaseTag.java DefaultTag.java Sw

Re: [Lang] Assertions?

2002-10-22 Thread Fischer, Oliver
Paul `Order in Chaos` Cantrell wrote: Here's a page explaining 1.4's assertions. I highly recommend reading it -- it will short-circuit a lot of the discussion that Ola's question is bound to generate: http://java.sun.com/j2se/1.4/docs/guide/lang/assert.html JDK 1.4's assertion facilities

DO NOT REPLY [Bug 13828] - executing on post method seems not to work...

2002-10-22 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: gumpifying vfs

2002-10-22 Thread Stefan Bodewig
On Tue, 22 Oct 2002, Adam Murdoch <[EMAIL PROTECTED]> wrote: > Anyone know how I get the vfs component included in the nightly gump > runs? Ask and thou shalt be given ;-) Where is the build file, which target should we call, which dependencies are there, what's the name/location of the resultin

DO NOT REPLY [Bug 13849] New: - Cookie.java blowing up on cookies from "country code" domains

2002-10-22 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-sandbox/jelly/src/java/org/apache/commons/jelly JellyContext.java

2002-10-22 Thread jstrachan
jstrachan2002/10/22 06:44:04 Modified:jelly/src/java/org/apache/commons/jelly/parser XMLParser.java jelly/src/java/org/apache/commons/jelly JellyContext.java Log: Optimization patch to reuse XMLParser instances per thread as a cheap object pool

DO NOT REPLY [Bug 13705] - Add invalidateObject() method to ObjectPool

2002-10-22 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-sandbox/jelly/src/test/org/apache/commons/jelly/benchmark benchmark.jelly sample.jelly

2002-10-22 Thread jstrachan
jstrachan2002/10/22 06:42:51 Modified:jellymaven.xml Added: jelly/src/test/org/apache/commons/jelly/benchmark benchmark.jelly sample.jelly Log: added a simlpe benchmark goal that can be used for performance tuning of the core Jelly engine Rev

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/benchmark - New directory

2002-10-22 Thread jstrachan
jstrachan2002/10/22 06:42:34 jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/benchmark - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-10-22 Thread jstrachan
jstrachan2002/10/22 06:41:53 Modified:jellybuild.xml Log: regenerated the latest Ant build file... Revision ChangesPath 1.67 +9 -4 jakarta-commons-sandbox/jelly/build.xml Index: build.xml ===

Re: [lang] [patch] StringUtils.defaultString

2002-10-22 Thread Henri Yandell
Thanks Fredrik, Will apply today at some point [writes it down on the whiteboard, where of course nothing ever gets deleted] Hen On Mon, 21 Oct 2002, Fredrik Westermarck wrote: > Hi! > > Here is a patch that adds the defaultString(Object) and defaultString(Object, > String) to StringUtils. I've

gumpifying vfs

2002-10-22 Thread Adam Murdoch
Hi, Anyone know how I get the vfs component included in the nightly gump runs? Adam -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: License and copyright issues

2002-10-22 Thread Michael A. Smith
FYI, for those not on the reorg@apache list: Roy T. Fielding wrote: Let me ask this question straight out, since no one over on commons-dev@jakarta seems to have any idea what Roy's talking about. Roy, what specific code does your message refer to? Sorry, I made a terrible mistake -- the code

RE: [VFS][PATCH] use root of zip as directory

2002-10-22 Thread Adam Murdoch
> -Original Message- > From: David BERNARD [mailto:dwayne@;freesurf.fr] > Sent: Sunday, 20 October 2002 8:19 PM > To: Jakarta Commons Developers List > Subject: RE: [VFS][PATCH] use root of zip as directory > > +1. Any thoughts on how the provider might get hold of the user's > > authen

RE: [VFS][PATCH] remove some depends

2002-10-22 Thread Adam Murdoch
Patch applied, thanks. I've also merged the Resources.properties files into a single file. > -Original Message- > From: David BERNARD [mailto:dwayne@;freesurf.fr] > Sent: Sunday, 20 October 2002 8:08 PM > To: [EMAIL PROTECTED] > Subject: [VFS][PATCH] remove some depends > > > This pact

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/util Messages.java

2002-10-22 Thread adammurdoch
adammurdoch2002/10/22 06:01:57 Modified:vfs/src/java/org/apache/commons/vfs/util Messages.java Added: vfs/src/java/org/apache/commons/vfs Resources.properties Removed: vfs/src/java/org/apache/commons/vfs/impl Resources.properties vfs/s

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/url UrlFileObject.java UrlFileSystem.java

2002-10-22 Thread adammurdoch
adammurdoch2002/10/22 04:51:31 Modified:vfs/src/java/org/apache/commons/vfs/impl VFSClassLoader.java vfs/src/java/org/apache/commons/vfs/provider AbstractFileObject.java AbstractFileSystem.java Resources.properties

cvs commit: jakarta-commons-sandbox/vfs/src/test-data/basedir file1.txt

2002-10-22 Thread adammurdoch
adammurdoch2002/10/22 04:48:13 Modified:vfs/src/test/org/apache/commons/vfs/test AbstractFileSystemTestCase.java vfs/src/test-data/basedir file1.txt Log: Get rid of EOL from test file. Was causing cross-platform weirdness. Revision Change

[GUMP] Build Failure - commons-validator

2002-10-22 Thread Ted Husted
This email is autogenerated from the output from: Buildfile: build.xml BUILD FAILED Target `javadocs' does not exist

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl DefaultFileReplicator.java

2002-10-22 Thread adammurdoch
adammurdoch2002/10/22 04:41:49 Modified:vfs/src/test/org/apache/commons AbstractVfsTestCase.java vfs/src/java/org/apache/commons/vfs FileSystemException.java vfs/src/java/org/apache/commons/vfs/impl DefaultFileReplicator.java Added:

Re: [general] checkstyle report

2002-10-22 Thread Michael Davey
[EMAIL PROTECTED] wrote: How about using Jalopy to fix the code up? I wasn't even aware of Jalopy. I see it can even sort the ordering of methods and fix license headers ;) Can CVS be configured to use Jaolpy to fix the coding style automagically during checkin? I'm not familiar with CVS s

  1   2   >