Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 66496 invoked from network); 29 Aug 2006 20:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 20:36:47 -0000 Received: (qmail 84913 invoked by uid 500); 29 Aug 2006 20:36:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 84881 invoked by uid 500); 29 Aug 2006 20:36:40 -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 84869 invoked by uid 99); 29 Aug 2006 20:36:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 13:36:40 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.34.193.12] (HELO grub.camros.com) (64.34.193.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 13:36:39 -0700 Received: (qmail 7120 invoked from network); 29 Aug 2006 20:35:29 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 29 Aug 2006 20:35:29 -0000 Received: from 146.180.106.198 ([146.180.106.198]) by webmail.elastica.com (IMP) with HTTP for ; Tue, 29 Aug 2006 15:35:29 -0500 Message-ID: <1156883729.44f4a51194137@webmail.elastica.com> Date: Tue, 29 Aug 2006 15:35:29 -0500 From: robert@elastica.com To: Ant Users List Subject: Did concat change b/w 1.5.0 and 1.6.2? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 146.180.106.198 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Looking at some differences b/w 1.5.0 and 1.6.2 specifically we had _temp.path.1 = ${_path.project.root} in 1.5.0 but with 1.6.2 it needs to be _temp.path.1 = ${_path.project.root} otherwise the newline doesn't make it into the file and a append based contact results in the same line rather than the next line. .... Is this familiar to anybody? Is there a better way to guarantee the newline? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org