Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 44493 invoked from network); 31 Aug 2005 16:19:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2005 16:19:44 -0000 Received: (qmail 72832 invoked by uid 500); 31 Aug 2005 16:19:43 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 72818 invoked by uid 500); 31 Aug 2005 16:19:43 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 72803 invoked by uid 99); 31 Aug 2005 16:19:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2005 09:19:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2005 09:19:57 -0700 Received: by wproxy.gmail.com with SMTP id i13so142802wra for ; Wed, 31 Aug 2005 09:19:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sHw6D5ULIwxBbm2F5xo8osquVhOwSdy422GmORPdp1uObZroIp5Wz6OonsO5VREUwdG8gE4qAn9tALAM3V5PvbCdZNbCj9EV0RAOWQcJbdudxhS1NNmJa7vQIx497kb1EwomqNGJ3JGu5Hc3y5Qi8DCvXdGVcCqIFqL0/r3uObQ= Received: by 10.54.21.63 with SMTP id 63mr813842wru; Wed, 31 Aug 2005 09:19:40 -0700 (PDT) Received: by 10.54.48.30 with HTTP; Wed, 31 Aug 2005 09:19:40 -0700 (PDT) Message-ID: Date: Wed, 31 Aug 2005 10:19:40 -0600 From: Eddie O'Neil To: Beehive Developers Subject: Re: Beehive Compiler Test In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Julie-- Can you explain what you mean by: > [JZ] Tried that it does not work. Have to convert it. When I put it into > the system property and specify it as a path instead of value, ant will > convert the ";" into what ever the local system separator. That is why > it is now working on Linux with no problem. >=20 What doesn't work about it? FWIW, this is how we print s during builds to the console. Though, I could be missing something. :) Eddie