Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 84662 invoked from network); 12 Apr 2006 06:05:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 06:05:18 -0000 Received: (qmail 15754 invoked by uid 500); 12 Apr 2006 06:05:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 15717 invoked by uid 500); 12 Apr 2006 06:05:12 -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 15706 invoked by uid 99); 12 Apr 2006 06:05:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 23:05:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [202.214.246.94] (HELO inter7.jp) (202.214.246.94) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 23:05:12 -0700 Received: from unknown ([127.0.0.1] helo=inter7.jp) via TCP with SMTP id meldaf736b5203bd9363d4c8631651a8425182ca8181; Wed, 12 Apr 2006 15:04:25 +0900 From: trad-ex To: user@ant.apache.org Subject: How to set the CR and/or LF code at property Date: Wed, 12 Apr 2006 15:04:25 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <53C65DF6F345AFtrad-ex@inter7.jp> X-Mailer: HidemaruMail 4.63 (WinNT,501) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I'd like to set strings like below in one property: abc def ghi but my example doesn't work: \n also doesn't work. Do you know the proper grammer ? or please point the reference out ! Best regards, trad-ex --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org