Re: [VOTE] CLI 1.2 release (RC2)

2009-02-21 Thread Henri Yandell
Best way might be to discard the concept that the indent under the parameter occurs. Maybe just do 1 or 2 characters. Choosing 2 works fine - for some reason 1 causes wrapping to break which is odd. Also need to add code so it wraps the parameters themselves. Looking at it I'm realizing that that

Re: [math] optimization refactoring

2009-02-21 Thread Phil Steitz
Luc Maisonobe wrote: Hello, Since release of 1.2, several people have asked for advices on using the estimation and optimization packages imported from mantissa. This showed these packages were poorly designed (you can blame me for that). After one of the discussions on this topic, issue MATH-17

[math][dbcp] changes.xml, JIRA references in commits

2009-02-21 Thread Phil Steitz
Lets try to keep changes.xml up to date and also include JIRA: FOO-xyz references in commit messages so tickets get the svn info added and the maven changes report (and release notes generated from changes.xml) remain accurate. By convention, we stack changes in changes.xml with most recent ad

Re: svn commit: r746506 - in /commons/proper/math/trunk: pom.xml src/java/org/apache/commons/math/util/MathUtils.java src/site/xdoc/changes.xml src/test/org/apache/commons/math/util/MathUtilsTest.java

2009-02-21 Thread Phil Steitz
Luc Maisonobe wrote: Phil Steitz a écrit : l...@apache.org wrote: } /** + * Returns true iff both arguments are equal or within the range of allowed + * error (inclusive). + * + * @param x first value + * @param y second value + * @param eps the amount of

Re: svn commit: r746506 - in /commons/proper/math/trunk: pom.xml src/java/org/apache/commons/math/util/MathUtils.java src/site/xdoc/changes.xml src/test/org/apache/commons/math/util/MathUtilsTest.java

2009-02-21 Thread Luc Maisonobe
Phil Steitz a écrit : > l...@apache.org wrote: } >> >> /** >> + * Returns true iff both arguments are equal or within the range >> of allowed >> + * error (inclusive). >> + * + * @param x first value >> + * @param y second value >> + * @param eps the amount of absolut

Re: svn commit: r746506 - in /commons/proper/math/trunk: pom.xml src/java/org/apache/commons/math/util/MathUtils.java src/site/xdoc/changes.xml src/test/org/apache/commons/math/util/MathUtilsTest.java

2009-02-21 Thread Phil Steitz
l...@apache.org wrote: } /** + * Returns true iff both arguments are equal or within the range of allowed + * error (inclusive). + * + * @param x first value + * @param y second value + * @param eps the amount of absolute error to allow + * @return true if the