[GUMP@lsd]: jakarta-commons/commons-io failed

2004-04-23 Thread Ted Husted
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-io has an issue affecting its community integration. This issue affect

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

2004-04-23 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-define has an issue affecting its community integration, a

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

2004-04-23 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-jetty has an issue affecting its community integration, and

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

2004-04-23 Thread Morgan Delagrange
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project commons-jelly-tags-jsl has an issue affecting its community integration, and

Re: [io] rc1 for perusal

2004-04-23 Thread Henri Yandell
I use RC1, though I have a suspicion we're meant to be on RC2 for the Jakarta site, so I've got that installed somewhere too. Hen On Sat, 24 Apr 2004, Jeremias Maerki wrote: > Both changes done. Since you're about 5 hours behind my local time and > you're starting in the evening I should be aro

[VOTE][NET] Release commons-net 1.2.0

2004-04-23 Thread Steve Cohen
The candidate release is available at http://cvs.apache.org/~scohen/ This release differs from the one uploaded recently in that it incorporates Dirk Verbeeck's changes to maven.xml to include the Apache NOTICE.txt in the distro. Please vote on this release. If the vote passes I will produce t

cvs commit: jakarta-commons/io project.xml

2004-04-23 Thread jeremias
jeremias2004/04/23 16:00:09 Modified:io project.xml Log: Removed data/test directory as it's not needed anymore. Revision ChangesPath 1.27 +0 -7 jakarta-commons/io/project.xml Index: project.xml ==

Re: [io] rc1 for perusal

2004-04-23 Thread Jeremias Maerki
Both changes done. Since you're about 5 hours behind my local time and you're starting in the evening I should be around. ICQ, MSN or Skype IDs available on request. :-) I will also look for anything I can improve. Should I download Maven from CVS to have a better version? Or a particular snapshot

DO NOT REPLY [Bug 28496] - org.apache.commons.io.FileUtils.copyFile shouldn't allow to copy a file on itself

2004-04-23 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/io/src/java/org/apache/commons/io FileUtils.java

2004-04-23 Thread jeremias
jeremias2004/04/23 15:47:39 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java io/src/java/org/apache/commons/io FileUtils.java Log: Bugzilla 28496 Fix for: org.apache.commons.io.FileUtils.copyFile shouldn't allow to copy a file on itself Submitte

cvs commit: jakarta-commons/io/data/test test.txt

2004-04-23 Thread jeremias
jeremias2004/04/23 15:31:13 Removed: io/data/test test.txt Log: Not needed anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/io/src/test/org/apache/commons/io FileUtilsTestCase.java

2004-04-23 Thread jeremias
jeremias2004/04/23 15:30:42 Modified:io/src/test/org/apache/commons/io FileUtilsTestCase.java Log: Removed the necessity to have the data/test directory. Revision ChangesPath 1.17 +22 -14 jakarta-commons/io/src/test/org/apache/commons/io/FileUtilsTestCase.java

RE: [DbUtils] logging sql statement

2004-04-23 Thread David Graham
--- Alex Karasulu <[EMAIL PROTECTED]> wrote: > David, > > At the risk of sounding like a broken record I'll reference another > conversation on the same topic about a week ago: > > http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] > he.org&msgNo=48051 > > Do you use this technique or somethi

RE: [DbUtils] logging sql statement

2004-04-23 Thread Alex Karasulu
David, At the risk of sounding like a broken record I'll reference another conversation on the same topic about a week ago: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] he.org&msgNo=48051 Do you use this technique or something similar to no have dependencies on logging jars? Alex > --

Re: [DbUtils] logging sql statement

2004-04-23 Thread David Graham
Logging is intentionally left out of DbUtils so that it remains a simple one jar distro. It would be easy to subclass QueryRunner and override the methods you were interested in, logging, and then delegating to the super implementation to do the real work. DbUtils does wrap all SQLExceptions th

Re: [io] rc1 for perusal

2004-04-23 Thread Henri Yandell
Sounds good, anything you want to commit and do is good as I tend to be happy with imperfect releases as at least some users [ie me] are getting something from them. I won't be leaping into it until the evening of Saturday, and I suspect I'll have issues with the actual release, so expect another

[DbUtils] logging sql statement

2004-04-23 Thread Mishkin, Ernest
Hello, I believe it's a nice feature when a JDBC-wrapping framework like DbUtils can automatically log sql statements before execution (with configurable priority of course). I implemented that as part of my "own" little wrapper class and founded that to be indispensable when during debugging sess

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java DescriptiveStatisticsImpl.java

2004-04-23 Thread brentworden
brentworden2004/04/23 12:50:27 Modified:math/src/java/org/apache/commons/math/util TransformerMap.java math/src/java/org/apache/commons/math/stat/univariate DescriptiveStatistics.java SummaryStatistics.java

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/special Beta.java Gamma.java

2004-04-23 Thread brentworden
brentworden2004/04/23 12:30:47 Modified:math/src/java/org/apache/commons/math/special Beta.java Gamma.java Log: Added some parameter javadoc comments. Revision ChangesPath 1.18 +23 -19 jakarta-commons/math/src/java/org/apache/commons/math/

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/complex ComplexMath.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:51:03 Modified:math/src/java/org/apache/commons/math/complex ComplexMath.java Log: Added javadoc comments replete with Mathworld references. Revision ChangesPath 1.8 +68 -18 jakarta-commons/math/src/java/org/apach

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis UnivariateRealSolverImpl.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:20:12 Modified:math/src/java/org/apache/commons/math/analysis UnivariateRealSolverImpl.java Log: Removed some TODO comments. Revision ChangesPath 1.11 +1 -3 jakarta-commons/math/src/java/org/apache/commons/math/a

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/analysis PolynomialSplineFunction.java

2004-04-23 Thread brentworden
brentworden2004/04/23 11:16:06 Modified:math/src/java/org/apache/commons/math/analysis PolynomialSplineFunction.java Log: Fixed a TODO by addid a isStrictlyIncreasing method. This can be refactored later into a more reusable location. Revision Changes