[jira] Commented: (LANG-393) EqualsBuilder don't compare BigDecimals correctly

2008-01-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557564#action_12557564 ] Gary Gregory commented on LANG-393: --- Strictly XP-speaking, no. You are correct, we should

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557565#action_12557565 ] Gary Gregory commented on LANG-400: --- I always ask this when [lang] and date features are

[jira] Reopened: (DAEMON-65) [daemon] runs as multiple instances, does not use PID file logic

2008-01-10 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg reopened DAEMON-65: --- [daemon] runs as multiple instances, does not use PID file logic

[jira] Closed: (DAEMON-18) File.mkdirs fails in java programs started with daemon on debian woody

2008-01-10 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg closed DAEMON-18. - Resolution: Fixed Setting resolution File.mkdirs fails in java programs started with daemon on

[jira] Reopened: (DAEMON-24) [daemon] jsvc assumes posix capabilities loaded

2008-01-10 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg reopened DAEMON-24: --- [daemon] jsvc assumes posix capabilities loaded ---

[jira] Closed: (DAEMON-82) [daemon] Can not compile under Fedora Core 1 AMD64

2008-01-10 Thread Dennis Lundberg (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg closed DAEMON-82. - Resolution: Fixed Setting resolution [daemon] Can not compile under Fedora Core 1 AMD64

[jira] Commented: (LANG-379) Calculating A date fragment in any time-unit

2008-01-10 Thread Robert Scholte (JIRA)
[ https://issues.apache.org/jira/browse/LANG-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557643#action_12557643 ] Robert Scholte commented on LANG-379: - Examples can be provided And for the Why-part:

[jira] Updated: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread nicolas de loof (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof updated IO-155: --- Attachment: IO-155.patch detect a java 1.4 runtime and use nio to copyFile instead of buffers. Don't

[jira] Commented: (IO-77) Add convenience moveFile() / moveDirectory methods to FileUtils

2008-01-10 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557648#action_12557648 ] Niall Pemberton commented on IO-77: --- Thanks Nicolas, can you open a new issue ticket for this

[jira] Created: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread nicolas de loof (JIRA)
use NIO for copyFile when running on java 1.4 - Key: IO-155 URL: https://issues.apache.org/jira/browse/IO-155 Project: Commons IO Issue Type: Improvement Components: Utilities

[jira] Closed: (IO-77) Add convenience moveFile() / moveDirectory methods to FileUtils

2008-01-10 Thread nicolas de loof (JIRA)
[ https://issues.apache.org/jira/browse/IO-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nicolas de loof closed IO-77. - Resolution: Fixed Fixed in SVN support for NIO moved to #IO-155 Add convenience moveFile() / moveDirectory

[jira] Commented: (IO-77) Add convenience moveFile() / moveDirectory methods to FileUtils

2008-01-10 Thread nicolas de loof (JIRA)
[ https://issues.apache.org/jira/browse/IO-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557656#action_12557656 ] nicolas de loof commented on IO-77: --- Please note on my NIO patch that there is no requirement

[jira] Updated: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated IO-155: --- Fix Version/s: (was: 1.4) AFTER-1.4 IMO better to not have the JDK 1.4 hack and

[jira] Commented: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread nicolas de loof (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557661#action_12557661 ] nicolas de loof commented on IO-155: as this static block is only dedicated to detect java

[jira] Commented: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557658#action_12557658 ] Sebb commented on IO-155: - Rather than catching Exception, surely the code should catch

[jira] Issue Comment Edited: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread JIRA
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557663#action_12557663 ] [EMAIL PROTECTED] edited comment on IO-155 at 1/10/08 7:02 AM: - The

[jira] Commented: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread JIRA
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557663#action_12557663 ] Julien Aymé commented on IO-155: The given patch will still throw a NoClassDefFoundError:

[jira] Commented: (IO-77) Add convenience moveFile() / moveDirectory methods to FileUtils

2008-01-10 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/IO-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557666#action_12557666 ] Niall Pemberton commented on IO-77: --- OK I reverted to NPE since only Henri voted since and

[jira] Commented: (MATH-173) One-way ANOVA

2008-01-10 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557665#action_12557665 ] Phil Steitz commented on MATH-173: -- After thinking about this some more, I think Luc may be

[jira] Commented: (MATH-173) One-way ANOVA

2008-01-10 Thread Bob MacCallum (JIRA)
[ https://issues.apache.org/jira/browse/MATH-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557685#action_12557685 ] Bob MacCallum commented on MATH-173: Thanks for the comments. I'm not a apache.commons

[jira] Commented: (LANG-192) [lang] split camel case strings

2008-01-10 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557705#action_12557705 ] Matt Benson commented on LANG-192: -- My implementation is not that of the patch. ;)

[jira] Commented: (LANG-192) [lang] split camel case strings

2008-01-10 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557700#action_12557700 ] Sebb commented on LANG-192: --- There's some white-space noise in the test patch, and the file headers

[jira] Commented: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557725#action_12557725 ] Gary Gregory commented on IO-155: - I am not a fan of the conditional Java 1.4 code. Let's

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557718#action_12557718 ] Paul Benedict commented on LANG-400: I have no idea. I would rather stick to less

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557733#action_12557733 ] Gary Gregory commented on LANG-400: --- IMO, this is not realistic, [lang] should not end up

[jira] Commented: (IO-155) use NIO for copyFile when running on java 1.4

2008-01-10 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557734#action_12557734 ] Gary Gregory commented on IO-155: - Also, how does the Apache nightly-build test this? AFAIK,

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557791#action_12557791 ] Paul Benedict commented on LANG-400: But Joda Time is a very sophisticated library that

[jira] Issue Comment Edited: (MATH-173) One-way ANOVA

2008-01-10 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557808#action_12557808 ] luc edited comment on MATH-173 at 1/10/08 1:38 PM: - Our current

[jira] Closed: (LANG-388) org.apache.commons.lang.enum

2008-01-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell closed LANG-388. -- Resolution: Won't Fix Yup - closing as wontfix. All the deprecated bits will vanish in 3.0.

[jira] Commented: (LANG-400) Add DateUtils methods to implement before and after time-insensitive

2008-01-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557902#action_12557902 ] Henri Yandell commented on LANG-400: Yep - we should only add features if they enhance

[jira] Issue Comment Edited: (LANG-393) EqualsBuilder don't compare BigDecimals correctly

2008-01-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557914#action_12557914 ] bayard edited comment on LANG-393 at 1/10/08 10:15 PM: --

[jira] Updated: (LANG-393) EqualsBuilder don't compare BigDecimals correctly

2008-01-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-393: --- Attachment: LANG-393.patch Suggested fix. How does this look? EqualsBuilder don't compare

[jira] Commented: (MATH-173) One-way ANOVA

2008-01-10 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/MATH-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12557925#action_12557925 ] Simon Kitching commented on MATH-173: - Re compatibility with java 1.3: The javac