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 33851 invoked from network); 11 Oct 2000 07:58:00 -0000 Received: from unknown (HELO mail.epost.de) (64.39.38.70) by locus.apache.org with SMTP; 11 Oct 2000 07:58:00 -0000 Received: from ns2000 (149.225.139.196) by mail.epost.de (5.1.051) id 39DCCA3900027226 for ant-dev@jakarta.apache.org; Wed, 11 Oct 2000 09:57:42 +0200 Message-ID: <004701c03359$285e2ba0$c48be195@ns2000> From: "Nico Seessle" To: References: <635802DA64D4D31190D500508B9B04104E0F44@dcsrv0> Subject: Re: [PATCH] New task Date: Wed, 11 Oct 2000 09:59:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Jose Alberto Fernandez" To: Sent: Wednesday, October 11, 2000 3:01 AM Subject: RE: [PATCH] New task > If we were to follow this line of thought to their last consequences, > We should remove because we should be doing that with scripts. > I see no difference what so ever between setting a property based on the > existance of a file or setting a property based on a value. Hmm.. I think checking the existence of a file and/or resource with java-script could be really hard (taking in acount that ant already handles things like "how should this path be handled on the current OS"). > To me scripting is using a cannon ball to kill a fly. Why do I need to have > BSF installed and learn javascript, or netrexx or some other language AND > download the interpreter for such language just to be able to make decision > based on a value. If *you* will not need it someone else will for sure - there will be always one functionality which is not / can not be handled by a system like ant, for example if you would like to increment build-numbers and/or other things which go in the direction of calculation/comparison. Nico