svn commit: r987365 - /commons/sandbox/gsoc/2010/scxml-js/trunk/doc/build.dot

2010-08-19 Thread jbeard
Author: jbeard Date: Fri Aug 20 02:02:23 2010 New Revision: 987365 URL: http://svn.apache.org/viewvc?rev=987365&view=rev Log: Added color-coding Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/doc/build.dot Modified: commons/sandbox/gsoc/2010/scxml-js/trunk/doc/build.dot URL: http://svn.

svn commit: r987337 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java

2010-08-19 Thread mbenson
Author: mbenson Date: Thu Aug 19 22:27:54 2010 New Revision: 987337 URL: http://svn.apache.org/viewvc?rev=987337&view=rev Log: sp Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r987336 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/event/EventListenerSupport.java test/java/org/apache/commons/lang3/event/EventListenerSupportTest.java

2010-08-19 Thread mbenson
Author: mbenson Date: Thu Aug 19 22:27:05 2010 New Revision: 987336 URL: http://svn.apache.org/viewvc?rev=987336&view=rev Log: allow subclass custom invocation handling Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java commons/pro

svn commit: r987326 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/event/EventListenerSupport.java test/java/org/apache/commons/lang3/event/EventListenerSupportTest.java

2010-08-19 Thread mbenson
Author: mbenson Date: Thu Aug 19 21:49:53 2010 New Revision: 987326 URL: http://svn.apache.org/viewvc?rev=987326&view=rev Log: add serialization support to EventListenerSupport Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java com

svn commit: r987173 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ lib/js/requirejs/require/ src/javascript/scxml/cgf/ src/javascript/scxml/cgf/backends/js/ src/javascript/scxml/cgf/build/ src/jav

2010-08-19 Thread jbeard
Author: jbeard Date: Thu Aug 19 14:48:56 2010 New Revision: 987173 URL: http://svn.apache.org/viewvc?rev=987173&view=rev Log: Added facilities for compiling compiler to Java bytecode. Makefile includes tasks to: - compile with RequireJS (and optionally closure compiler), to create a singl

svn commit: r987171 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: build.js src/javascript/scxml/cgf/util/xsl/rhino.js

2010-08-19 Thread jbeard
Author: jbeard Date: Thu Aug 19 14:48:32 2010 New Revision: 987171 URL: http://svn.apache.org/viewvc?rev=987171&view=rev Log: Updated the xsl transformation frontend for Rhino to accept XML documents as strings, as well as to use a more efficient Java transformation API. Modified: commons/sa

svn commit: r987170 - in /commons/sandbox/gsoc/2010/scxml-js/trunk/test/rhino-jsc/conditional-require-hello-world: ./ Makefile foo/ foo/bar/ foo/bar/bat/ foo/bar/bat/test1.js foo/bar/bat/test2.js main

2010-08-19 Thread jbeard
Author: jbeard Date: Thu Aug 19 14:48:20 2010 New Revision: 987170 URL: http://svn.apache.org/viewvc?rev=987170&view=rev Log: Created new RequireJS compilation experiment. Added: commons/sandbox/gsoc/2010/scxml-js/trunk/test/rhino-jsc/conditional-require-hello-world/ commons/sandbox/gso

svn commit: r987169 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ test/rhino-jsc/arguments/ test/rhino-jsc/require-arguments/ test/rhino-jsc/require-arguments/foo/ test/rhino-jsc/require-argument

2010-08-19 Thread jbeard
Author: jbeard Date: Thu Aug 19 14:48:01 2010 New Revision: 987169 URL: http://svn.apache.org/viewvc?rev=987169&view=rev Log: Created Makefile, rather than using assorted shell scripts. Added new test to show that receiving command-line arguments works in compiled code. Added: commons/sandbo

svn commit: r987168 - in /commons/sandbox/gsoc/2010/scxml-js/trunk: ./ test/rhino-jsc/ test/rhino-jsc/hello-world/ test/rhino-jsc/require-hello-world/ test/rhino-jsc/require-hello-world/foo/ test/rhin

2010-08-19 Thread jbeard
Author: jbeard Date: Thu Aug 19 14:47:42 2010 New Revision: 987168 URL: http://svn.apache.org/viewvc?rev=987168&view=rev Log: Have begun experimenting to create a standalone executable. The idea is to use Google's closure compiler (supported by RequireJs) to create a single script file, and then