Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 23303 invoked from network); 5 Oct 2005 18:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2005 18:19:30 -0000 Received: (qmail 77490 invoked by uid 500); 5 Oct 2005 18:19:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 77452 invoked by uid 500); 5 Oct 2005 18:19:22 -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 77441 invoked by uid 99); 5 Oct 2005 18:19:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 11:19:22 -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 ddevienne@gmail.com designates 64.233.184.193 as permitted sender) Received: from [64.233.184.193] (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2005 11:19:25 -0700 Received: by wproxy.gmail.com with SMTP id i11so79489wra for ; Wed, 05 Oct 2005 11:19:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Iv3+Lvnxc6i7yI/ycgDIm5rZ0JkyrxJ/qR9/Et+Z1XsCG6dQAjQ7wJ+3YRWx+DDPlwvV5vsAnzOg0qJd9SHao3h55olXPxajfKS+VDC/uSQ3Q+RCjiJsMqa8tt8JHxkbaj21HnCPYx12vy44HhCPmq9PVaMuJ7RcY4jaiBuRaq8= Received: by 10.54.109.11 with SMTP id h11mr478161wrc; Wed, 05 Oct 2005 11:18:59 -0700 (PDT) Received: by 10.54.118.1 with HTTP; Wed, 5 Oct 2005 11:18:59 -0700 (PDT) Message-ID: <255d8d690510051118q4be87673s920d645c3c8b3643@mail.gmail.com> Date: Wed, 5 Oct 2005 13:18:59 -0500 From: Dominique Devienne Reply-To: Dominique Devienne To: Ant Users List Subject: Re: Ant complains about non-existing dir that DOES exist In-Reply-To: <76767629A25274489CFCAF45D7D03301380DEC@es001.fpc.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <76767629A25274489CFCAF45D7D03301380DEC@es001.fpc.local> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > with a property file /home/nokeos/testing/cruise/code/build.properties: > ... > plugin.component.browser.dir=3D${plugin.dir}/com.fpc.nokeos.component.bro= wser > plugin.dir=3D${basedir}/plugins > ... Make sure you don't have whitespace at the end of the line for the plugin.component.browser.dir property. Copy/paste would ignore spaces after browser for example. Only spaces around the =3D sign are ignored, not for the value itself. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org