Nexus: Promotion Completed.

2010-11-21 Thread Nexus Repository Manager
Description:Release RC3 as vote passedDetails:The following artifacts have been promoted to the Releases repository.commons-net-2.2-sources.jar.asccommons-net-2.2.jarcommons-net-2.2.pomcommons-net-2.2.jar.asccommons-net-2.2-ftp.jarcommons-net-2.2-ftp.jar.asccommons-net-2.2-javadoc.jarcommons-net-2.

svn commit: r1037578 - /commons/proper/beanutils/trunk/pom.xml

2010-11-21 Thread niallp
Author: niallp Date: Sun Nov 21 23:48:51 2010 New Revision: 1037578 URL: http://svn.apache.org/viewvc?rev=1037578&view=rev Log: Add test coverage report Modified: commons/proper/beanutils/trunk/pom.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/common

svn commit: r1037577 - /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java

2010-11-21 Thread niallp
Author: niallp Date: Sun Nov 21 23:48:12 2010 New Revision: 1037577 URL: http://svn.apache.org/viewvc?rev=1037577&view=rev Log: BEANUTILS-381 Fix test case broken by changes Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/MethodUtils.java Modified: commo

svn commit: r1037572 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/reflect/MemberUtils.java test/java/org/apache/commons/lang3/reflect/MethodUtilsTest.java

2010-11-21 Thread niallp
Author: niallp Date: Sun Nov 21 22:09:04 2010 New Revision: 1037572 URL: http://svn.apache.org/viewvc?rev=1037572&view=rev Log: BEANUTILS-381 getMatchingAccessibleMethod does not correctly handle inheritance and method overloading - thanks to Todd Nine for the patch Modified: commons/proper

svn commit: r1037488 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ src/javascript/scxml/cgf/ src/javascript/scxml/cgf/backends/js/ src/python/scxml/cgf/ src/python/scxml/cgf/backends/ src/xslt/ut

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 16:05:00 2010 New Revision: 1037488 URL: http://svn.apache.org/viewvc?rev=1037488&view=rev Log: Intermediate commit. Python and JavaScript frontends should be connected with new dependency resolution targets. Next step is to test it. Added: commons/sandbox/gso

svn commit: r1037494 - /commons/sandbox/gsoc/2010/scxml-js/trunk/test/test_with_xsltproc.sh

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 16:08:49 2010 New Revision: 1037494 URL: http://svn.apache.org/viewvc?rev=1037494&view=rev Log: Removed test_with_xsltproc.sh. This file no longer needed, as we now generate a bash backend module. Removed: commons/sandbox/gsoc/2010/scxml-js/trunk/test/test_wit

svn commit: r1037493 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf: backends/js xslt

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 16:07:51 2010 New Revision: 1037493 URL: http://svn.apache.org/viewvc?rev=1037493&view=rev Log: Changed some paths around so python fronend works. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/backends/js (contents, props changed)

svn commit: r1037491 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ src/xslt/backends/js/ src/xslt/ir-compiler/ src/xslt/util/ src/xslt/util/language-frontend-module-generators/

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 16:07:12 2010 New Revision: 1037491 URL: http://svn.apache.org/viewvc?rev=1037491&view=rev Log: All tests pass for the JavaScript frontend. Still need to test the python frontend. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml commons

svn commit: r1037490 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: build-common.xml build.xml mvn-ant-build.xml pom.xml

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 16:06:12 2010 New Revision: 1037490 URL: http://svn.apache.org/viewvc?rev=1037490&view=rev Log: Intermediate commit. State pattern passes all unit tests. Switch and table patterns are broken. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml

svn commit: r1037485 - /commons/sandbox/gsoc/2010/scxml-js/trunk/src/python/scxml/cgf/backends/js/

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:54:44 2010 New Revision: 1037485 URL: http://svn.apache.org/viewvc?rev=1037485&view=rev Log: Manually removing src/python/scxml/cgf/backends/js, which will hopefully fix conflict preventing proper dcommit with git-svn. Removed: commons/sandbox/gsoc/2010/scx

svn commit: r1037484 - /commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:45:23 2010 New Revision: 1037484 URL: http://svn.apache.org/viewvc?rev=1037484&view=rev Log: Intermediate commit. Correct mdoule paths are now passed to generated requirejs modules. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/build-common.xml Modifi

svn commit: r1037481 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ src/javascript/scxml/cgf/backends/js/ src/python/scxml/cgf/ src/python/scxml/cgf/backends/js/ src/xslt/backends/js/ src/xslt/ir-

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:42:22 2010 New Revision: 1037481 URL: http://svn.apache.org/viewvc?rev=1037481&view=rev Log: Intermediate (broken) commit. Includes the following changes: * initial stylesheet that gets passed into topo-sort.xsl is treated specially as source in the stylesheet,

svn commit: r1037480 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src: javascript/scxml/cgf/backends/js/ python/scxml/cgf/ xslt/backends/js/ xslt/ir-compiler/ xslt/util/

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:40:20 2010 New Revision: 1037480 URL: http://svn.apache.org/viewvc?rev=1037480&view=rev Log: Added src/python/scxml/cgf/target symlink, which was needed to provide access to built xsl resources from python modules. Added topo-sort.xsl and custom dependency annot

svn commit: r1037482 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ lib/java/ src/xslt/util/ src/xslt/util/language-frontend-module-generators/

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:44:25 2010 New Revision: 1037482 URL: http://svn.apache.org/viewvc?rev=1037482&view=rev Log: Intermediate commit. Primarily added new tasks to build. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/lib/java/maven-ant-tasks-2.1.1.jar commons/sandbox/gsoc

svn commit: r1037479 [3/3] - in /commons/sandbox/gsoc/2010/scxml-js/trunk: demo/drawing-tool/build/ src/site/xdoc/demo/drag-and-drop/ src/site/xdoc/demo/drawing-tool/ src/site/xdoc/demo/hierarchical-l

2010-11-21 Thread jbeard
Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/build/canvas.js -- svn:eol-style = native Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/src/site/xdoc/demo/drag-and-drop/drag-and-drop.xml U

svn commit: r1037479 [1/3] - in /commons/sandbox/gsoc/2010/scxml-js/trunk: demo/drawing-tool/build/ src/site/xdoc/demo/drag-and-drop/ src/site/xdoc/demo/drawing-tool/ src/site/xdoc/demo/hierarchical-l

2010-11-21 Thread jbeard
Author: jbeard Date: Sun Nov 21 15:35:14 2010 New Revision: 1037479 URL: http://svn.apache.org/viewvc?rev=1037479&view=rev Log: Made more changes to site. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/build/ commons/sandbox/gsoc/2010/scxml-js/trunk/demo/drawing-tool/bu

svn commit: r1037468 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/AbstractRealVector.java

2010-11-21 Thread erans
Author: erans Date: Sun Nov 21 14:20:24 2010 New Revision: 1037468 URL: http://svn.apache.org/viewvc?rev=1037468&view=rev Log: Removed unnecessary "try/catch" statements. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/AbstractRealVector.java Modified: comm