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

2002-10-24 Thread prickett
prickett2002/10/23 23:17:21 Modified:periodicity/src/plugins-build/database project.xml Added: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DatabaseMetaDataTestSuite.java

Re: [grant] [vfs] [gump]

2002-10-24 Thread Stefan Bodewig
On Thu, 24 Oct 2002, [EMAIL PROTECTED] wrote: Bob has regenned the werkz build.xml and gump.xml. Ahh, but Gump doesn't know about the cvs repository. I've just added a repository descriptor for werken.com (you may want to verify it,

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/impl BreakException.java

2002-10-24 Thread jstrachan
jstrachan2002/10/23 23:59:54 Modified:jelly/src/java/org/apache/commons/jelly/tags/core CoreTagLibrary.java ForEachTag.java WhileTag.java jelly/src/test/org/apache/commons/jelly suite.jelly Added:

Re: [Jelly]BreakTag

2002-10-24 Thread James Strachan
Hi Vinay I've finally gotten around to adding a BreakTag. The original patch modified the Script objects, which are the static parsed image of a script and can be cached and reused across threads. I changed the implementation to use exception throwing to break out of loops. So to terminate from a

Re: [grant] [vfs] [gump]

2002-10-24 Thread Stefan Bodewig
One little thing about grant's javadoc tag. If you look at this http://cvs.apache.org/~bodewig/gump/20021024/javadoc.html you will see that the link (they are all broken, I know) for grant stands on its own and not as part of the list following jakarta-commons-sandbox. All that was needed to get

cvs commit: jakarta-commons-sandbox/grant gump.xml

2002-10-24 Thread dion
dion2002/10/24 00:23:23 Modified:grantgump.xml Log: Fixed module in javadoc tag Revision ChangesPath 1.6 +1 -1 jakarta-commons-sandbox/grant/gump.xml Index: gump.xml === RCS file:

Re: [grant] [vfs] [gump]

2002-10-24 Thread dion
Bob, can you update the werkz project.xml and add a gumpRepositoryId of werken to it? Thanks... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers Stefan Bodewig [EMAIL PROTECTED] wrote on 24/10/2002

Re: [grant] [vfs] [gump]

2002-10-24 Thread dion
Stefan Bodewig [EMAIL PROTECTED] wrote on 24/10/2002 05:08:32 PM: One little thing about grant's javadoc tag. If you look at this http://cvs.apache.org/~bodewig/gump/20021024/javadoc.html you will see that the link (they are all broken, I know) for grant stands on its own and not as part

Re: [grant] [vfs] [gump]

2002-10-24 Thread Stefan Bodewig
On Thu, 24 Oct 2002, [EMAIL PROTECTED] wrote: I've fixed this in Maven, regenned the gump.xml and all looks ok to me now. To me as well. For Adam, I've added a new property (maven.ant.excludeTests) which is documented here:

Re: [grant] [vfs] [gump]

2002-10-24 Thread dion
Stefan, now that this is pretty settled, if there are other commons projects that use Maven, and would like a hand being Gump'ed, just let me know. Cyberneko.now where was that again :) -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers:

Re: [HttpClient] cvs messages

2002-10-24 Thread Sung-Gu
- Original Message - From: Jeffrey Dever [EMAIL PROTECTED] I'd like to get the cvs messages from httpclient moved to the httpclient mailing list. Who do I ask to have this done? I guess you might ask to craigmcc or brian (their accounts), who have the permission and are able to

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

2002-10-24 Thread jericho
jericho 2002/10/24 01:27:08 Modified:httpclient/src/java/org/apache/commons/httpclient Authenticator.java NTLM.java Log: - add MT-Safe support Patched by Adrian Sutton, adrian.sutton at ephox.com Revision ChangesPath 1.33 +11 -10

[CLI] bug in PosixParser?

2002-10-24 Thread John Keyes
Is this a bug? Or am I using this incorrectly? I have an option with short and long values. Given code that is essentially what is below, with a PosixParser I see results as follows: A command line with just -t prints out the results of the catch block (OK) A command line with just

Re: [CLI] bug in PosixParser?

2002-10-24 Thread John Keyes
On Thu, 2002-10-24 at 10:17, John Keyes wrote: Is this a bug? Or am I using this incorrectly? I have an option with short and long values. Given code that is essentially what is below, with a PosixParser I see results as follows: A command line with just -t prints out the results of

cvs commit: jakarta-commons-sandbox/vfs project.properties

2002-10-24 Thread adammurdoch
adammurdoch2002/10/24 03:04:59 Modified:vfs project.properties Log: Exclude all the tests from the generated ant script. Revision ChangesPath 1.7 +1 -0 jakarta-commons-sandbox/vfs/project.properties Index: project.properties

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

2002-10-24 Thread adammurdoch
adammurdoch2002/10/24 03:05:42 Modified:vfs build.xml gump.xml Log: Regenerated build.xml and gump.xml. Revision ChangesPath 1.5 +59 -61jakarta-commons-sandbox/vfs/build.xml Index: build.xml

RE: [grant] [vfs] [gump]

2002-10-24 Thread Adam Murdoch
on 24/10/2002 05:08:32 PM: One little thing about grant's javadoc tag. If you look at this http://cvs.apache.org/~bodewig/gump/20021024/javadoc.html you will see that the link (they are all broken, I know) for grant stands on its own and not as part of the list following jakarta-commons

RE: [grant] [vfs] [gump]

2002-10-24 Thread Adam Murdoch
-Original Message- From: Stefan Bodewig [mailto:bodewig;apache.org] Sent: Thursday, 24 October 2002 5:34 PM To: [EMAIL PROTECTED] Subject: Re: [grant] [vfs] [gump] Adam, when you are happy with your regenerated descriptor, let me know and we can switch to using the one under

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io BeanReader.java

2002-10-24 Thread jstrachan
jstrachan2002/10/24 04:13:22 Modified:betwixt/src/java/org/apache/commons/betwixt/io BeanReader.java Log: patched some javadoc that Dave found had some inaccuracies Revision ChangesPath 1.5 +8 -2

Re: [grant] [vfs] [gump]

2002-10-24 Thread bob mcwhirter
On Thu, 24 Oct 2002 [EMAIL PROTECTED] wrote: Bob, can you update the werkz project.xml and add a gumpRepositoryId of werken to it? Sure, but that sounds wrong. There's quite a few werken repos. Is 'werken' really the right name to use here? -bob -- To unsubscribe, e-mail:

Re: [grant] [vfs] [gump]

2002-10-24 Thread Stefan Bodewig
On Thu, 24 Oct 2002, bob mcwhirter [EMAIL PROTECTED] wrote: Sure, but that sounds wrong. There's quite a few werken repos. Is 'werken' really the right name to use here? werken would refer to

RE: [sql] diff between JDBCMetaData and MetaDataReader?

2002-10-24 Thread EPugh
I guess really all I want to know is when is the code for reading metadata from the database going to be committed? I need to create an XML formatted representation of the schema. And the JDBCTransformTask has all the components that I need, just I need a different format for my XML. I don't

DO NOT REPLY [Bug 13930] New: - Adding connection parameters to BasicDataSourceFactory

2002-10-24 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=13930. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [grant] [vfs] [gump]

2002-10-24 Thread bob mcwhirter
Are all your repos under /cvsroot? Yah. If so, we should change the repository descriptor to say path/cvsroot/path and in werkz's descriptor you'd say cvs module=werkz repository=werken dir=werkz I can commit the change to the werken repo descriptor, if this is a better

Re: [grant] [vfs] [gump]

2002-10-24 Thread Stefan Bodewig
On Thu, 24 Oct 2002, bob mcwhirter [EMAIL PROTECTED] wrote: Are all your repos under /cvsroot? Yah. OK, Gump now knows about it. cvs module=werkz repository=werken dir=werkz but don't ask me how to generate the above from within Maven 8-) Stefan -- To unsubscribe, e-mail:

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/xml TransformTag.java

2002-10-24 Thread jstrachan
jstrachan2002/10/24 06:52:04 Modified:jelly/src/java/org/apache/commons/jelly/tags/xml TransformTag.java Log: Added support for File as an acceptable type of the xml and xslt parameters Revision ChangesPath 1.5 +12 -0

Re: [clazz] New project? [was Re: [lang] Proposal for *NEXT* version]

2002-10-24 Thread Dmitri Plotnikov
Stephen, What was the resolution on this issue? In case you need more votes, here's mine: +1 How far along are you? Do you need any help? I am very much iterested in the outcome and could do a bunch of coding/testing for you. JXPath currently has its own introspection mechanism and I am

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DatabaseMDNameTypeNullTest.java DatabaseMDTypeNullTest.java DriverMDContextNameNullTest.java DriverMDContextNullTest.java DriverMDNameNullTest.java DriverServiceConfigEmptyTest.java DriverServiceConfigNullTest.java DriverServiceDbFileNonExistTest.java DriverServiceDbFileNotFileTest.java

2002-10-24 Thread prickett
prickett2002/10/24 13:10:03 Modified: periodicity/src/plugins-build/database/src/test/org/apache/commons/periodicity/database DatabaseMDNameTypeNullTest.java DatabaseMDTypeNullTest.java

Re: [clazz] New project?

2002-10-24 Thread Stephen Colebourne
Its basically about hours in the day primarily. The Apache/Commons reorg discussion has taken up far too much valuable time. Plus I am trying to get a release of my Joda projects date and time code out. Anyway: - so far the name seems to be [clazz] - the proposal (attached) seemed to be accepted

cvs commit: jakarta-commons/logging build.xml

2002-10-24 Thread costin
costin 2002/10/24 11:26:21 Modified:logging build.xml Log: A small change that allows the quick build of commons-logging jars. The way I use it is: ant dir=${cvs.base}/jakarta-commons/logging target=compile-only property name=commons-logging-api.jar

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread Scott Sanders
ballot +1 [x] Yes, move commons-launcher to Commons Proper -1 [ ] No, because: /ballot In addition, it is proposed that a first 0.9 beta release of commons-launcher be made available. ballot +1 [X] Yes. -0 [ ] No, because: /ballot -- Scott Sanders - [EMAIL PROTECTED] -- To

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread jsdever
+0 +1 [ ] Yes, move commons-launcher to Commons Proper -1 [ ] No, because: BTW: What happened to the +0 and -0 voting options that are part of the charter? OT: Mabye we should have a little voting webapp to help keep all voing consistant, log votes, generate results ... to simplify the

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread Craig R. McClanahan
+0 on both. Craig On Thu, 24 Oct 2002, Remy Maucherat wrote: Date: Thu, 24 Oct 2002 14:43:00 +0200 From: Remy Maucherat [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: [VOTE] commons-launcher

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread Juozas Baliuka
+0 - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Thursday, October 24, 2002 2:43 PM Subject: [VOTE] commons-launcher promotion This is a proposal to move commons-launcher to Commons Proper. The Launcher

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread Ceki Gülcü
Isn't the whole point of the sandbox the ability to play? If someone has not put a copyright on their code while playing, we should not bother them but let them continue to play undisturbed. At 22:08 24.10.2002 +0100, you wrote: there are files in daemon which appear to be missing license files.

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread Henri Yandell
On Thu, 24 Oct 2002, Ceki [iso-8859-1] Gülcü wrote: Isn't the whole point of the sandbox the ability to play? If someone has not put a copyright on their code while playing, we should not bother them but let them continue to play undisturbed. Except the sandbox is published online in a

Re: [clazz] New project?

2002-10-24 Thread Stephen Colebourne
Great, I'm just tidying up what I have at the moment (not vast amounts). It includes some code from Ola berg too. I like the idea of getting together a bit more of a detailed proposal first. We just need to ensure that we come back to the mailing list before too long, so as not to exclude anybody

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread Ceki Gülcü
At 17:34 24.10.2002 -0400, you wrote: On Thu, 24 Oct 2002, Ceki [iso-8859-1] Gülcü wrote: Isn't the whole point of the sandbox the ability to play? If someone has not put a copyright on their code while playing, we should not bother them but let them continue to play undisturbed. Except

cvs commit: jakarta-commons-sandbox/clazz - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:03:32 jakarta-commons-sandbox/clazz - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:03:44 jakarta-commons-sandbox/clazz/src - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/conf - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:04:01 jakarta-commons-sandbox/clazz/src/conf - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/java - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:04:01 jakarta-commons-sandbox/clazz/src/java - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/java/org - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:04:21 jakarta-commons-sandbox/clazz/src/java/org - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/java/org/apache - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:04:27 jakarta-commons-sandbox/clazz/src/java/org/apache - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/java/org/apache/commons - New directory

2002-10-24 Thread sanders
sanders 2002/10/24 16:04:34 jakarta-commons-sandbox/clazz/src/java/org/apache/commons - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

cvs commit: jakarta-commons-sandbox/clazz/src/java/org/apache/commons/clazz MethodUtils.java

2002-10-24 Thread sanders
sanders 2002/10/24 16:05:34 Added: clazzPROPOSAL.html RELEASE-NOTES.txt STATUS.html build.properties.sample build.xml clazz/src/conf MANIFEST.MF clazz/src/java/org/apache/commons/clazz MethodUtils.java Log: Bootstrap of

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

2002-10-24 Thread scolebourne
scolebourne2002/10/24 16:11:01 jakarta-commons/lang/src/java/org/apache/commons/lang/reflect - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

Re: [grant] [vfs] [gump]

2002-10-24 Thread dion
Stefan Bodewig [EMAIL PROTECTED] wrote on 24/10/2002 11:39:40 PM: On Thu, 24 Oct 2002, bob mcwhirter [EMAIL PROTECTED] wrote: Are all your repos under /cvsroot? Yah. OK, Gump now knows about it. cvs module=werkz repository=werken dir=werkz but don't ask me how to generate

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

2002-10-24 Thread scolebourne
scolebourne2002/10/24 16:12:54 Added: lang/src/java/org/apache/commons/lang/reflect MethodUtils.java FieldUtils.java ConstructorUtils.java ReflectionException.java ReflectionUtils.java

cvs commit: jakarta-commons-sandbox/lang FieldUtils.java ConstructorUtils.java ArrayUtils.java ClassUtils.java MethodUtils.java ReflectionException.java ReflectionUtils.java

2002-10-24 Thread scolebourne
scolebourne2002/10/24 16:13:47 Removed: lang FieldUtils.java ConstructorUtils.java ArrayUtils.java ClassUtils.java MethodUtils.java ReflectionException.java ReflectionUtils.java Log: Moved to commons proper -- To unsubscribe,

cvs commit: jakarta-commons/cli/src/test/org/apache/commons/cli BugsTest.java

2002-10-24 Thread jkeyes
jkeyes 2002/10/24 16:17:49 Modified:cli/src/java/org/apache/commons/cli Parser.java OptionGroup.java Options.java cli/src/test/org/apache/commons/cli BugsTest.java Log: fix pr 13935 - still need to improve the exception message Revision

[lang] Initial reflection checkin

2002-10-24 Thread Stephen Colebourne
I have committed the initial versions of the reflection code to commons proper. - ClassUtils and ArrayUtils are in the main lang package as they do not use reflection - the other classes are in a reflect subpackage - none of the classes have tests - MethodUtils is almost completely broken -

Re: [clazz] New project? [was Re: [lang] Proposal for *NEXT* version]

2002-10-24 Thread Scott Sanders
On Thu, Oct 24, 2002 at 01:23:09PM -0700, Dmitri Plotnikov wrote: Stephen, What was the resolution on this issue? In case you need more votes, here's mine: +1 How far along are you? Do you need any help? I am very much iterested in the outcome and could do a bunch of coding/testing

Re: [ANNOUNCEMENT] Commons BeanUtils 1.5 released

2002-10-24 Thread Scott Sanders
On Thu, Oct 24, 2002 at 09:39:31PM +0100, robert burrell donkin wrote: good work scott :) Thanks robert, shall we start clazz now? Scott -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

[clazz] Just a beginning...

2002-10-24 Thread Scott Sanders
All, I took the liberty of creating the clazz proposal with my proposal generator (it worked great BTW). I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. I copied in some of Stephen's proposal from commons-dev into the PROPOSAL.html. Nothing is set

cvs commit: jakarta-commons/beanutils STATUS.html project.xml

2002-10-24 Thread dion
dion2002/10/24 17:15:14 Modified:beanutils STATUS.html project.xml Log: Add myself as a committer Revision ChangesPath 1.10 +6 -5 jakarta-commons/beanutils/STATUS.html Index: STATUS.html

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BasicDynaBean.java

2002-10-24 Thread dion
dion2002/10/24 17:15:50 Modified:beanutils/src/java/org/apache/commons/beanutils BasicDynaBean.java Log: Removed unused code. All tests pass using maven test Revision ChangesPath 1.6 +4 -10

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MethodUtils.java ConvertingWrapDynaBean.java WrapDynaBean.java

2002-10-24 Thread dion
dion2002/10/24 17:21:01 Modified:beanutils/src/java/org/apache/commons/beanutils MethodUtils.java ConvertingWrapDynaBean.java WrapDynaBean.java Log: Removed unused code. All tests pass using maven test Revision Changes

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils DynaPropertyUtilsTestCase.java BeanComparatorTestCase.java BasicDynaBeanTestCase.java

2002-10-24 Thread dion
dion2002/10/24 17:27:42 Modified:beanutils/src/test/org/apache/commons/beanutils DynaPropertyUtilsTestCase.java BeanComparatorTestCase.java BasicDynaBeanTestCase.java Log: Removed unused code. All tests

cvs commit: jakarta-commons/beanutils/src/test/org/apache/commons/beanutils PropertyUtilsTestCase.java DynaResultSetTestCase.java

2002-10-24 Thread dion
dion2002/10/24 17:31:15 Modified:beanutils/src/test/org/apache/commons/beanutils PropertyUtilsTestCase.java DynaResultSetTestCase.java Log: Removed unused code. All tests pass using maven test Revision ChangesPath

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread dion
robert burrell donkin [EMAIL PROTECTED] wrote on 25/10/2002 07:08:58 AM: there are files in daemon which appear to be missing license files. this should be fixed. i'm wondering: what's the right way to do about this? to me, it doesn't feel right diving in there and changing the code.

cvs commit: jakarta-commons/beanutils STATUS.html

2002-10-24 Thread dion
dion2002/10/24 17:54:00 Modified:beanutils STATUS.html Log: doh Revision ChangesPath 1.11 +2 -2 jakarta-commons/beanutils/STATUS.html Index: STATUS.html === RCS file:

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread Martin van den Bemt
ballot +1 [X] Yes, move commons-launcher to Commons Proper -1 [ ] No, because: /ballot In addition, it is proposed that a first 0.9 beta release of commons-launcher be made available. ballot +1 [Z] Yes. -0 [ ] No, because: /ballot I am willing to act as the release manager.

RE: [VOTE] commons-launcher promotion

2002-10-24 Thread Martin Cooper
+1 for each. -- Martin Cooper -Original Message- From: Remy Maucherat [mailto:remm;apache.org] Sent: Thursday, October 24, 2002 5:43 AM To: Jakarta Commons Developers List Subject: [VOTE] commons-launcher promotion This is a proposal to move commons-launcher to Commons Proper.

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread Martin van den Bemt
I will take care of that.. Mvgr, Martin On Fri, 2002-10-25 at 01:13, Pier Fumagalli wrote: there are files in daemon which appear to be missing license files. this should be fixed. If it's stuff I wrote (as most of the daemon AFAICR), well, then stick the ASL version 1.1 on it and I'm

Re: [VOTE] commons-launcher promotion

2002-10-24 Thread Martin van den Bemt
Any sanity checks needed on the current code (have win2000 and linux)? Mvgr, Martin On Thu, 2002-10-24 at 14:43, Remy Maucherat wrote: This is a proposal to move commons-launcher to Commons Proper. The Launcher component contains, as its name implies, a powerful Java application launcher,

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

2002-10-24 Thread turner
turner 2002/10/24 20:22:55 Modified:validator/src/share/org/apache/commons/validator Validator.java Log: Fixed bug 13932, Cannot use same name for field and validator, validator is never invoked. Thanks to Padma Ginnaram for the catch. Revision

DO NOT REPLY [Bug 13932] - Cannot use same name for field and validator, validator is never invoked

2002-10-24 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=13932. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [clazz] Just a beginning...

2002-10-24 Thread Berin Loritsch
Scott Sanders wrote: All, I took the liberty of creating the clazz proposal with my proposal generator (it worked great BTW). I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. I copied in some of Stephen's proposal from commons-dev into the

cvs commit: jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/provider/smb SmbFileObject.java

2002-10-24 Thread adammurdoch
adammurdoch2002/10/24 20:52:04 Modified:vfs/src/java/org/apache/commons/vfs/provider/smb SmbFileObject.java Log: Removed dodgy workarounds that are no longer needed with newer version of jCIFS. Revision ChangesPath 1.7 +0 -20

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

2002-10-24 Thread adammurdoch
adammurdoch2002/10/24 20:57:29 Modified:vfs/src/java/org/apache/commons/vfs FileSystemManager.java vfs/src/java/org/apache/commons/vfs/impl DefaultFileSystemManager.java Log: Javadocs. Revision ChangesPath 1.7 +3 -0

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/test AbstractWritableFileSystemTestCase.java

2002-10-24 Thread adammurdoch
adammurdoch2002/10/24 20:59:10 Modified:vfs/src/java/org/apache/commons/vfs FileObject.java FileSystem.java Resources.properties vfs/src/java/org/apache/commons/vfs/provider AbstractFileObject.java AbstractFileSystem.java

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

2002-10-24 Thread jsdever
jsdever 2002/10/24 21:04:40 Modified:httpclient/src/test/org/apache/commons/httpclient TestStatusLine.java Log: Remove extended character in test case. Revision ChangesPath 1.4 +6 -6

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

2002-10-24 Thread prickett
prickett2002/10/24 21:29:42 Modified:periodicity/conf/database/developers databases.xml Added: periodicity/src/plugins-build/database/src/java/org/apache/commons/periodicity/database DriverContentHandler.java Log: Changed the representation of driver

cvs commit: jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/xsd - New directory

2002-10-24 Thread prickett
prickett2002/10/24 22:41:36 jakarta-commons-sandbox/periodicity/src/plugins-build/database/src/xsd - New directory -- To unsubscribe, e-mail: mailto:commons-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org

[FileUpload] FileUpload has been moved to Commons Proper

2002-10-24 Thread Martin Cooper
Thanks to everyone for the overwhelmingly positive vote! The FileUpload component has now been moved from Commons Sandbox to Commons Proper. The sandbox CVS tree will continue to exist for a couple of days, to give the nightly builds and the Gump builds time to adjust. The Commons web site has

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread robert burrell donkin
i suppose that really this should be a matter for the jakarta pmc. i have a feeling that the apache members are very strong about the contents of public cvs since it exposes them to (possible criminal) liability. how far should things be allowed to go in the sandbox? - robert On Thursday,

Re: what's the right way to deal with unlicensed code in sandbox?

2002-10-24 Thread Pier Fumagalli
there are files in daemon which appear to be missing license files. this should be fixed. If it's stuff I wrote (as most of the daemon AFAICR), well, then stick the ASL version 1.1 on it and I'm going to be fine... Sorry, my fault, sometimes I forget the usual copy-and-paste... Pier --