Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 19700 invoked from network); 14 Nov 2000 20:50:08 -0000 Received: from hellfire.clearink.com (HELO clearink.com) (205.227.191.11) by locus.apache.org with SMTP; 14 Nov 2000 20:50:08 -0000 Received: from [131.161.251.227] ([131.161.251.227]) by clearink.com (8.10.2/8.10.2) with ESMTP id eAEKo5l27777 for ; Tue, 14 Nov 2000 12:50:06 -0800 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 14 Nov 2000 12:50:05 -0800 Subject: Re: beanshell From: Jon Stevens To: Message-ID: In-Reply-To: <001301c04c5a$3e5688c0$80dc1fcb@cognet.com.au> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N on 11/11/2000 7:40 PM, "Conor MacNeill" wrote: > Jon, > > beanshell looks cool. Are you referring to the ant .bat/.sh files > themselves or to .bat/.sh files that are invoked from an ant build? > > Conor Hi Conor, You seem to be the ONLY person who actually read my entire email. I was referring to the .bat/.sh files that invoke Ant. To the rest of you all...READ MY ENTIRE EMAIL! :-( -jon > hey all, > > i'm new to the list, but i have actually got some of my code in Ant so i'm > not new to Ant by any means. > > Since i'm new to the list, i'm not sure what sort of discussion has already > happened around adding BeanShell support to Ant. Can anyone catch me up real > quick? > > > > If no discussion has happened, I would like to propose that we add BeanShell > support to Ant. What I would like to do is essentially use BeanShell as a > replacement for the complex .sh/.bat files that we have to use to go along > with execution of Ant. > > Ant and BeanShell essentially overlap in functionality quite a bit, so, I'm > not really proposing even making a BeanShell Task, although I think that > might be a good idea in the future for people who might want to execute > their stuff as BeanShell Script vs. Ant .xml syntax. > > The real problem that I'm having now is that the .sh and .bat files are a > real pain in the ass to manage and are not easily re-usable and I would like > to move the code that is in those files off to something that is a bit more > cross platform portable, like BeanShell. > > Essentially, we could replace 99% of what is in the .sh and .bat files with > something like this: > > > > Where the contents of the .sh and .bat files would then be "ported" over to > BeanShellScript language. > > I'm also willing to spend some 2am coding time on working on this as this is > a real problem for me... > > Comments? Flames? Suggestions? > > -jon