Re: Beanshell support for Mauve

2006-04-05 Thread Archie Cobbs

Roman Kennke wrote:

while having dinner I had a great idea: IMO it would be ubercool to have
Mauve support Beanshell scripts as testcases. I came to this idea


This sounds like a good idea. In any case, it can be done without any
harm to the existing infrastructure, i.e., it could be prototyped as
an optional add-on. Mauve could look for foo.class OR foo.bsh, and do
the appropriate wrapper type operation in the latter case.

We use BeanShell for lots of stuff at work and it's great.

One glitch is: does BeanShell run on Classpath? :-)

-Archie

__
Archie Cobbs  *CTO, Awarix*  http://www.awarix.com



Re: Beanshell support for Mauve

2006-04-05 Thread Anthony Balkissoon
On Wed, 2006-04-05 at 19:50 +0200, Roman Kennke wrote:
 I'm sure there are more benefits, but only these two seem very appealing
 to me. Tony, you are currently working with Mauve, what do you think
 about this? And what do the others think about this?

Sounds good to me.  I've never dealt with BeanShell before but it still
seems very doable.  I would be happy to add this to my list of things to
add to Mauve.  

--Tony