[jira] Commented: (JELLY-155) body not correctly parsed

2004-10-14 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Thu, 14 Oct 2004 10:36 PM Body: While this does solve the problem, it's putting Jelly on a downward slope in terms of performance. Jelly is supposed to properly output SAX events and isn't supposed to

[GUMP@brutus]: Project commons-betwixt (in module jakarta-commons) success

2004-10-14 Thread James Strachan
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-betwixt *no longer* has an issue. The current state of this project is '

[jira] Updated: (JELLY-148) Huge memory leak resulting from the use of ThreadLocal

2004-10-14 Thread commons-dev
The following issue has been updated: Updater: Hans Gilde (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Oct 2004 9:49 PM Comment: memory-leak-junit-test.txt - Non-scientific, yet useful memory leak tests. Changes: Attachment changed to memory-leak-junit-test.txt

[jira] Commented: (JELLY-157) New tag that generates sorted collection

2004-10-14 Thread commons-dev
The following comment has been added to this issue: Author: dion gillard Created: Thu, 14 Oct 2004 9:34 PM Body: util gets my vote - View this comment: http://issues.apache.org/jira/browse/JELLY-157?page=comments

[jira] Commented: (JELLY-157) New tag that generates sorted collection

2004-10-14 Thread commons-dev
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 14 Oct 2004 9:30 PM Body: Dion: yes, it could use BeanComparator, although I initially mentioned commons for the Map implementation that has an ordered set of keys Hans: I think it should go to

DO NOT REPLY [Bug 27193] - Documentation: illustrate how to integrate virus control

2004-10-14 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/fileupload/xdocs using.xml

2004-10-14 Thread martinc
martinc 2004/10/14 21:01:08 Modified:fileupload/xdocs using.xml Log: Bug #27193 - Some documentation on interaction with virus scanners. Revision ChangesPath 1.4 +34 -0 jakarta-commons/fileupload/xdocs/using.xml Index: using.xml ==

[jira] Commented: (JELLY-157) New tag that generates sorted collection

2004-10-14 Thread commons-dev
The following comment has been added to this issue: Author: Hans Gilde Created: Thu, 14 Oct 2004 8:35 PM Body: I can do this one, should it go in util or core? - View this comment: http://issues.apache.org/jira/b

[jira] Created: (JELLY-159) share base test classes with tag lib test builds

2004-10-14 Thread commons-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/JELLY-159 Here is an overview of the issue: -

[jira] Created: (JELLY-158) XML tags should not iterate through their child scripts

2004-10-14 Thread commons-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/JELLY-158 Here is an overview of the issue: -

DO NOT REPLY [Bug 31602] - [lang] DateUtils should be able to adjust for weekends, etc.

2004-10-14 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://issues.apache.org/bugzilla/show_bu

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

2004-10-14 Thread ggregory
ggregory2004/10/14 17:43:29 Modified:lang/src/java/org/apache/commons/lang/enums ValuedEnum.java Log: 'enum' should not be used as an identifier, since it is a reserved keyword from source level 1.5. Revision ChangesPath 1.4 +4 -4 jakarta-commons/lang/src/jav

cvs commit: jakarta-commons/cli/src/java/org/apache/commons/cli2/util HelpFormatter.java

2004-10-14 Thread roxspring
roxspring2004/10/14 15:50:32 Modified:cli/src/test/org/apache/commons/cli2/util HelpFormatterTest.java cli/src/java/org/apache/commons/cli2/util HelpFormatter.java Log: HelpFormatter now applys a minimum description width of 1 character Rev

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/net RFC1522Codec.java

2004-10-14 Thread ggregory
ggregory2004/10/14 15:16:25 Modified:codec/src/java/org/apache/commons/codec/net RFC1522Codec.java Log: Add missing Javadoc @return. Revision ChangesPath 1.4 +2 -1 jakarta-commons/codec/src/java/org/apache/commons/codec/net/RFC1522Codec

Re: [beanutils] Generifying the Converter interface

2004-10-14 Thread Stephen Colebourne
FYI, there is a sandbox project [convert] that I tried to setup to be a dedicted converter project. I ran out of time, so it never got completed, but you may want to take a look. Note that JDK1.5 compilation is going to cause issues to commons in general. Stephen - Original Message - Fro

cvs commit: jakarta-commons-sandbox/sql/src/test/org/apache/commons/sql/task TestDDLTask.java

2004-10-14 Thread tomdz
tomdz 2004/10/14 12:42:48 Modified:sql/src/java/org/apache/commons/sql/builder SqlBuilder.java MSSqlBuilder.java FirebirdBuilder.java sql/src/java/org/apache/commons/sql/model Table.betwixt Reference.java Table.java Foreign

DO NOT REPLY [Bug 30637] - BenaUtils.setProperty fails with mapped properties that contains more than a MAPPED_DELIM2 char in it

2004-10-14 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30968] - XML self references

2004-10-14 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://issues.apache.org/bugzilla/show_bu

[beanutils] Generifying the Converter interface

2004-10-14 Thread Kris Nuttycombe
I'm just starting to play around with generics, and thought that org.apache.commons.beanutils.Converter might be an interesting candidate for generification. A good generified converter library is broadly useful outside of BeanUtils. Here's my first thought on generifying the Converter interfac

Re: [math] Questions regarding probability distributions

2004-10-14 Thread Mark R. Diggory
F Norin wrote: Yes you're right, with the parametrization model you're using it would probably be confusing to simply let the exponential and chisquared distributions be instances of a gammadistribution. However, this indicates that there may be something flawed here. Remember, the chisquared d

Re: [math] Questions regarding probability distributions

2004-10-14 Thread F Norin
Yes you're right, with the parametrization model you're using it would probably be confusing to simply let the exponential and chisquared distributions be instances of a gammadistribution. However, this indicates that there may be something flawed here. Remember, the chisquared distribution *i

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration/web AppletConfiguration.java ServletConfiguration.java ServletContextConfiguration.java ServletFilterConfiguration.java ServletRequestConfiguration.java

2004-10-14 Thread ebourg
ebourg 2004/10/14 08:54:07 Modified:configuration/src/java/org/apache/commons/configuration/web AppletConfiguration.java ServletConfiguration.java ServletContextConfiguration.java ServletFilterConfiguration.java

Re: [math] Questions regarding probability distributions

2004-10-14 Thread F Norin
> > Well, the problem is this: If I need to create some custom discrete > > distribution that doesn't take on integer values, what interface should I > > implement? With your model I have no choice but use the > > ContinuousDistribution interface even though the distribution *isn't* > > continuous

Re: [Betwixt] Absolute file names again (was Re: cvs commit: jakarta-commons/betwixt build.xml)

2004-10-14 Thread Stefan Bodewig
> I just fixed this. Thanks. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Betwixt] Absolute file names again (was Re: cvs commit: jakarta-commons/betwixt build.xml)

2004-10-14 Thread matthew.hawthorne
Stefan Bodewig wrote: On 13 Oct 2004, <[EMAIL PROTECTED]> wrote: Re-generated ant build (so that latest dependencies are reflected) ... - + + I thought this is supposed to work with the latest Ant plugin? Are you using an older version, Robert? Anyway, could anybody with karma for b

cvs commit: jakarta-commons/betwixt build.xml

2004-10-14 Thread matth
matth 2004/10/14 06:49:52 Modified:betwixt build.xml Log: replacing absolute paths with relative ones in Maven generated Ant build file Revision ChangesPath 1.16 +8 -8 jakarta-commons/betwixt/build.xml Index: build.xml =

[lang] Re: Review for 2.1

2004-10-14 Thread Henri Yandell
Sorry for quietness. Life's getting pretty busy and will only get busier in a week when the baby happens. On Fri, 8 Oct 2004 01:09:26 +0100, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > Based on JDiff - > http://www.apache.org/~bayard/commons-lang-2.1/Commons-Lang-2.0-to-2.1/chang > es.html > I

Soundex Help

2004-10-14 Thread Satish
Hi Gone through org.apache.commons.codec.language.Soundex, it supports English soundex, we are developing a similar concept in French (using internalization concept), kindly guide me how to write a French soundex or any apis available for achieving the same? Thanks in advance --

DO NOT REPLY [Bug 31716] New: - bad link on website of Digester

2004-10-14 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-commons/configuration/xdocs changes.xml

2004-10-14 Thread ebourg
ebourg 2004/10/14 02:54:36 Modified:configuration project.xml configuration/xdocs changes.xml Added: configuration/src/java/org/apache/commons/configuration/web AppletConfiguration.java package.html ServletConfigurat

cvs commit: jakarta-commons/configuration/src/test/org/apache/commons/configuration/web - New directory

2004-10-14 Thread ebourg
ebourg 2004/10/14 01:25:12 jakarta-commons/configuration/src/test/org/apache/commons/configuration/web - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/configuration/src/java/org/apache/commons/configuration/web - New directory

2004-10-14 Thread ebourg
ebourg 2004/10/14 01:23:04 jakarta-commons/configuration/src/java/org/apache/commons/configuration/web - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP@brutus]: Project commons-jelly-tags-ant (in module jelly-tags) failed

2004-10-14 Thread Stefan Bodewig
On Thu, 14 Oct 2004, Dion Gillard <[EMAIL PROTECTED]> wrote: > p.s. any idea why I can't subscribe to [EMAIL PROTECTED] No, no idea. > I have tried sending email to [EMAIL PROTECTED] and > no go. I'll take a look into the subscription log (never tried that before) and come back to you. Stefan

Re: [GUMP@brutus]: Project commons-jelly-tags-ant (in module jelly-tags) failed

2004-10-14 Thread Dion Gillard
Done. p.s. any idea why I can't subscribe to [EMAIL PROTECTED] I have tried sending email to [EMAIL PROTECTED] and no go. On Thu, 14 Oct 2004 09:38:47 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 13 Oct 2004, Dion Gillard <[EMAIL PROTECTED]> wrote: > > > What's happened to Gump?

cvs commit: jakarta-commons/jelly/jelly-tags/ant build.xml

2004-10-14 Thread dion
dion2004/10/14 00:47:06 Modified:jelly/jelly-tags/ant build.xml Log: Dont filter the trace Revision ChangesPath 1.10 +1 -1 jakarta-commons/jelly/jelly-tags/ant/build.xml Index: build.xml

Re: [GUMP@brutus]: Project commons-jelly-tags-ant (in module jelly-tags) failed

2004-10-14 Thread Stefan Bodewig
On Wed, 13 Oct 2004, Dion Gillard <[EMAIL PROTECTED]> wrote: > What's happened to Gump? > > This was running ok previously. Dion, can you change the task to set the filtertrace attribute to false? I'm afraid we are missing important pieces of the stack trace since they contain Ant's package na

[Betwixt] Absolute file names again (was Re: cvs commit: jakarta-commons/betwixt build.xml)

2004-10-14 Thread Stefan Bodewig
On 13 Oct 2004, <[EMAIL PROTECTED]> wrote: > Re-generated ant build (so that latest dependencies are reflected) ... > > - > + + value="/Volumes/gSpecials/library/jakarta/jakarta-commons/betwixt/target"> > + I thought this is supposed to work with the latest Ant plugin? Are y