Re: [RESULT] Release Commons Lang 3.0 Beta.3

2010-08-01 Thread Henri Yandell
Note, the website is updated. Hen On Fri, Jul 30, 2010 at 11:41 PM, Henri Yandell wrote: > 7 +1s, so the release passes. > > I've pushed the tar.gz/zip onto dist.apache.org and will let it flow > out onto the mirrors before messing with the site/sending > announcements. > > Hen > > On Fri, Jul 3

Re: [GSoC] Updating websites

2010-08-01 Thread Paul Benedict
Do you have time to perhaps add 1024x768 screen shots of the Eclipse plugin? It seems great. I would like to see more if you can post it. On Sun, Aug 1, 2010 at 6:23 PM, Rahul Akolkar wrote: > On Sun, Aug 1, 2010 at 6:56 PM, Jacob Beard wrote: > > Hi Rahul, > > > > I'm actually working on puttin

Re: Download page question

2010-08-01 Thread Henri Yandell
On Sun, Aug 1, 2010 at 4:25 PM, Rahul Akolkar wrote: > On Sun, Aug 1, 2010 at 7:03 PM, Henri Yandell wrote: >> Am I right in saying that our current download solution doesn't allow >> a component to offer two downloads? >> > > > No: http://commons.apache.org/commons-build-plugin/download-page.ht

Re: Download page question

2010-08-01 Thread Rahul Akolkar
On Sun, Aug 1, 2010 at 7:03 PM, Henri Yandell wrote: > Am I right in saying that our current download solution doesn't allow > a component to offer two downloads? > No: http://commons.apache.org/commons-build-plugin/download-page.html For example: http://commons.apache.org/digester/download_dig

Re: [GSoC] Updating websites

2010-08-01 Thread Rahul Akolkar
On Sun, Aug 1, 2010 at 6:56 PM, Jacob Beard wrote: > Hi Rahul, > > I'm actually working on putting some nice demos together in preparation for > a talk I'm going to give on August 11th. It might be useful for me to know > your schedule so that I can better prioritize my time. > Tuesday and Frida

Download page question

2010-08-01 Thread Henri Yandell
Am I right in saying that our current download solution doesn't allow a component to offer two downloads? Hen - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.o

Re: [GSoC] Updating websites

2010-08-01 Thread Jacob Beard
Hi Rahul, I'm actually working on putting some nice demos together in preparation for a talk I'm going to give on August 11th. It might be useful for me to know your schedule so that I can better prioritize my time. I'll take a look at the mechanism to update the live site tomorrow. Thanks,

Re: [Math] "Order" enum in "MathUtils"

2010-08-01 Thread Luc Maisonobe
Le 01/08/2010 23:58, Gilles Sadowski a écrit : > Hi. > > So, do you prefer: > --- > public enum Order { > INCREASING, > DECREASING > } > --- > or > --- > public enum OrderDirection { > INCREASING, > DECREASING > } > --- > ? > > But are you sure that there won't be anything useful

Re: [Math] "Order" enum in "MathUtils"

2010-08-01 Thread James Ring
FYI, For a more powerful and useful definition of Ordering, see http://google-collections.googlecode.com/svn/trunk/javadoc/index.html?com/google/common/collect/Ordering.html. On Sun, Aug 1, 2010 at 2:58 PM, Gilles Sadowski wrote: > Hi. > > So, do you prefer: > --- > public enum Order { >    INCR

[Math] "Order" enum in "MathUtils"

2010-08-01 Thread Gilles Sadowski
Hi. So, do you prefer: --- public enum Order { INCREASING, DECREASING } --- or --- public enum OrderDirection { INCREASING, DECREASING } --- ? But are you sure that there won't be anything useful that would justify having an enum "Direction" inside an enclosing "Order" (as it is n

[GSoC] Updating websites

2010-08-01 Thread Rahul Akolkar
I intend to plug (advertise a bit) the work done in both the GSoC projects in atleast a couple of venues over the next week: * During a talk at the SpeechTEK conference * During a presentation to the W3C Hypertext Coordination Group I will leave pointers to the two websites [1, 2] with the audi

[GSoC] Pencil down dates and continued involvement

2010-08-01 Thread Rahul Akolkar
Reminder that Aug 16th is the firm pencil down date according to the GSoC timeline [1] this year (final evaluations being due Aug 20th) so you can plan your GSoC work accordingly. While we here at Commons would ofcourse be glad if you choose to stick around and evolve your work beyond GSoC, your c

Re: [scxml-js] Question on unit testing external communications module

2010-08-01 Thread Rahul Akolkar
On Sun, Aug 1, 2010 at 3:37 PM, Jacob Beard wrote: > Hi, > > I'm currently trying to determine the best way to test the external > communications module in scxml-js. Right now, dependency injection is used > to pass in an object, which is responsible for external communications, to > the Statechar

[scxml-js] Question on unit testing external communications module

2010-08-01 Thread Jacob Beard
Hi, I'm currently trying to determine the best way to test the external communications module in scxml-js. Right now, dependency injection is used to pass in an object, which is responsible for external communications, to the Statechart constructor function. This allows one to use a mock obje

Re: svn commit: r981238 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: analysis/interpolation/ optimization/general/ optimization/univariate/ util/

2010-08-01 Thread Luc Maisonobe
Le 01/08/2010 20:56, Luc Maisonobe a écrit : > Le 01/08/2010 19:06, Gilles Sadowski a écrit : >>> /** {...@inheritdoc} */ >>> -public void setConvergenceChecker(RealConvergenceChecker checker) { >>> -this.checker = checker; >>> +public void setConvergenceChecker(RealConvergence

Re: svn commit: r981244 - in /commons/proper/math/trunk/src/main: java/org/apache/commons/math/ java/org/apache/commons/math/linear/ java/org/apache/commons/math/util/ resources/META-INF/localization/

2010-08-01 Thread Luc Maisonobe
Le 01/08/2010 19:11, Gilles Sadowski a écrit : > On Sun, Aug 01, 2010 at 03:27:20PM -, l...@apache.org wrote: >> Author: luc >> Date: Sun Aug 1 15:27:20 2010 >> New Revision: 981244 >> >> URL: http://svn.apache.org/viewvc?rev=981244&view=rev >> Log: >> Added a localized UnsupportedOperationExc

Re: svn commit: r981238 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: analysis/interpolation/ optimization/general/ optimization/univariate/ util/

2010-08-01 Thread Luc Maisonobe
Le 01/08/2010 19:06, Gilles Sadowski a écrit : >> /** {...@inheritdoc} */ >> -public void setConvergenceChecker(RealConvergenceChecker checker) { >> -this.checker = checker; >> +public void setConvergenceChecker(RealConvergenceChecker >> convergenceChecker) { >> +this.

Re: [math] duplicate DimensionMismatchException

2010-08-01 Thread Gilles Sadowski
> It appeared to me a new DimensionMismatchException has been added in the > exception package. There was already a class with that name in the top > level package since 1.2. > > Could the new class be renamed to avoid a name clash ? I named it the same on purpose: so that one just have to change

Re: svn commit: r981244 - in /commons/proper/math/trunk/src/main: java/org/apache/commons/math/ java/org/apache/commons/math/linear/ java/org/apache/commons/math/util/ resources/META-INF/localization/

2010-08-01 Thread Gilles Sadowski
On Sun, Aug 01, 2010 at 03:27:20PM -, l...@apache.org wrote: > Author: luc > Date: Sun Aug 1 15:27:20 2010 > New Revision: 981244 > > URL: http://svn.apache.org/viewvc?rev=981244&view=rev > Log: > Added a localized UnsupportedOperationException Why not in the new "exception" package? [The ai

Re: svn commit: r981238 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: analysis/interpolation/ optimization/general/ optimization/univariate/ util/

2010-08-01 Thread Gilles Sadowski
> /** {...@inheritdoc} */ > -public void setConvergenceChecker(RealConvergenceChecker checker) { > -this.checker = checker; > +public void setConvergenceChecker(RealConvergenceChecker > convergenceChecker) { > +this.checker = convergenceChecker; > } Why does "che

Re: svn commit: r980662 [1/15] - in /commons/proper/daemon/tags/COMMONS_DAEMON_1_0_3_RC3: ./ src/ src/assembly/ src/docs/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/commons/ src/

2010-08-01 Thread Mark Thomas
On 30/07/2010 10:46, Mark Thomas wrote: > On 30/07/2010 10:27, Mladen Turk wrote: >> On 07/30/2010 09:32 AM, Mark Thomas wrote: >>> On 30/07/2010 07:50, mt...@apache.org wrote: Author: mturk Date: Fri Jul 30 06:50:12 2010 New Revision: 980662 URL: http://svn.apache.org/view

[math] duplicate DimensionMismatchException

2010-08-01 Thread Luc Maisonobe
Hello, It appeared to me a new DimensionMismatchException has been added in the exception package. There was already a class with that name in the top level package since 1.2. Could the new class be renamed to avoid a name clash ? Luc

[g...@vmgump]: Project commons-jelly-tags-xml-test (in module commons-jelly) failed

2010-08-01 Thread Gump
To whom it may engage... 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 gene...@gump.apache.org. Project commons-jelly-tags-xml-test has an issue affecting its community integrat

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2010-08-01 Thread Gump
To whom it may engage... 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 gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community integration