svn commit: r958222 - in /commons/sandbox/gsoc/2010/scxml-js/branches: SCXML-138-139/ core-module.SCXML-137/

2010-06-26 Thread jbeard
Author: jbeard Date: Sat Jun 26 13:17:04 2010 New Revision: 958222 URL: http://svn.apache.org/viewvc?rev=958222view=rev Log: I decided that this branch should have a tighter focus, so I'm renaming it from the JIRA key of the parent task (SCXML-137), to the JIRA keys of the two completed

svn commit: r958231 - /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/

2010-06-26 Thread jbeard
Author: jbeard Date: Sat Jun 26 14:35:12 2010 New Revision: 958231 URL: http://svn.apache.org/viewvc?rev=958231view=rev Log: Created branch to work on JIRA task SCXML-140, implementation of In() predicate. Added: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/ (props changed)

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:

svn commit: r958250 - in /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140: build.js test/in_predicate/ test/in_predicate/TestInPredicate.xml test/in_predicate/scripts/ test/in_predicate/scripts/

2010-06-26 Thread jbeard
Author: jbeard Date: Sat Jun 26 17:24:35 2010 New Revision: 958250 URL: http://svn.apache.org/viewvc?rev=958250view=rev Log: Created new test for In predicate. Added: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/test/in_predicate/

svn commit: r958284 - in /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140: ./ src/xslt/backends/js/ test/in_predicate/scripts/

2010-06-26 Thread jbeard
Author: jbeard Date: Sat Jun 26 21:25:56 2010 New Revision: 958284 URL: http://svn.apache.org/viewvc?rev=958284view=rev Log: Intermediate check-in. New test still broken. Added in In predicate internal function which I believe should work. Need to now add additional information to the runtime.

svn commit: r958300 - in /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140: src/xslt/backends/js/ test/in_predicate/scripts/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 00:32:26 2010 New Revision: 958300 URL: http://svn.apache.org/viewvc?rev=958300view=rev Log: Test passes for state pattern. Modified: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl

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:

svn commit: r958307 - in /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140: ./ src/javascript/scxml/cgf/ src/xslt/backends/js/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 01:17:19 2010 New Revision: 958307 URL: http://svn.apache.org/viewvc?rev=958307view=rev Log: Added another array prototype extension to allow it to work in IE. Modified: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/build.js

svn commit: r958308 - /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/src/xslt/backends/js/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 01:28:46 2010 New Revision: 958308 URL: http://svn.apache.org/viewvc?rev=958308view=rev Log: Refactoring: changed xsl params that should be variables to be variables. Modified:

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:

svn commit: r958311 - in /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/src: javascript/scxml/cgf/util/base.js xslt/backends/js/AbstractStatechartGenerator.xsl

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 02:08:20 2010 New Revision: 958311 URL: http://svn.apache.org/viewvc?rev=958311view=rev Log: Small changes to get in-browser compilation to work in IE. Modified: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-140/src/javascript/scxml/cgf/util/base.js

svn commit: r958312 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ src/javascript/scxml/cgf/ src/javascript/scxml/cgf/util/ src/xslt/backends/js/ test/in_predicate/ test/in_predicate/scripts/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 02:11:45 2010 New Revision: 958312 URL: http://svn.apache.org/viewvc?rev=958312view=rev Log: Merged branch SCXML-140 back into trunk. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/in_predicate/ - copied from r958311,

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

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 02:17:17 2010 New Revision: 958313 URL: http://svn.apache.org/viewvc?rev=958313view=rev Log: Removed old, empty directory structure. Removed: commons/sandbox/gsoc/2010/scxml-js/trunk/src/scxml/

svn commit: r958314 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js: StatePatternStatechartGenerator_combined.xsl StateTableStatechartGenerator_combined.xsl SwitchyardStatechartGen

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 02:20:08 2010 New Revision: 958314 URL: http://svn.apache.org/viewvc?rev=958314view=rev Log: Removed preprocessed stylesheets, as their preprocessing is not incorporated into the build process. Removed:

svn commit: r958316 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt: backends/js/ ir-compiler/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 02:27:03 2010 New Revision: 958316 URL: http://svn.apache.org/viewvc?rev=958316view=rev Log: Refactored scxml-js namespace URI used in xsl stylesheets. Modified:

svn commit: r958320 - /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-142/

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 03:06:19 2010 New Revision: 958320 URL: http://svn.apache.org/viewvc?rev=958320view=rev Log: Created new branch to work on JIRA issue SCXML-142, to fix handling of SCXML events. Added: commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-142/ (props changed)

svn commit: r958322 - /commons/sandbox/gsoc/2010/scxml-js/branches/SCXML-142/src/xslt/ir-compiler/constructEventComponentTreeFirstPass.xsl

2010-06-26 Thread jbeard
Author: jbeard Date: Sun Jun 27 03:47:55 2010 New Revision: 958322 URL: http://svn.apache.org/viewvc?rev=958322view=rev Log: Intermediate commit. Not sure if this code works yet. Added: