Here's a simple patch to add support for the Groovy scripting language out of the box to BSF

http://groovy.codehaus.org/

The patch just registers the class name of the default Groovy BSF engine implementation.

Index: Languages.properties
===================================================================
RCS file: /home/cvs/jakarta-bsf/src/org/apache/bsf/Languages.properties,v
retrieving revision 1.1
diff -u -r1.1 Languages.properties
--- Languages.properties        25 Jun 2003 09:14:17 -0000      1.1
+++ Languages.properties        31 Oct 2003 15:54:33 -0000
@@ -26,3 +26,4 @@
 beanshell = bsh.util.BeanShellBSFEngine, bsh
 ruby = org.jruby.javasupport.bsf.JRubyEngine, rb
 judoscript = com.judoscript.BSFJudoEngine, judo|jud
+groovy = org.codehaus.groovy.bsf.GroovyEngine, groovy|gy


James
-------
http://radio.weblogs.com/0112098/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to