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 51032 invoked from network); 15 Jan 2001 08:54:09 -0000 Received: from mail.alphalink.com.au (203.24.205.7) by h31.sny.collab.net with SMTP; 15 Jan 2001 08:54:09 -0000 Received: from donalgar (d211-ps2-mel.alphalink.com.au [202.161.107.211]) by mail.alphalink.com.au (8.9.3/8.9.3) with SMTP id TAA08303 for ; Mon, 15 Jan 2001 19:54:22 +1100 Message-Id: <3.0.6.32.20010115191255.009df100@alphalink.com.au> X-Sender: gdonald@alphalink.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Mon, 15 Jan 2001 19:12:55 +1100 To: ant-dev@jakarta.apache.org From: Peter Donald Subject: Re: Parameterized "task-function" In-Reply-To: <11ce01c07ec9$bbfadc80$020a0a0a@alsatian> References: <3.0.6.32.20010115135810.00890650@alphalink.com.au> <3.0.6.32.20010115182929.009e8ab0@alphalink.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N At 03:03 15/1/01 -0500, Jason Rosenberg wrote: >> >When you call mytarget, any >> >state it might set will be lost once the antcall finishes, which makes it >> >appear that it never occurred to the rest of the processing of the ant >> >project. >> >> Fixed in the myrmidon proposal - it is even very performance sensitive. >> > >Who or what is myrmidon? Is this something different than Ant2.0? There is currently 4 different proposals for Ant2.0 - the best of each will be combined into final product. "myrmidon" is the name of soldiers that were created out of Ants by Zeus ;) The myrmidon were known for their ruthless efficency and absolute obedience to follwing orders ;) >So, is SQL considered the ideal declarative language? Is the test >then, if you can do it in pseudo SQL, it can be done declaratively? nope - but it is the one the fewest people would argue is not declarative. >> actually - i don't think script will be able interact with object model (or >> at least I no longer see any good reason to allow it) - it will be more >> useful for ad-hoc operations. Like calculating the value of PI times >> current day divided by the phase of the moon ;) >> >How will this be accomplished. Will you no longer make the >Ant java classes visible to JavaScript? How can you do that? Or >are you considering removing Rhino/JavaScript from the allowable >