[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13140996#comment-13140996 ] Simone Tripodi commented on OGNL-36: I bet it is just a matter of deploying the site

[jira] [Created] (MATH-699) inverseCumulativeDistribution fails with cumulative distribution having a plateau

2011-11-01 Thread Created
inverseCumulativeDistribution fails with cumulative distribution having a plateau - Key: MATH-699 URL: https://issues.apache.org/jira/browse/MATH-699 Project: Commons

[jira] [Updated] (MATH-699) inverseCumulativeDistribution fails with cumulative distribution having a plateau

2011-11-01 Thread Updated
[ https://issues.apache.org/jira/browse/MATH-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-699: --- Attachment: AbstractContinuousDistributionTest.java inverseCumulativeDistribution fails

[jira] [Created] (MATH-700) Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions

2011-11-01 Thread Created
Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions Key: MATH-700 URL: https://issues.apache.org/jira/browse/MATH-700

[jira] [Updated] (MATH-699) inverseCumulativeDistribution fails with cumulative distribution having a plateau

2011-11-01 Thread Updated
[ https://issues.apache.org/jira/browse/MATH-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Brisard updated MATH-699: --- Description: This bug report follows MATH-692. The attached unit test fails. As required by

[jira] [Updated] (DAEMON-226) support files have incorrect svn:eol-style

2011-11-01 Thread Michael Osipov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DAEMON-226: -- Attachment: DAEMON-226.patch support files have incorrect svn:eol-style

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141036#comment-13141036 ] Hudson commented on OGNL-36: Integrated in ognl #178 (See

[jira] [Commented] (MATH-700) Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions

2011-11-01 Thread Commented
[ https://issues.apache.org/jira/browse/MATH-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141041#comment-13141041 ] Sébastien Brisard commented on MATH-700: With the proposed modification, the

[jira] [Commented] (MATH-700) Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions

2011-11-01 Thread Luc Maisonobe (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141066#comment-13141066 ] Luc Maisonobe commented on MATH-700: I don't agree with this change. It implies that

[jira] [Commented] (MATH-700) Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions

2011-11-01 Thread Commented
[ https://issues.apache.org/jira/browse/MATH-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141069#comment-13141069 ] Sébastien Brisard commented on MATH-700: Thanks for this counter-example. This

[jira] [Resolved] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Maurizio Cucchiara (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurizio Cucchiara resolved OGNL-36. Resolution: Fixed Assignee: Maurizio Cucchiara Wrong link, now it works.

[jira] [Updated] (FUNCTOR-8) [PATCH] Possible NPE in TransformedGenerator if getWrappedGenerator() is overridden to return null

2011-11-01 Thread Bruno P. Kinoshita (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FUNCTOR-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated FUNCTOR-8: - Attachment: FUNCTOR-8-tests.patch FUNCTOR-8-tests.patch includes a unit test for

[jira] [Commented] (MATH-700) Alter the contract of UnivariateRealSolverUtils.bracket() to handle piecewise constant functions

2011-11-01 Thread Gilles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141103#comment-13141103 ] Gilles commented on MATH-700: - We could create a new bracket method with an additional boolean

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141113#comment-13141113 ] Simone Tripodi commented on OGNL-36: Page link is redundant,

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Adrian Cumiskey (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141151#comment-13141151 ] Adrian Cumiskey commented on OGNL-36: - Nice graph! :-) Link Benchmarks

[jira] [Created] (FUNCTOR-9) [PATCH] Make Limit and Offset Serializable

2011-11-01 Thread Bruno P. Kinoshita (Created) (JIRA)
[PATCH] Make Limit and Offset Serializable -- Key: FUNCTOR-9 URL: https://issues.apache.org/jira/browse/FUNCTOR-9 Project: Commons Functor Issue Type: Improvement Environment: Win7

[jira] [Updated] (FUNCTOR-9) [PATCH] Make Limit and Offset Serializable

2011-11-01 Thread Bruno P. Kinoshita (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/FUNCTOR-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated FUNCTOR-9: - Attachment: FUNCTOR-9.patch [PATCH] Make Limit and Offset Serializable

[jira] [Created] (NET-428) SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32 ).getInfo().getAllAddresses()

2011-11-01 Thread Sebb (Created) (JIRA)
SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32 ).getInfo().getAllAddresses() - Key: NET-428 URL:

[jira] [Resolved] (NET-428) SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32 ).getInfo().getAllAddresses()

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-428. -- Resolution: Fixed SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32

[jira] [Resolved] (NET-231) ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-231. -- Resolution: Fixed ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

[jira] [Resolved] (NET-416) Increasing sub-negotiation message holder array size

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-416. -- Resolution: Fixed Increasing sub-negotiation message holder array size

[jira] [Updated] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DAEMON-220: -- Attachment: DAEMON-220.patch Clean up configure/configure.in scripts

[jira] [Reopened] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened DAEMON-220: --- AP_FIND_JAVA is still incomplete Clean up configure/configure.in scripts

[jira] [Commented] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141229#comment-13141229 ] Michael Osipov commented on DAEMON-220: --- Mladen, AP_FIND_JAVA is still broken. It

[jira] [Reopened] (DAEMON-222) Remove 'procname' option with preprocessor condition if OS is not Linux

2011-11-01 Thread Michael Osipov (Reopened) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov reopened DAEMON-222: --- Breaks other builds now: {noformat} gcc -g -O2 -DOS_FREEBSD -DDSO_DLFCN -D_THREAD_SAFE -pthread

[jira] [Resolved] (NET-425) _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-425. -- Resolution: Fixed _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for

[jira] [Updated] (NET-425) _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-425: - Affects Version/s: 3.0.1 Fix Version/s: 3.1 _openDataConnection_, __storeFile, and __storeFileStream should be

[jira] [Updated] (NET-428) SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32 ).getInfo().getAllAddresses()

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-428: - Fix Version/s: 3.1 SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32

[jira] [Updated] (NET-415) typo in migration how-to

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-415: - Affects Version/s: 3.0.1 Fix Version/s: 3.1 typo in migration how-to

[jira] [Updated] (NET-416) Increasing sub-negotiation message holder array size

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-416: - Fix Version/s: 3.1 Increasing sub-negotiation message holder array size

[jira] [Updated] (NET-231) ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-231: - Fix Version/s: 1.5 ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Maurizio Cucchiara (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141250#comment-13141250 ] Maurizio Cucchiara commented on OGNL-36: I (ab)used the commons prefix to distinguish

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141280#comment-13141280 ] Simone Tripodi commented on OGNL-36: I'd suggest to rename to {{benchmarks}} the

[jira] [Issue Comment Edited] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Maurizio Cucchiara (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141250#comment-13141250 ] Maurizio Cucchiara edited comment on OGNL-36 at 11/1/11 4:22 PM:

[jira] [Commented] (OGNL-36) Link Benchmarks on left hand navigation is broken

2011-11-01 Thread Maurizio Cucchiara (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141293#comment-13141293 ] Maurizio Cucchiara commented on OGNL-36: {quote} I'd suggest to rename to benchmarks

[jira] [Updated] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DAEMON-220: -- Comment: was deleted (was: AP_FIND_JAVA is still incomplete) Clean up

[jira] [Issue Comment Edited] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141229#comment-13141229 ] Michael Osipov edited comment on DAEMON-220 at 11/1/11 8:14 PM:

[jira] [Commented] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141561#comment-13141561 ] Michael Osipov commented on DAEMON-220: --- I was not refering to a JRE. I know that a

[jira] [Issue Comment Edited] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141561#comment-13141561 ] Michael Osipov edited comment on DAEMON-220 at 11/1/11 8:42 PM:

[jira] [Resolved] (DAEMON-222) Remove 'procname' option with preprocessor condition if OS is not Linux

2011-11-01 Thread Mladen Turk (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk resolved DAEMON-222. Resolution: Won't Fix procname is used on all systems as name for the system log. Thus it cannot

[jira] [Resolved] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Mladen Turk (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mladen Turk resolved DAEMON-220. Resolution: Fixed It might cover 80% now, but next year this won't be the case any more. What's

[jira] [Commented] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Michael Osipov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141605#comment-13141605 ] Michael Osipov commented on DAEMON-220: --- Well, I don't think that this is necessary

[jira] [Commented] (DAEMON-222) Remove 'procname' option with preprocessor condition if OS is not Linux

2011-11-01 Thread Michael Osipov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141609#comment-13141609 ] Michael Osipov commented on DAEMON-222: --- Since you opted out procname, it fails on

[jira] [Updated] (DAEMON-223) configure script has incorrect supported OS for HP-UX on IA64

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-223: Fix Version/s: 1.0.8 configure script has incorrect supported OS for HP-UX on IA64

[jira] [Updated] (DAEMON-222) Remove 'procname' option with preprocessor condition if OS is not Linux

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-222: Fix Version/s: (was: 1.0.7) 1.0.8 Remove 'procname' option with preprocessor condition

[jira] [Updated] (DAEMON-221) Provide umask rather than compile time flag for umask

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-221: Fix Version/s: 1.0.8 Provide umask rather than compile time flag for umask

[jira] [Updated] (DAEMON-222) Remove 'procname' option with preprocessor condition if OS is not Linux

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-222: Fix Version/s: (was: 1.0.8) Remove 'procname' option with preprocessor condition if OS is not Linux

[jira] [Updated] (DAEMON-220) Clean up configure/configure.in scripts

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-220: Fix Version/s: 1.0.8 Clean up configure/configure.in scripts ---

[jira] [Updated] (DAEMON-215) Cannot set local username and password for a Win32 service

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-215: Fix Version/s: (was: 1.0.7) Cannot set local username and password for a Win32 service

[jira] [Updated] (DAEMON-213) procun log rotation support

2011-11-01 Thread Sebb (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-213: Fix Version/s: (was: Nightly Builds) procun log rotation support ---