Re: [daemon] making a release

2004-02-10 Thread jean-frederic clere
Shapira, Yoav wrote: Howdy, +1, willing to help if you need it. I have not touched to procrun for the moment so it would be nice that someone check this part. Yoav Shapira Millennium ChemInformatics -Original Message- From: jean-frederic clere [mailto:[EMAIL PROTECTED] Sent: Monday,

cvs commit: jakarta-commons/daemon LICENSE LICENSE.txt

2004-02-10 Thread jfclere
jfclere 2004/02/10 00:04:14 Modified:daemon LICENSE LICENSE.txt Log: Upgrade licence to 2.0 Revision ChangesPath 1.3 +13 -54jakarta-commons/daemon/LICENSE Index: LICENSE === RCS file:

RE: maven dependencies (jakarta-commons/configuration build.xml)

2004-02-10 Thread Eric Pugh
It is a bug.. But.. Eventually you end up writing Ant translaters for everything in Maven! I think the osjava.org dependency was why I was wondering if we should have a our own commons repo...? However, I did file to get simple-jndi uploaded, so as soon as that happens, the dependency on

[GUMP@lsd]: jelly-tags/commons-jelly-tags-jetty failed

2004-02-10 Thread Morgan Delagrange
org.apache.tools.ant.Main -Dbuild.clonevm=true -Dgump.merge=/data/gump/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-jelly-tags-jetty-20040210 jar [Working Directory: /data/gump/jelly-tags/jetty] - [javac] symbol : class

[GUMP@lsd]: jelly-tags/commons-jelly-tags-junit failed

2004-02-10 Thread Morgan Delagrange
org.apache.tools.ant.Main -Dbuild.clonevm=true -Dgump.merge=/data/gump/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-jelly-tags-junit-20040210 jar [Working Directory: /data/gump/jelly-tags/junit] - [junit] [junit

[math][patch] Bug 26772 patches resubmitted

2004-02-10 Thread Piotr Kochaski
I hope this time everything will be ok. By the way, is it possible to send patches as attachements through bugzilla? Piotr Index: EmpiricalDistribution.java === RCS file:

Re: Mapped Cache Implementation ?

2004-02-10 Thread Paul Libbrecht
Any reasons commons-cache doesn't satisfy that ? Adding the expiry mechanism if not there, wouldn't be so hard, or ? Commons-cache is still in the sandbox but I've heard many people using it without any trouble and we do. paul On 10-Feb-04, at 00:25 Uhr, Jerry Haltom wrote: Does there

DO NOT REPLY [Bug 26827] New: - DateLocaleConverter is not thread-safe

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

Re: [math][patch] Bug 26772 patches resubmitted

2004-02-10 Thread Mark R. Diggory
Best to attach them as separate files. - Mark Piotr Kochaski wrote: I hope this time everything will be ok. By the way, is it possible to send patches as attachements through bugzilla? Piotr

Re: maven dependencies (jakarta-commons/configuration build.xml)

2004-02-10 Thread Mark R. Diggory
To clarify one point, we do have our own repository for apache projects which Jason and I worked to setup at this time, we really need to get some documentation on it out there ;-) minotaur.apache.org:/www/www.apache.org/dist/java-repository http://www.apache.org/dist/java-repository However,

Re: Mapped Cache Implementation ?

2004-02-10 Thread Jerry Haltom
Because I didn't see it. :) On Tue, 2004-02-10 at 03:55, Paul Libbrecht wrote: Any reasons commons-cache doesn't satisfy that ? Adding the expiry mechanism if not there, wouldn't be so hard, or ? Commons-cache is still in the sandbox but I've heard many people using it without any trouble

DO NOT REPLY [Bug 25598] - MultipartStream\IE 5.5 error.

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

Re: [general] Maven 'LATEST-RELEASE' tag suggestion

2004-02-10 Thread Stephen Colebourne
See the [collections] website for one way of doing this. The main site is always bleeding edge. But, the navigation has explicit links to versioned javadoc. The maven xml grabs the cvs tagged code to create the additional javadoc. It seems quite neat (but then I did it...;-) Stephen From: Mark

Re: An improvement to AbstractHashedMap, and a new HashedSet class

2004-02-10 Thread Stephen Colebourne
Unfortunately, as version 3 of [collections] has now been released with HashEntry as a class, that cannot be changed to an interface. I would however, support the addition of a similar AbstractHashedSet class to [collections], preferably with a default HashedSet implementation. Stephen -

[all] commons-build directory now created (was Re: [vote] Separate Directory for Commons Project files)

2004-02-10 Thread Mark R. Diggory
Ok, I copied the following contents to /jakarta-commons/commons-build /jakarta-commons/xdocs /jakarta-commons/project.xml /jakarta-commons/navigation.vm /jakarta-commons/maven.xml /jakarta-commons/incl_nav.xml /jakarta-commons/LICENSE.txt The following contents will remain in the

Re: [general] Maven 'LATEST-RELEASE' tag suggestion

2004-02-10 Thread Mark R. Diggory
Maybe you/we could migrate that into the /jakarta-commons/commons-build/maven.xml file? -Mark Stephen Colebourne wrote: See the [collections] website for one way of doing this. The main site is always bleeding edge. But, the navigation has explicit links to versioned javadoc. The maven xml

cvs commit: jakarta-commons/commons-build project.properties

2004-02-10 Thread mdiggory
mdiggory2004/02/10 10:30:03 Added: commons-build project.properties Log: new global project.properties with location for maven remote repository directory, group and host Revision ChangesPath 1.1 jakarta-commons/commons-build/project.properties

cvs commit: jakarta-commons/fileupload project.xml

2004-02-10 Thread mdiggory
mdiggory2004/02/10 11:15:05 Modified:collections project.xml daemon project.xml io project.xml codecproject.xml digester project.xml el project.xml cli project.xml

cvs commit: jakarta-commons/commons-build maven.xml

2004-02-10 Thread mdiggory
mdiggory2004/02/10 11:20:09 Modified:commons-build maven.xml Log: relative lookup of project.xml files with exclusion of the commons-build directory. Revision ChangesPath 1.6 +6 -3 jakarta-commons/commons-build/maven.xml Index: maven.xml

cvs commit: jakarta-commons/beanutils build.properties.sample

2004-02-10 Thread rdonkin
rdonkin 2004/02/10 11:24:00 Modified:beanutils build.properties.sample Log: Corrected typo in sample recommendations. Revision ChangesPath 1.7 +1 -1 jakarta-commons/beanutils/build.properties.sample Index: build.properties.sample

[lang][proposal] SystemUtils property out of sync problem; add se t methods.

2004-02-10 Thread Gary Gregory
Hello, Context: I am writing some unit tests for our product that require system properties (like java.ext.dirs) to be temporarily fiddled with. Now my code looks like this: public void testJavaExtDirDoesNotExist() { String saveJavaExtDirs = SystemUtils.JAVA_EXT_DIRS; try {

Re: maven dependencies (jakarta-commons/configuration build.xml)

2004-02-10 Thread Jason van Zyl
On Tue, 2004-02-10 at 09:26, Mark R. Diggory wrote: To clarify one point, we do have our own repository for apache projects which Jason and I worked to setup at this time, we really need to get some documentation on it out there ;-)

Re: [all] commons-build directory now created (was Re: [vote] Separate Directory for Commons Project files)

2004-02-10 Thread Mark R. Diggory
Mark R. Diggory wrote: 1.) Change all the project.xml files in all the projects to point to extend../commons-build/project.xml/extend This task is now complete on all project.xml files that originally had this extension present. Note: there are existing project.xml files that do not

Re: [all] commons-build directory now created (was Re: [vote] Separate Directory for Commons Project files)

2004-02-10 Thread brent
On Tue, 10 Feb 2004 15:46:21 -0500, Mark R. Diggory wrote: I'm having some difficulty with this in /jakarta-commons/commons-build/maven.xml specifically, I can seem to change the relative location of the */project.xml files from the base to ../*/project.xml. Any tips here would be great.

DO NOT REPLY [Bug 26827] - DateLocaleConverter is not thread-safe

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

cvs commit: jakarta-commons/cli project.properties

2004-02-10 Thread roxspring
roxspring2004/02/10 14:00:30 Modified:cli Tag: RESEARCH_CLI_2_ROXSPRING project.properties Log: Switched from turbine style to sun Revision ChangesPath No revision No revision 1.7.2.1 +1 -1

Re: [resources] new implementations [was: Re: cvs commit: jakart...]

2004-02-10 Thread robert burrell donkin
On 6 Feb 2004, at 13:56, Ted Husted wrote: Looking forward to it, James :) I am finding that a lot of teams in the field do want this functionality. If the plugin was not coupled to the contrib implementations, then I suppose you could try putting it under /plugins instead of contrib. FWIW i

Re: [resources] status was (Re: [lang] i18n package proposal)

2004-02-10 Thread robert burrell donkin
On 29 Jan 2004, at 07:28, Craig R. McClanahan wrote: snip Before a real 1.0 release I would really like to see a JDBC based implementation added, but that doesn't need to be a gating factor for promotion to commons proper (especially if I don't have time to work on it, although it's becoming

Re: [beanutils] Indexed/Mapped DynaProperty

2004-02-10 Thread Niall Pemberton
I don't understand what the issue is, if you want the keyset fro example then... Map myMap = (Map)myDynaBean.get(myMapPropertyName); Set myKeySet = myMap.keySet() Niall - Original Message - From: robert burrell donkin [EMAIL PROTECTED] To: Jakarta Commons Developers List

DO NOT REPLY [Bug 26843] New: - Please don't check the timestamp format if it is null

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

Re: [all] commons-build directory now created (was Re: [vote] Separate Directory for Commons Project files)

2004-02-10 Thread Mark R. Diggory
thanks, but, no luck, maybe my problems actually lie elsewhere, I'll do some more research. -M. [EMAIL PROTECTED] wrote: On Tue, 10 Feb 2004 15:46:21 -0500, Mark R. Diggory wrote: I'm having some difficulty with this in /jakarta-commons/commons-build/maven.xml specifically, I can seem to

cvs commit: jakarta-commons/daemon/src/native/nt/procrun License.rtf procgui.c procrun.c procrun.h

2004-02-10 Thread billbarker
billbarker2004/02/10 21:11:48 Modified:daemon/src/native/nt/procrun License.rtf procgui.c procrun.c procrun.h Log: Updating to Apache 2.0 licence. Revision ChangesPath 1.2 +29 -46jakarta-commons/daemon/src/native/nt/procrun/License.rtf

cvs commit: jakarta-commons/daemon/src/native/nt/procrun procrun.c

2004-02-10 Thread billbarker
billbarker2004/02/10 22:52:24 Modified:daemon/src/native/nt/procrun procrun.c Log: Add support for --WorkingPath when using the in-proc option. Fix for bug #26806. Reported By: Robert Herold [EMAIL PROTECTED] Revision ChangesPath 1.14 +3 -1

Re: [beanutils] Indexed/Mapped DynaProperty

2004-02-10 Thread robert burrell donkin
hmmm bit of a tough one this. i think that it'd involve an addition to the DynaBean's API. this is question probably belongs on the dev list so i'd suggest that we take it there. (if you're unwilling to process - by filtering - the torrent of mail that is commons-dev then you might like

Re: An improvement to AbstractHashedMap, and a new HashedSet class

2004-02-10 Thread Henry Story
I am using the collections library from CVS and did not have a problem with the minor re-factoring. After a few quick cosmetic changes, everything works fine as far as I can tell. I have placed a couple of UML diagrams on my web site with the code to help explain what I am doing. You can find