Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 94985 invoked from network); 28 Apr 2005 08:17:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 08:17:30 -0000 Received: (qmail 12011 invoked by uid 500); 28 Apr 2005 08:18:10 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 11971 invoked by uid 500); 28 Apr 2005 08:18:10 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 11952 invoked by uid 99); 28 Apr 2005 08:18:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO ilmail.cdomain.com) (212.150.197.59) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 28 Apr 2005 01:18:09 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Looking for task to add text to file. Date: Thu, 28 Apr 2005 11:17:56 +0200 Message-ID: <90B91B4B5C7D4646935754AB0735115471031A@ILMAIL> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: takes no property Thread-Index: AcVL0nDBEDSBc6CZTzigF9c2q5cI3gAABBPQ From: "Nir Geier" To: "Ant Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, Im trying to append text to file and I could't find any suitable task = for doing so. As a workaround im using the 'Replace' task. = (http://ant.apache.org/manual/CoreTasks/replace.html) Another option is the 'Concat' ( = http://ant.apache.org/manual/CoreTasks/concat.html ) but it is limited = to the start/end of file while i need to place the text in a certain place in the file. As far as i know there isnt any made task to this problem. I wonder maybe someone have any other solution. in the worst case i will write my own task but I'm short on time. TY all inadvance. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org