svn commit: r737907 - /commons/proper/scxml/branches/J6/BRANCHINFO.txt

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 22:30:10 2009 New Revision: 737907 URL: http://svn.apache.org/viewvc?rev=737907&view=rev Log: Update branch status, the biggest item seems well on its way now. Modified: commons/proper/scxml/branches/J6/BRANCHINFO.txt Modified: commons/proper/scxml/branches/J6/

svn commit: r737905 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml: env/jexl/datamodel-05.xml model/DatamodelTest.java

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 22:22:11 2009 New Revision: 737905 URL: http://svn.apache.org/viewvc?rev=737905&view=rev Log: Add a test case illustrating data subtree copy behavior when using . Added: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/jexl/datamodel-

svn commit: r737891 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml: SCXMLExecutorTest.java transitions-05.xml

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 22:09:23 2009 New Revision: 737891 URL: http://svn.apache.org/viewvc?rev=737891&view=rev Log: Add a test case demonstrating choreography across orthogonal states using the In() predicate. Added: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons

svn commit: r737887 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/io: SCXMLReaderTest.java custom-action-body-test-1.xml

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 22:04:49 2009 New Revision: 737887 URL: http://svn.apache.org/viewvc?rev=737887&view=rev Log: Add a test case for parsing custom actions with body text. Added: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/io/custom-action-body-test-1.

svn commit: r737870 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 21:45:25 2009 New Revision: 737870 URL: http://svn.apache.org/viewvc?rev=737870&view=rev Log: Adding a test utility method. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java Modified: commons/proper/scxml/b

svn commit: r737868 - /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/AssignTest.java

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 21:39:23 2009 New Revision: 737868 URL: http://svn.apache.org/viewvc?rev=737868&view=rev Log: Remove unnecessary cast. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/AssignTest.java Modified: commons/proper/scxml/branc

svn commit: r737838 - in /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env: javascript/package.html xpath/package.html

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 21:02:53 2009 New Revision: 737838 URL: http://svn.apache.org/viewvc?rev=737838&view=rev Log: Add minimal package Javadocs that were missing for the newer packages. Added: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/pa

svn commit: r737824 [1/3] - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/ main/java/org/apache/commons/scxml/env/ main/java/org/apache/commons/scxml/invoke/ main/java/o

2009-01-26 Thread rahul
Author: rahul Date: Mon Jan 26 20:31:22 2009 New Revision: 737824 URL: http://svn.apache.org/viewvc?rev=737824&view=rev Log: A first cut at a complete rewrite of the Commons SCXML IO package. JDK 1.6 (or, more specifically, JAXP 1.4) finally makes XML-related IO in Java somewhat usable. This re

svn commit: r737778 - in /commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/XMLConfiguration.java test/org/apache/commons/configuration/TestXMLConfiguration.java

2009-01-26 Thread rgoers
Author: rgoers Date: Mon Jan 26 18:40:43 2009 New Revision: 737778 URL: http://svn.apache.org/viewvc?rev=737778&view=rev Log: Do not validate on save. Add validate method Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/XMLConfiguration.java commons

svn commit: r737777 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/XMLConfiguration.java test/java/org/apache/commons/configur

2009-01-26 Thread rgoers
Author: rgoers Date: Mon Jan 26 18:40:33 2009 New Revision: 73 URL: http://svn.apache.org/viewvc?rev=73&view=rev Log: Do not validate on save. Add validate method Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuratio

svn commit: r737708 - /commons/proper/jelly/trunk/jelly-tags/sql/project.properties

2009-01-26 Thread polx
Author: polx Date: Mon Jan 26 15:11:51 2009 New Revision: 737708 URL: http://svn.apache.org/viewvc?rev=737708&view=rev Log: attempt at muting Gump which insists on building on 1.6 and the JDK having made a non-backwards compatible move: the SQL taglib now needs parametric types. paul Modified: