svn commit: r1132819 - in /commons/proper/scxml/trunk/src: main/java/org/apache/commons/scxml/SCXMLHelper.java test/java/org/apache/commons/scxml/SCXMLExecutorTest.java test/java/org/apache/commons/sc

2011-06-06 Thread rahul
Author: rahul Date: Mon Jun 6 22:47:09 2011 New Revision: 1132819 URL: http://svn.apache.org/viewvc?rev=1132819view=rev Log: SCXML-161 Transition leaving a child state of parallel incorrect. Fix by accounting for non-composite regions. Test case provided by Enrico Nardelli nardelli at mat dot

svn commit: r1132823 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/SCXMLHelper.java test/java/org/apache/commons/scxml/SCXMLExecutorTest.java test/java/org/apache/comm

2011-06-06 Thread rahul
Author: rahul Date: Mon Jun 6 22:49:05 2011 New Revision: 1132823 URL: http://svn.apache.org/viewvc?rev=1132823view=rev Log: Port r1132819 from trunk. SCXML-161 Transition leaving a child state of parallel incorrect. Fix by accounting for non-composite regions. Test case provided by Enrico

svn commit: r1132830 - /commons/proper/scxml/trunk/src/site/xdoc/building.xml

2011-06-06 Thread rahul
Author: rahul Date: Mon Jun 6 23:13:06 2011 New Revision: 1132830 URL: http://svn.apache.org/viewvc?rev=1132830view=rev Log: Remove m1 section from building page, now that the build has been removed. Modified: commons/proper/scxml/trunk/src/site/xdoc/building.xml Modified: commons/proper

svn commit: r1132832 - /commons/proper/scxml/branches/J6/src/site/xdoc/building.xml

2011-06-06 Thread rahul
Author: rahul Date: Mon Jun 6 23:13:55 2011 New Revision: 1132832 URL: http://svn.apache.org/viewvc?rev=1132832view=rev Log: Update building docs to use m2 instead, now that the m1 build has been removed. Modified: commons/proper/scxml/branches/J6/src/site/xdoc/building.xml Modified

svn commit: r1059252 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/xpath/XPathEvaluator.java

2011-01-14 Thread rahul
Author: rahul Date: Sat Jan 15 04:08:06 2011 New Revision: 1059252 URL: http://svn.apache.org/viewvc?rev=1059252view=rev Log: Remove debug trace. Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/xpath/XPathEvaluator.java Modified: commons/proper/scxml

svn commit: r1059253 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/xpath: XPathExampleTest.java example-02.xml

2011-01-14 Thread rahul
Author: rahul Date: Sat Jan 15 04:10:12 2011 New Revision: 1059253 URL: http://svn.apache.org/viewvc?rev=1059253view=rev Log: Test case illustrating use of namespaces in XPath expressions. Added: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/xpath/example-02

svn commit: r1059254 - /commons/proper/scxml/branches/J6/pom.xml

2011-01-14 Thread rahul
Author: rahul Date: Sat Jan 15 04:17:14 2011 New Revision: 1059254 URL: http://svn.apache.org/viewvc?rev=1059254view=rev Log: Update a couple of deps. Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1000100 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java

2010-09-22 Thread rahul
Author: rahul Date: Wed Sep 22 17:37:24 2010 New Revision: 1000100 URL: http://svn.apache.org/viewvc?rev=1000100view=rev Log: Javadoc notes and a typo. Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java Modified: commons/proper

svn commit: r997117 - /commons/proper/scxml/branches/J6/pom.xml

2010-09-14 Thread rahul
Author: rahul Date: Tue Sep 14 22:23:35 2010 New Revision: 997117 URL: http://svn.apache.org/viewvc?rev=997117view=rev Log: Replace deprecated systemProperties by systemPropertyVariables - porting r997105 from trunk. Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons

svn commit: r992793 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2010-09-05 Thread rahul
Author: rahul Date: Sun Sep 5 14:25:08 2010 New Revision: 992793 URL: http://svn.apache.org/viewvc?rev=992793view=rev Log: Use latest changes plugin (2.0 causes NPE) - porting r992789 from trunk. Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester

svn commit: r987963 - in /commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations: DigesterLoader.java handlers/MethodHandler.java

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:07:39 2010 New Revision: 987963 URL: http://svn.apache.org/viewvc?rev=987963view=rev Log: Humor the Sun compiler on XP. Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/DigesterLoader.java commons/sandbox

svn commit: r987965 - /commons/proper/digester/trunk/src/java/org/apache/commons/digester/annotations/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:11:08 2010 New Revision: 987965 URL: http://svn.apache.org/viewvc?rev=987965view=rev Log: [at-digester] Part 1 of 2. Copy the at-digester source packages from sandbox. This functionality makes it possible to add digester rules via annotations on the POJOs

svn commit: r987966 - /commons/proper/digester/trunk/src/test/org/apache/commons/digester/annotations/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:12:12 2010 New Revision: 987966 URL: http://svn.apache.org/viewvc?rev=987966view=rev Log: [at-digester] Part 2 of 2. Copy the at-digester tests from sandbox. Thanks to Simone Tripodi simone DOT tripodi AT gmail. Added: commons/proper/digester/trunk/src

svn commit: r987967 - /commons/sandbox/at-digester/trunk/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:17:00 2010 New Revision: 987967 URL: http://svn.apache.org/viewvc?rev=987967view=rev Log: Ignore Eclipse files. Modified: commons/sandbox/at-digester/trunk/ (props changed) Propchange: commons/sandbox/at-digester/trunk

svn commit: r987970 - /commons/proper/digester/trunk/pom.xml

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:25:35 2010 New Revision: 987970 URL: http://svn.apache.org/viewvc?rev=987970view=rev Log: Suppress most logging output during build. Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL: http://svn.apache.org

svn commit: r987971 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:25:46 2010 New Revision: 987971 URL: http://svn.apache.org/viewvc?rev=987971view=rev Log: Suppress most logging output during build. Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester/branches/1_X_LINE/pom.xml URL

svn commit: r987972 - /commons/proper/digester/branches/1_X_LINE/xdocs/images/

2010-08-22 Thread rahul
Author: rahul Date: Mon Aug 23 01:29:22 2010 New Revision: 987972 URL: http://svn.apache.org/viewvc?rev=987972view=rev Log: Ignore Thumbs.db in images directory. Modified: commons/proper/digester/branches/1_X_LINE/xdocs/images/ (props changed) Propchange: commons/proper/digester/branches

svn propchange: r964665 - svn:log

2010-07-16 Thread rahul
Author: rahul Revision: 964665 Modified property: svn:log Modified: svn:log at Fri Jul 16 15:41:30 2010 -- (empty)

svn propchange: r964665 - svn:log

2010-07-16 Thread rahul
Author: rahul Revision: 964665 Modified property: svn:log Modified: svn:log at Fri Jul 16 15:45:25 2010 -- --- svn:log (original) +++ svn:log Fri Jul 16 15:45:25 2010 @@ -1 +1 @@ -add prefix *.scxml for document import

svn commit: r964975 - /commons/proper/scxml/trunk/pom.xml

2010-07-16 Thread rahul
Author: rahul Date: Fri Jul 16 23:14:15 2010 New Revision: 964975 URL: http://svn.apache.org/viewvc?rev=964975view=rev Log: Upgrading Commons Parent POM to latest release (v17). Modified: commons/proper/scxml/trunk/pom.xml Modified: commons/proper/scxml/trunk/pom.xml URL: http

svn commit: r964976 - /commons/proper/scxml/branches/J6/pom.xml

2010-07-16 Thread rahul
Author: rahul Date: Fri Jul 16 23:14:50 2010 New Revision: 964976 URL: http://svn.apache.org/viewvc?rev=964976view=rev Log: Upgrading Commons Parent POM to latest release (v17). Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http

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

2010-07-16 Thread rahul
Author: rahul Date: Fri Jul 16 23:22:30 2010 New Revision: 964979 URL: http://svn.apache.org/viewvc?rev=964979view=rev Log: Add a String to namespace aware Document utility method for tests. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml

svn commit: r964982 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env/xpath: XPathExampleTest.java example-01.xml

2010-07-16 Thread rahul
Author: rahul Date: Fri Jul 16 23:36:32 2010 New Revision: 964982 URL: http://svn.apache.org/viewvc?rev=964982view=rev Log: Add an example of a guard condition operating over the XML payload of an event. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/env

svn commit: r964493 - /commons/proper/scxml/trunk/src/site/xdoc/index.xml

2010-07-15 Thread rahul
Author: rahul Date: Thu Jul 15 17:08:50 2010 New Revision: 964493 URL: http://svn.apache.org/viewvc?rev=964493view=rev Log: Add scxmlgui in related projects section. Modified version of patch by: Fabrizio Morbini fmorbini at gmail dot com SCXML-151 Modified: commons/proper/scxml/trunk/src

svn commit: r964494 - /commons/proper/scxml/branches/J6/src/site/xdoc/index.xml

2010-07-15 Thread rahul
Author: rahul Date: Thu Jul 15 17:09:15 2010 New Revision: 964494 URL: http://svn.apache.org/viewvc?rev=964494view=rev Log: Sync related projects section from trunk. Modified: commons/proper/scxml/branches/J6/src/site/xdoc/index.xml Modified: commons/proper/scxml/branches/J6/src/site/xdoc

svn commit: r960666 - in /commons/proper/commons-site/trunk/src/site/xdoc/sandbox: gsoc/ gsoc/2010/ gsoc/2010/index.xml gsoc/index.xml index.xml

2010-07-05 Thread rahul
Author: rahul Date: Mon Jul 5 19:37:58 2010 New Revision: 960666 URL: http://svn.apache.org/viewvc?rev=960666view=rev Log: Added Google Summer of Code (GSoC) section to the sandbox page and a couple of GSoC landing pages in the directory structure. COMMONSSITE-58 Added: commons/proper

svn commit: r960669 - /commons/proper/commons-site/trunk/

2010-07-05 Thread rahul
Author: rahul Date: Mon Jul 5 19:43:53 2010 New Revision: 960669 URL: http://svn.apache.org/viewvc?rev=960669view=rev Log: Ignore .project file. Modified: commons/proper/commons-site/trunk/ (props changed) Propchange: commons/proper/commons-site/trunk

svn commit: r960670 - /commons/proper/scxml/trunk/src/site/xdoc/index.xml

2010-07-05 Thread rahul
Author: rahul Date: Mon Jul 5 19:46:36 2010 New Revision: 960670 URL: http://svn.apache.org/viewvc?rev=960670view=rev Log: Added a Related Projects section to the Commons SCXML homepage (includes scxml-eclipse and scxml-js). Variant of patch by Xunlong Gui guixl AT apache DOT org SCXML-150

svn commit: r960707 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/site/xdoc/index.xml

2010-07-05 Thread rahul
Author: rahul Date: Mon Jul 5 21:24:20 2010 New Revision: 960707 URL: http://svn.apache.org/viewvc?rev=960707view=rev Log: Reword project intro on home page. Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/site/xdoc/index.xml Modified: commons/sandbox/gsoc/2010/scxml-eclipse

svn commit: r958237 - /commons/sandbox/gsoc/2010/scxml-js/trunk/

2010-06-26 Thread rahul
Author: rahul Date: Sat Jun 26 15:31:15 2010 New Revision: 958237 URL: http://svn.apache.org/viewvc?rev=958237view=rev Log: Adding .project to svn:ignore. Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/ (props changed) Propchange: commons/sandbox/gsoc/2010/scxml-js/trunk

svn commit: r958238 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/

2010-06-26 Thread rahul
Author: rahul Date: Sat Jun 26 15:32:04 2010 New Revision: 958238 URL: http://svn.apache.org/viewvc?rev=958238view=rev Log: Adding .project to svn:ignore. Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/ (props changed) Propchange: commons/sandbox/gsoc/2010/scxml-eclipse/trunk

svn commit: r958241 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.diagram/lib/

2010-06-26 Thread rahul
Author: rahul Date: Sat Jun 26 16:09:27 2010 New Revision: 958241 URL: http://svn.apache.org/viewvc?rev=958241view=rev Log: Ignore jar files downloaded to the lib/ directory by the ant build. Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java

svn commit: r958301 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: pom.xml src/changes/ src/changes/changes.xml src/site/ src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml src/site/xdoc/issue-

2010-06-26 Thread rahul
Author: rahul Date: Sun Jun 27 00:40:37 2010 New Revision: 958301 URL: http://svn.apache.org/viewvc?rev=958301view=rev Log: Add a website for the scxml-js project: * The m2 POM is currently used purely for building the site * Simple site.xml is added, can be improved as docs etc. become

svn commit: r958302 - /commons/sandbox/gsoc/2010/scxml-js/trunk/

2010-06-26 Thread rahul
Author: rahul Date: Sun Jun 27 00:41:39 2010 New Revision: 958302 URL: http://svn.apache.org/viewvc?rev=958302view=rev Log: Ignore target directory (produced by m2 build). Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/ (props changed) Propchange: commons/sandbox/gsoc/2010/scxml-js

svn commit: r958309 - in /commons/sandbox/gsoc/2010/scxml-eclipse/trunk: pom.xml src/changes/ src/changes/changes.xml src/site/ src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml src/site/xdoc/i

2010-06-26 Thread rahul
Author: rahul Date: Sun Jun 27 01:28:52 2010 New Revision: 958309 URL: http://svn.apache.org/viewvc?rev=958309view=rev Log: Add a website for the scxml-eclipse project: * The m2 POM is currently used purely for building the site, the dummy build section that skips compilation is introduced

svn commit: r958310 - /commons/sandbox/gsoc/2010/scxml-eclipse/trunk/

2010-06-26 Thread rahul
Author: rahul Date: Sun Jun 27 01:29:42 2010 New Revision: 958310 URL: http://svn.apache.org/viewvc?rev=958310view=rev Log: Ignore target directory (produced by m2 build). Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/ (props changed) Propchange: commons/sandbox/gsoc/2010/scxml

svn commit: r957791 - /commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

2010-06-24 Thread rahul
Author: rahul Date: Fri Jun 25 04:28:14 2010 New Revision: 957791 URL: http://svn.apache.org/viewvc?rev=957791view=rev Log: Add a couple of helper test methods. Modified: commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java Modified: commons/proper/scxml

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

2010-06-24 Thread rahul
Author: rahul Date: Fri Jun 25 04:32:05 2010 New Revision: 957793 URL: http://svn.apache.org/viewvc?rev=957793view=rev Log: Add a couple of helper test methods. Porting r957791 from trunk. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/SCXMLTestHelper.java

svn commit: r944742 - /commons/sandbox/gsoc/

2010-05-15 Thread rahul
Author: rahul Date: Sun May 16 00:14:30 2010 New Revision: 944742 URL: http://svn.apache.org/viewvc?rev=944742view=rev Log: Create base SVN directory for Google Summer of Code project sandboxes. Added: commons/sandbox/gsoc/

svn commit: r944743 - /commons/sandbox/gsoc/README.txt

2010-05-15 Thread rahul
Author: rahul Date: Sun May 16 00:17:28 2010 New Revision: 944743 URL: http://svn.apache.org/viewvc?rev=944743view=rev Log: Add a README listing the purpose and organization of the gsoc sandbox directory. Added: commons/sandbox/gsoc/README.txt (with props) Added: commons/sandbox/gsoc

svn commit: r944744 - in /commons/sandbox/gsoc/2010: ./ README.txt

2010-05-15 Thread rahul
Author: rahul Date: Sun May 16 00:21:54 2010 New Revision: 944744 URL: http://svn.apache.org/viewvc?rev=944744view=rev Log: Create SVN directory for 2010 Google Summer of Code project sandboxes; add a README listing projects. Added: commons/sandbox/gsoc/2010/ commons/sandbox/gsoc/2010

svn commit: r944746 - in /commons/sandbox/gsoc/2010/scxml-js: ./ branches/ tags/ trunk/ trunk/LICENSE.txt trunk/NOTICE.txt trunk/README.txt

2010-05-15 Thread rahul
Author: rahul Date: Sun May 16 00:34:58 2010 New Revision: 944746 URL: http://svn.apache.org/viewvc?rev=944746view=rev Log: Create SVN space for jbeard's 2010 Google Summer of Code project with standard directory structure (branches, tags, trunk); add LICENSE, NOTICE and README to trunk. Added

svn commit: r944749 - in /commons/sandbox/gsoc/2010/scxml-eclipse: ./ branches/ tags/ trunk/ trunk/LICENSE.txt trunk/NOTICE.txt trunk/README.txt

2010-05-15 Thread rahul
Author: rahul Date: Sun May 16 00:41:59 2010 New Revision: 944749 URL: http://svn.apache.org/viewvc?rev=944749view=rev Log: Create SVN space for guixl's 2010 Google Summer of Code project with standard directory structure (branches, tags, trunk); add LICENSE, NOTICE and README to trunk. Added

svn commit: r899839 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java test/java/org/apache/commons/scxml/history-parallel-01.xml test/jav

2010-01-15 Thread rahul
Author: rahul Date: Fri Jan 15 23:01:17 2010 New Revision: 899839 URL: http://svn.apache.org/viewvc?rev=899839view=rev Log: Add support for history in parallel states. Also added a corresponding test case from a recent user list posting. Added: commons/proper/scxml/branches/J6/src/test

svn commit: r899849 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/ModelUpdater.java

2010-01-15 Thread rahul
Author: rahul Date: Sat Jan 16 00:10:18 2010 New Revision: 899849 URL: http://svn.apache.org/viewvc?rev=899849view=rev Log: Parser post processing improvements: * Refactor the history post processing to correctly set up the default targets when a child of parallel (in addition to when a child

svn commit: r827874 - /commons/proper/scxml/branches/J6/pom.xml

2009-10-20 Thread rahul
Author: rahul Date: Wed Oct 21 02:58:00 2009 New Revision: 827874 URL: http://svn.apache.org/viewvc?rev=827874view=rev Log: Update parent to v12. Modified: commons/proper/scxml/branches/J6/pom.xml Modified: commons/proper/scxml/branches/J6/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r827875 - /commons/proper/jexl/branches/1.x/pom.xml

2009-10-20 Thread rahul
Author: rahul Date: Wed Oct 21 02:59:01 2009 New Revision: 827875 URL: http://svn.apache.org/viewvc?rev=827875view=rev Log: Update parent to v12. Modified: commons/proper/jexl/branches/1.x/pom.xml Modified: commons/proper/jexl/branches/1.x/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r827877 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2009-10-20 Thread rahul
Author: rahul Date: Wed Oct 21 03:00:15 2009 New Revision: 827877 URL: http://svn.apache.org/viewvc?rev=827877view=rev Log: Update parent to v12. Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester/branches/1_X_LINE/pom.xml URL: http

svn commit: r811693 - in /commons/proper/jexl: branches/2.0/ trunk/

2009-09-05 Thread rahul
Author: rahul Date: Sat Sep 5 18:22:30 2009 New Revision: 811693 URL: http://svn.apache.org/viewvc?rev=811693view=rev Log: The 2.0 branch is now trunk. Added: commons/proper/jexl/trunk/ - copied from r811692, commons/proper/jexl/branches/2.0/ Removed: commons/proper/jexl/branches

svn commit: r811692 - in /commons/proper/jexl: branches/1.x/ trunk/

2009-09-05 Thread rahul
Author: rahul Date: Sat Sep 5 18:21:49 2009 New Revision: 811692 URL: http://svn.apache.org/viewvc?rev=811692view=rev Log: Make way for moving 2.0 branch to trunk by adding a 1.x branch. Added: commons/proper/jexl/branches/1.x/ - copied from r811691, commons/proper/jexl/trunk/ Removed

svn commit: r809163 - /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/UnifiedJEXL.java

2009-08-29 Thread rahul
Author: rahul Date: Sat Aug 29 17:17:17 2009 New Revision: 809163 URL: http://svn.apache.org/viewvc?rev=809163view=rev Log: Fix typos. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/UnifiedJEXL.java Modified: commons/proper/jexl/branches/2.0/src/main/java

svn commit: r808743 - /commons/proper/scxml/branches/J6/extras/xmi2scxml.xsl

2009-08-27 Thread rahul
Author: rahul Date: Fri Aug 28 03:24:58 2009 New Revision: 808743 URL: http://svn.apache.org/viewvc?rev=808743view=rev Log: Simplify namespaces. Modified: commons/proper/scxml/branches/J6/extras/xmi2scxml.xsl Modified: commons/proper/scxml/branches/J6/extras/xmi2scxml.xsl URL: http

svn commit: r808257 - in /commons/proper/scxml/branches/J6/extras: ./ README.txt xmi2scxml.xsl

2009-08-26 Thread rahul
Author: rahul Date: Thu Aug 27 02:46:03 2009 New Revision: 808257 URL: http://svn.apache.org/viewvc?rev=808257view=rev Log: A simple (and yet incomplete) stylesheet that converts XMI documents such as those from Eclipse MDT UML2 Tools models to corresponding SCXML documents. Added: commons

svn commit: r806778 - /commons/proper/commons-build/trunk/menus/apache.ent

2009-08-21 Thread rahul
Author: rahul Date: Sat Aug 22 03:58:34 2009 New Revision: 806778 URL: http://svn.apache.org/viewvc?rev=806778view=rev Log: Add 'About Apache' section to site LHS menu, including links to dev resources and the ASF Sponsorship program. Modified: commons/proper/commons-build/trunk/menus

svn commit: r806779 - /commons/proper/commons-build/trunk/xdocs/navigation.xml

2009-08-21 Thread rahul
Author: rahul Date: Sat Aug 22 03:59:58 2009 New Revision: 806779 URL: http://svn.apache.org/viewvc?rev=806779view=rev Log: Move 'About Apache' section to the bottom of the menu. Modified: commons/proper/commons-build/trunk/xdocs/navigation.xml Modified: commons/proper/commons-build/trunk

svn commit: r806780 - in /commons/proper/commons-build/trunk: pluginUpdate.txt project.xml

2009-08-21 Thread rahul
Author: rahul Date: Sat Aug 22 04:00:45 2009 New Revision: 806780 URL: http://svn.apache.org/viewvc?rev=806780view=rev Log: Upgrade to latest maven-xdoc-plugin version (1.10.1) Modified: commons/proper/commons-build/trunk/pluginUpdate.txt commons/proper/commons-build/trunk/project.xml

svn commit: r803230 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl: Main.java scripting/Main.java

2009-08-11 Thread rahul
Author: rahul Date: Tue Aug 11 17:42:50 2009 New Revision: 803230 URL: http://svn.apache.org/viewvc?rev=803230view=rev Log: Clearer (IMO) and consistent Javadoc. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/Main.java commons/proper/jexl/branches/2.0

svn commit: r802926 - in /commons/proper/jexl/branches/2.0: src/main/java/org/apache/commons/jexl/parser/Parser.jjt src/test/java/org/apache/commons/jexl/ForEachTest.java xdocs/reference/syntax.xml

2009-08-10 Thread rahul
Author: rahul Date: Mon Aug 10 20:58:32 2009 New Revision: 802926 URL: http://svn.apache.org/viewvc?rev=802926view=rev Log: Change foreach syntax -- now aligned with enhanced for. Add note that 1.1 syntax is deprecated. Based on patch by Henri Biestro hbiestro at gmail dot com. JEXL-82 Modified

svn commit: r802105 - in /commons/proper/jexl/branches/2.0/src: main/java/org/apache/commons/jexl/util/Introspector.java test/java/org/apache/commons/jexl/util/introspection/DiscoveryTest.java

2009-08-07 Thread rahul
Author: rahul Date: Fri Aug 7 17:51:25 2009 New Revision: 802105 URL: http://svn.apache.org/viewvc?rev=802105view=rev Log: Try list executors before duck. JEXL-81 Added: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/util/introspection/DiscoveryTest.java

svn commit: r802288 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/introspection: IntrospectorBase.java MethodKey.java MethodMap.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 02:51:46 2009 New Revision: 802288 URL: http://svn.apache.org/viewvc?rev=802288view=rev Log: Various MethodKey fixes: * Fix potential NPEs. * Reduce visibility of many methods * Use Void.class as a signature for null arguments * Need only one AmbiguousException

svn commit: r802289 - /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/introspection/MethodKey.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:03:14 2009 New Revision: 802289 URL: http://svn.apache.org/viewvc?rev=802289view=rev Log: Class outline was really hard to read, reordering couple of methods. No functional change. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons

svn commit: r802291 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl: JexlEngine.java JexlException.java UnifiedJEXL.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:23:21 2009 New Revision: 802291 URL: http://svn.apache.org/viewvc?rev=802291view=rev Log: Add serial version UIDs where missing. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/JexlEngine.java commons/proper/jexl

svn commit: r802292 - in /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl: AssignTest.java UnifiedJEXLTest.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:29:42 2009 New Revision: 802292 URL: http://svn.apache.org/viewvc?rev=802292view=rev Log: Four unused variables in tests -- remove three, use one. Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/AssignTest.java commons

svn commit: r802293 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/CacheTest.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:31:32 2009 New Revision: 802293 URL: http://svn.apache.org/viewvc?rev=802293view=rev Log: Serial version UIDs for test classes. Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/CacheTest.java Modified: commons/proper/jexl

svn commit: r802294 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util: MapGetExecutor.java MapSetExecutor.java introspection/UberspectImpl.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:38:05 2009 New Revision: 802294 URL: http://svn.apache.org/viewvc?rev=802294view=rev Log: Suppress verified warnings. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/MapGetExecutor.java commons/proper/jexl/branches

svn commit: r801878 - in /commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/issues: Issue112Test.java IssuesTestSuite.java queue-01.xml

2009-08-06 Thread rahul
Author: rahul Date: Fri Aug 7 04:28:13 2009 New Revision: 801878 URL: http://svn.apache.org/viewvc?rev=801878view=rev Log: Add a test case to demonstrate the use of an external event queue for an executor (where new external events generated during event processing are queued). SCXML-112

svn commit: r801881 - in /commons/proper/jexl/branches/2.0: examples/ src/test/java/org/apache/commons/jexl/examples/

2009-08-06 Thread rahul
Author: rahul Date: Fri Aug 7 04:55:19 2009 New Revision: 801881 URL: http://svn.apache.org/viewvc?rev=801881view=rev Log: Turn examples directory code into unit tests. Patch by Henri Biestro hbiestro at gmail dot com JEXL-69 Added: commons/proper/jexl/branches/2.0/src/test/java/org/apache

svn commit: r801883 - /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/VisitorAdapter.java

2009-08-06 Thread rahul
Author: rahul Date: Fri Aug 7 05:02:52 2009 New Revision: 801883 URL: http://svn.apache.org/viewvc?rev=801883view=rev Log: Remove now unused class. JEXL-76 Removed: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/parser/VisitorAdapter.java

svn commit: r801365 - /commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt

2009-08-05 Thread rahul
Author: rahul Date: Wed Aug 5 19:13:18 2009 New Revision: 801365 URL: http://svn.apache.org/viewvc?rev=801365view=rev Log: Various minor improvements: - JexlEngine is new to 2.0, don't need to mention any removals - Separated classes removed and methods removed sections - Whitespace

svn commit: r801366 - /commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt

2009-08-05 Thread rahul
Author: rahul Date: Wed Aug 5 19:14:24 2009 New Revision: 801366 URL: http://svn.apache.org/viewvc?rev=801366view=rev Log: Line width 79. Modified: commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt Modified: commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt URL: http://svn.apache.org

svn commit: r799750 - /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java

2009-07-31 Thread rahul
Author: rahul Date: Fri Jul 31 21:20:03 2009 New Revision: 799750 URL: http://svn.apache.org/viewvc?rev=799750view=rev Log: Fix compilation failure (when trying 'mvn package' with JDK 1.6). Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting

svn commit: r799777 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: ./ parser/ util/ util/introspection/

2009-07-31 Thread rahul
Author: rahul Date: Sat Aug 1 00:12:03 2009 New Revision: 799777 URL: http://svn.apache.org/viewvc?rev=799777view=rev Log: JEXL-60 Step 1 of 4 (branch will not compile until we reach 4 of 4 :-) Remove 7 source artifacts: * Arithmetic.java - It will be hard to maintain compatibility (given its

svn commit: r799781 - in /commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl: ./ parser/ util/introspection/

2009-07-31 Thread rahul
Author: rahul Date: Sat Aug 1 00:46:50 2009 New Revision: 799781 URL: http://svn.apache.org/viewvc?rev=799781view=rev Log: JEXL-60 Step 3 of 4 Changes to the test cases: - Make all test cases inherit from new JexlTestCase class that allows easy programmatic execution of individual tests

svn commit: r799782 - /commons/proper/jexl/branches/2.0/pom.xml

2009-07-31 Thread rahul
Author: rahul Date: Sat Aug 1 00:55:22 2009 New Revision: 799782 URL: http://svn.apache.org/viewvc?rev=799782view=rev Log: JEXL-60 Step 4 of 4 POM changes: * Upgrade javacc-maven-plugin to v2.5 * Add findbugs report * Remove two tab characters Modified: commons/proper/jexl/branches/2.0

svn commit: r795421 [2/2] - in /commons/proper/jexl/branches/2.0: ./ src/java/org/apache/commons/jexl/ src/java/org/apache/commons/jexl/util/ src/java/org/apache/commons/jexl/util/introspection/ src/t

2009-07-18 Thread rahul
Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/ClassMap.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/ClassMap.java?rev=795421r1=795420r2=795421view=diff

svn commit: r795463 - in /commons/proper/jexl/branches/2.0/src: conf/ java/org/apache/commons/jexl/ java/org/apache/commons/jexl/util/ java/org/apache/commons/jexl/util/introspection/ test/org/apache/

2009-07-18 Thread rahul
Author: rahul Date: Sun Jul 19 02:28:24 2009 New Revision: 795463 URL: http://svn.apache.org/viewvc?rev=795463view=rev Log: JEXL-20 - Various checkstyle and Javadoc improvements. - Update a couple of checkstyle rules. Thanks to patch by Henri Biestro hbiestro at gmail dot com. Modified

svn commit: r794976 [2/2] - in /commons/proper/jexl/branches/2.0: ./ src/conf/ src/java/org/apache/commons/jexl/ src/java/org/apache/commons/jexl/util/ src/java/org/apache/commons/jexl/util/introspect

2009-07-17 Thread rahul
Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/UberspectImpl.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/UberspectImpl.java?rev=794976r1=794975r2=794976view=diff

svn commit: r795190 - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/ java/org/apache/commons/jexl/parser/ java/org/apache/commons/jexl/util/ test/org/apache/commons/jexl/

2009-07-17 Thread rahul
Author: rahul Date: Fri Jul 17 18:40:59 2009 New Revision: 795190 URL: http://svn.apache.org/viewvc?rev=795190view=rev Log: UnifiedJEXL improvements: - Better names for inner classes - More test coverage, and some fixes - Factor String parsing utilities in new class (StringParser) Slightly

svn commit: r795196 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: UnifiedJEXL.java parser/StringParser.java util/StringParser.java

2009-07-17 Thread rahul
Author: rahul Date: Fri Jul 17 19:04:43 2009 New Revision: 795196 URL: http://svn.apache.org/viewvc?rev=795196view=rev Log: Moved StringParser class to parser package where it belongs. Added: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/StringParser.java

svn commit: r795308 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: ./ parser/ util/introspection/

2009-07-17 Thread rahul
Author: rahul Date: Sat Jul 18 04:11:49 2009 New Revision: 795308 URL: http://svn.apache.org/viewvc?rev=795308view=rev Log: Reduce checkstyle and raw type warnings. Patch by Henri Biestro hbiestro at gmail dot com. JEXL-20 Modified: commons/proper/jexl/branches/2.0/src/java/org/apache

svn commit: r794503 - in /commons/proper/scxml/trunk: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml/env/ src/main/java/org/apache/commons/scxml/invoke/ src/main/jav

2009-07-15 Thread rahul
Author: rahul Date: Thu Jul 16 03:23:43 2009 New Revision: 794503 URL: http://svn.apache.org/viewvc?rev=794503view=rev Log: Attribute targettype of the send and invoke elements changed to type in latest Working Draft. Thanks to patch by Ales Dolecek ales_d at seznam dot cz. Also added Ales

svn commit: r794504 - in /commons/proper/scxml/branches/J6: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml/env/ src/main/java/org/apache/commons/scxml/invoke/ src/ma

2009-07-15 Thread rahul
Author: rahul Date: Thu Jul 16 03:25:20 2009 New Revision: 794504 URL: http://svn.apache.org/viewvc?rev=794504view=rev Log: Port r794503 from trunk. Attribute targettype of the send and invoke elements changed to type in latest Working Draft. Thanks to patch by Ales Dolecek ales_d at seznam dot

svn commit: r794133 [2/2] - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/ java/org/apache/commons/jexl/parser/ java/org/apache/commons/jexl/util/introspection/ test/org/apach

2009-07-14 Thread rahul
Added: commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/UnifiedJEXLTest.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/UnifiedJEXLTest.java?rev=794133view=auto

svn commit: r794134 - /commons/proper/jexl/branches/2.0/

2009-07-14 Thread rahul
Author: rahul Date: Wed Jul 15 03:56:51 2009 New Revision: 794134 URL: http://svn.apache.org/viewvc?rev=794134view=rev Log: More fodder for svn:ignore. Modified: commons/proper/jexl/branches/2.0/ (props changed) Propchange: commons/proper/jexl/branches/2.0

svn commit: r794136 - /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/JexlArithmetic.java

2009-07-14 Thread rahul
Author: rahul Date: Wed Jul 15 04:07:17 2009 New Revision: 794136 URL: http://svn.apache.org/viewvc?rev=794136view=rev Log: Make coercion exception messages consistent. Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/JexlArithmetic.java Modified: commons/proper

svn commit: r794137 - /commons/proper/jexl/branches/2.0/pom.xml

2009-07-14 Thread rahul
Author: rahul Date: Wed Jul 15 04:10:33 2009 New Revision: 794137 URL: http://svn.apache.org/viewvc?rev=794137view=rev Log: Next anticipated release from this branch is v2.0. Modified: commons/proper/jexl/branches/2.0/pom.xml Modified: commons/proper/jexl/branches/2.0/pom.xml URL: http

svn commit: r793421 - in /commons/proper/scxml/branches/J6: ./ src/main/java/org/apache/commons/scxml/env/rhino/ src/main/java/org/apache/commons/scxml/test/ src/test/java/org/apache/commons/scxml/env

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:25:49 2009 New Revision: 793421 URL: http://svn.apache.org/viewvc?rev=793421view=rev Log: Add ECMAScript + E4X support via Rhino (optional feature, binary dependency). Allows leveraging the XML datamodel with ECMAScript in a sane fashion. Highly modified version

svn commit: r793422 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/io/SCXMLReader.java test/java/org/apache/commons/scxml/io/SCXMLReaderTest.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:38:45 2009 New Revision: 793422 URL: http://svn.apache.org/viewvc?rev=793422view=rev Log: Add script parsing to the SCXMLReader, and also improve data parsing. Changed SCXMLReader test names to better match the suite they are in. Modified: commons/proper

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

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 22:40:41 2009 New Revision: 793423 URL: http://svn.apache.org/viewvc?rev=793423view=rev Log: Wire in the script tests. Modified: commons/proper/scxml/branches/J6/src/test/java/org/apache/commons/scxml/model/ModelTestSuite.java Modified: commons/proper/scxml

svn commit: r793428 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/env/javascript/JSEvaluator.java test/java/org/apache/commons/scxml/env/javascript/example-01.xml

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 23:00:53 2009 New Revision: 793428 URL: http://svn.apache.org/viewvc?rev=793428view=rev Log: Implement the In() predicate and the Data() function for the JavaScript evaluator and remove some public methods (its unreleased code). Added a state to test

svn commit: r793429 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/jexl/JexlEvaluator.java

2009-07-12 Thread rahul
Author: rahul Date: Sun Jul 12 23:11:14 2009 New Revision: 793429 URL: http://svn.apache.org/viewvc?rev=793429view=rev Log: Improve exception messages. Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/jexl/JexlEvaluator.java Modified: commons/proper

svn commit: r793435 - /commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:05:59 2009 New Revision: 793435 URL: http://svn.apache.org/viewvc?rev=793435view=rev Log: Correct cut and paste errors. Modified: commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java Modified: commons/proper/jexl/trunk/src/java

svn commit: r793437 - /commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:10:21 2009 New Revision: 793437 URL: http://svn.apache.org/viewvc?rev=793437view=rev Log: Make coercion exception messages usable. Modified: commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/util/Coercion.java Modified: commons/proper/jexl/trunk

svn commit: r793438 - /commons/proper/digester/branches/1_X_LINE/pom.xml

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:27:13 2009 New Revision: 793438 URL: http://svn.apache.org/viewvc?rev=793438view=rev Log: Compare against latest release in this branch (v1.8.1). Modified: commons/proper/digester/branches/1_X_LINE/pom.xml Modified: commons/proper/digester/branches/1_X_LINE

svn commit: r793439 - /commons/proper/digester/trunk/pom.xml

2009-07-12 Thread rahul
Author: rahul Date: Mon Jul 13 00:29:16 2009 New Revision: 793439 URL: http://svn.apache.org/viewvc?rev=793439view=rev Log: Compare against latest trunk release (v2.0). Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL: http

svn commit: r779243 - /commons/proper/scxml/trunk/doap_scxml.rdf

2009-05-27 Thread rahul
Author: rahul Date: Wed May 27 17:10:25 2009 New Revision: 779243 URL: http://svn.apache.org/viewvc?rev=779243view=rev Log: Correct releases section of DOAP file. Thanks to ebourg. Modified: commons/proper/scxml/trunk/doap_scxml.rdf Modified: commons/proper/scxml/trunk/doap_scxml.rdf URL

svn commit: r779244 - /commons/proper/scxml/branches/J6/doap_scxml.rdf

2009-05-27 Thread rahul
Author: rahul Date: Wed May 27 17:11:02 2009 New Revision: 779244 URL: http://svn.apache.org/viewvc?rev=779244view=rev Log: Correct releases section of DOAP file (porting r779243). Thanks to ebourg. Modified: commons/proper/scxml/branches/J6/doap_scxml.rdf Modified: commons/proper/scxml

svn commit: r770819 - /commons/proper/scxml/trunk/xdocs/index.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:01:04 2009 New Revision: 770819 URL: http://svn.apache.org/viewvc?rev=770819view=rev Log: Add MyMobileWeb project link to the Who is using it? section. SCXML-107 Modified: commons/proper/scxml/trunk/xdocs/index.xml Modified: commons/proper/scxml/trunk/xdocs

svn commit: r770820 - /commons/proper/scxml/branches/J6/xdocs/index.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:02:26 2009 New Revision: 770820 URL: http://svn.apache.org/viewvc?rev=770820view=rev Log: Add MyMobileWeb project link to the Who is using it? section (porting r770819 from trunk). SCXML-107 Modified: commons/proper/scxml/branches/J6/xdocs/index.xml

svn commit: r770821 - /commons/proper/scxml/trunk/xdocs/changes.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:03:10 2009 New Revision: 770821 URL: http://svn.apache.org/viewvc?rev=770821view=rev Log: Humor the maven-changes-plugin. Modified: commons/proper/scxml/trunk/xdocs/changes.xml Modified: commons/proper/scxml/trunk/xdocs/changes.xml URL: http

  1   2   3   4   5   >