Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 25826 invoked from network); 18 Jul 2006 20:37:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2006 20:37:13 -0000 Received: (qmail 34136 invoked by uid 500); 18 Jul 2006 20:37:08 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 33912 invoked by uid 500); 18 Jul 2006 20:37:07 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 33845 invoked by uid 99); 18 Jul 2006 20:37:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 13:37:07 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.191.125.35] (HELO web38404.mail.mud.yahoo.com) (209.191.125.35) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 Jul 2006 13:37:06 -0700 Received: (qmail 69857 invoked by uid 60001); 18 Jul 2006 20:36:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=iqXYoTXK2tUlGy2WwhC8PW74qRwJLRiHLi9uRgRdPMUO1uIKEFskPrjHP1FX2InKzAzdSopXMm73JUw18R8kpqCEL95CokQBYnguJWaBHn011Yrtm+3KjamDHZw/RsvAO9pI/vurNt4KqbCb/G3G6VZAj1LBqGi5oNSk11aIigg= ; Message-ID: <20060718203645.69855.qmail@web38404.mail.mud.yahoo.com> Received: from [84.227.64.242] by web38404.mail.mud.yahoo.com via HTTP; Tue, 18 Jul 2006 13:36:45 PDT Date: Tue, 18 Jul 2006 13:36:45 -0700 (PDT) From: Stefano Marsili Subject: Re: ReplaceRegExp Task and line breaks To: Ant Users List In-Reply-To: <6f7401650607181102g1d823a2bi31d12f62e5dff443@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I strongly doubt it's the easiest way to achieve what you want, but you could write a script or define a scriptdef that writes the \n (0x0A) to a property and use it. Anyway, if you want your build to be platform indipendent, I think ${line.separator} is still the best choice. Stefano Marsili PFunctions: http://www.efanomars.net/pf --- Alex Egg wrote: > Hi, > > I think some of your message got cut off... Is there > any way you can think > of to specify the line break literally in the xml > attribute? > > (Using the line.separator property works by the > way!) > > Thanks, > Alex __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org