[VFS] artifactid

2010-11-12 Thread Ralph Goers
I've changed the package name from org.commons.vfs to org.commons.vfs2. However, it isn't necessary to change the artifact id from commons-vfs to commons-vfs2 since we are changing the groupId already. The only reason to do it is to have it match the package name. Thoughts? Ralph ---

[VOTE] Release Commons NET 2.2 based on RC1

2010-11-12 Thread sebb
This is a vote to release Apache Commons NET 2.2. [ ] +1 release it [ ] +0 go ahead I don't care [ ] -1 no, do not release it because... tag: https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_2_2_RC1/ site: http://people.apache.org/~sebb/commons-net-2_2_RC1/ Archives (Maven and non-M

[Commons Wiki] Update of "UsingNexus" by sebbapache

2010-11-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "UsingNexus" page has been changed by sebbapache. The comment on this change is: Add release notes reminder. http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=16&rev2=17 -

[continuum] BUILD FAILURE: Apache Commons - Commons Net - Default Maven 2 Build Definition (Java 1.5)

2010-11-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=1568&projectId=107 Build statistics: State: Failed Previous State: Ok Started at: Sat 13 Nov 2010 00:27:48 + Finished at: Sat 13 Nov 2010 00:30:25 + Total time: 2m 36s Build Trigger: Schedule Buil

Re: svn commit: r1034564 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/FunctionEvaluationException.java site/xdoc/changes.xml test/java/org/apache/commons/math/FunctionEvaluat

2010-11-12 Thread Gilles Sadowski
Hi. > Thanks a lot for all this cleaning up. It's really appreciated! Thanks for saying it! :-) Best, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Luc Maisonobe
Le 12/11/2010 23:15, Gilles Sadowski a écrit : [...] Hence, I would propose to create a new "MathRuntimeException" (in package "exception") and move all the code currently in "MathIllegalArgumentException" over to that class. Then, "MathIllegalArgumentException" as we

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Gilles Sadowski
> > > [...] > > > Hence, I would propose to create a new "MathRuntimeException" (in package > > > "exception") and move all the code currently in > > > "MathIllegalArgumentException" > > > over to that class. > > > Then, "MathIllegalArgumentException" as well as "MathUserException" can > > > inher

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Gilles Sadowski
Hi. > > [..] > I'll change the constructors to replace the String with Localizable as > per the new localization scheme (which is already in place in 2.X > branch). > >>> > >>> Do you think that it is necessary, given that as a user-level exception, > >>> there won't probably exist

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Luc Maisonobe
Le 12/11/2010 21:58, Gilles Sadowski a écrit : > Hi. > > MATH-440 > New exception "MathUserException" supersedes > "FunctionEvaluationException", > "MatrixVisitorException" and "DerivativeException". > > Added: > > commons/proper/math/branches/MATH_2_X/src/mai

Re: svn commit: r1034564 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/FunctionEvaluationException.java site/xdoc/changes.xml test/java/org/apache/commons/math/FunctionEvaluat

2010-11-12 Thread Mikkel Meyer Andersen
Thanks a lot for all this cleaning up. It's really appreciated! Den 12/11/2010 22.04 skrev : > Author: erans > Date: Fri Nov 12 21:03:38 2010 > New Revision: 1034564 > > URL: http://svn.apache.org/viewvc?rev=1034564&view=rev > Log: > MATH-438 > Removed deprecated class. > > Removed: > commons/prope

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Gilles Sadowski
Hi. > >>> MATH-440 > >>> New exception "MathUserException" supersedes > >>> "FunctionEvaluationException", > >>> "MatrixVisitorException" and "DerivativeException". > >>> > >>> Added: > >>> > >>> commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/MathUserEx

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Luc Maisonobe
Le 12/11/2010 18:15, Gilles Sadowski a écrit : > Hello. > >>> MATH-440 >>> New exception "MathUserException" supersedes "FunctionEvaluationException", >>> "MatrixVisitorException" and "DerivativeException". >>> >>> Added: >>> >>> commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Gilles Sadowski
Hello. > > MATH-440 > > New exception "MathUserException" supersedes "FunctionEvaluationException", > > "MatrixVisitorException" and "DerivativeException". > > > > Added: > > > > commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/exception/MathUserException.java > >

Re: svn commit: r1034457 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/exception/ main/java/org/apache/commons/math/linear/ main

2010-11-12 Thread Luc Maisonobe
Le 12/11/2010 17:36, er...@apache.org a écrit : > Author: erans > Date: Fri Nov 12 16:36:57 2010 > New Revision: 1034457 > > URL: http://svn.apache.org/viewvc?rev=1034457&view=rev > Log: > MATH-440 > New exception "MathUserException" supersedes "FunctionEvaluationException", > "MatrixVisitorExcept

[scxml-eclipse]

2010-11-12 Thread Bilel Messaoud
I Have a problem when i execute the plugin the import of Scxml Document i have the final state(my xml document is attached) isin't recognized and when i create a new Document graphically and when i import it the xml file is empty. also there's perm gen error thank you all and have a nice weekend i

Re: [Math] Introducing a "UserException" class (MATH-440)

2010-11-12 Thread Luc Maisonobe
Le 12/11/2010 15:37, Gilles Sadowski a écrit : > Hi. Hi Gilles, > > Is the name "UserException" OK, or should we call it "MathUserException", in > an attempt to minimize the potential for name clash? MathUserException is probably better. regards, Luc > > > Best, > Gilles > > --

[Math] Introducing a "UserException" class (MATH-440)

2010-11-12 Thread Gilles Sadowski
Hi. Is the name "UserException" OK, or should we call it "MathUserException", in an attempt to minimize the potential for name clash? Best, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional comm

[g...@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2010-11-12 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-proxy-test has an issue affecting its community integration. This

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

2010-11-12 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-quartz has an issue affecting its community integratio

[g...@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2010-11-12 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-scxml-test has an issue affecting its community integration. This