Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 13711 invoked from network); 17 Apr 2002 13:33:37 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Apr 2002 13:33:37 -0000 Received: (qmail 16413 invoked by uid 97); 17 Apr 2002 13:33:26 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 16364 invoked by uid 97); 17 Apr 2002 13:33:25 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 16325 invoked from network); 17 Apr 2002 13:33:24 -0000 Message-ID: <001c01c1e614$729ab340$58678f80@darden.virginia.edu> From: "Erik Hatcher" To: "Ant Developers List" References: <200204171344.42828.stephan@wanderinghorse.net> <005501c1e608$4332bcd0$58678f80@darden.virginia.edu> <200204171410.40112.stephan@wanderinghorse.net> Subject: Re: why no workie: adding attributes to Project Date: Wed, 17 Apr 2002 09:33:23 -0400 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well, your custom BuildListener/Logger could do anything you want, really. I've never seen it used to launch another target when a build failed, and I would suspect there would be some issues with doing this and would not recommend it. But you could certainly launch another Ant build file from there or make it as configurable as you wanted. Its certainly not quite the same as what you were getting at, but try/catch or the logger/listener approach is much better than tweaking with Project, which is a change you will have to maintain yourself forever and would not become part of the core Ant 1.x codebase. Erik ----- Original Message ----- From: "stephan beal" To: "Ant Developers List" ; "Erik Hatcher" Sent: Wednesday, April 17, 2002 8:10 AM Subject: Re: why no workie: adding attributes to Project > On Wednesday 17 April 2002 14:06, Erik Hatcher wrote: > > Why not use a BuildListener/Logger??? > > > > You sure do like to do things the hard way! :) > > Sometimes it's the only way to learn. :/ Besides, this approach offers a way i > can configure via xml, and i don't think the listener will do that? > > ----- stephan > Generic Unix Computer Guy > stephan@einsurance.de - http://www.einsurance.de > Office: +49 (89) 552 92 862 Handy: +49 (179) 211 97 67 > "As death comes, without our looking for it, so should be life." > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: