Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 77968 invoked from network); 11 Mar 2003 21:58:37 -0000 Received: from host158-66.discord.birch.net (HELO email.advancedreality.com) (65.16.158.66) by daedalus.apache.org with SMTP; 11 Mar 2003 21:58:37 -0000 content-class: urn:content-classes:message Subject: RE: any way to append to a logfile? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 11 Mar 2003 15:58:43 -0600 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: any way to append to a logfile? Thread-Index: AcLoBPtcMi6MEJeoTTqFUpiFIi/r+QAE5hEA From: "Jim Allers" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I don't think there is a way of appending to a log file. Multiple targets can be run in one ant call. ant [target [target2 [target3] ...]] You can also have a target call multiple targets. Multiple build files can be run by one build file. -----Original Message----- From: Nolan Ring [mailto:Nolan.Ring@Sun.COM]=20 Sent: Tuesday, March 11, 2003 1:32 PM To: user@ant.apache.org Subject: any way to append to a logfile? Hi, Is there anyway to have ant append to a logfile rather than overwrite it? I have a script that runs ant several times, each time running a=20 different target. I would like to have all of the output in one file but, so far, ant is simply=20 overwriting the logfile each time so I only end up with output from the last run. Thanks much. Nolan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org