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.
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
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
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
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
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
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
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
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