[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

[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

[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

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

[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

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 (with props)

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:

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 er...@apache.org: Author: erans Date: Fri Nov 12 21:03:38 2010 New Revision: 1034564 URL: http://svn.apache.org/viewvc?rev=1034564view=rev Log: MATH-438 Removed deprecated class. Removed:

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:

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 an enum element

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 inherit from it. What do you

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 well as MathUserException can

[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=diffrev1=16rev2=17

[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

[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