Re: Beanshell from within ant

2004-10-27 Thread Robert Mark Bram
Hi Conor, You need the Bean Scripting Framework BSF from the Apache Jakarta project. It is what Ant uses to embed scripting languages. http://jakarta.apache.org/bsf/ That fixed it! Thank you for this. I was confused in this file: http://www.beanshell.org/manual/bsf.html#BSF_Bean_Scripting_Frame

Re: Beanshell from within ant

2004-10-24 Thread Conor MacNeill
You need the Bean Scripting Framework BSF from the Apache Jakarta project. It is what Ant uses to embed scripting languages. http://jakarta.apache.org/bsf/ This is not part of bsh. Conor Robert Mark Bram wrote: Hi All! I have been looking at the Ant section of this page: http://www.beanshell.org/

Beanshell from within ant

2004-10-24 Thread Robert Mark Bram
Hi All! I have been looking at the Ant section of this page: http://www.beanshell.org/manual/bsf.html#BSF_Bean_Scripting_Framework I downloaded bsh-2.0b2.jar and put it in my CLASSPATH and in my ANT_HOME/lib dirs and saved the following to C:\temp\build.xml: