Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 55770 invoked from network); 21 Sep 2000 11:01:54 -0000 Received: from firewall1.lehman.com (@192.147.65.114) by locus.apache.org with SMTP; 21 Sep 2000 11:01:54 -0000 Received: from relay4.messaging-svcs6.lehman.com by firewall1.lehman.com (8.8.6/8.8.6) id HAA22957; Thu, 21 Sep 2000 07:01:52 -0400 (EDT) Received: from lonmailhost.lehman.com by relay4.messaging-svcs6.lehman.com (8.9.3/8.8.5) id HAA15848; Thu, 21 Sep 2000 07:01:20 -0400 (EDT) Message-ID: <2BBB61F98137D211A7C900805FB7568706F9D31E@exlon04.lehman.com> From: "Taylor, Jeremy" To: "'ant-user@jakarta.apache.org'" Subject: RE: Different behaviour in NT and Unix Date: Thu, 21 Sep 2000 12:01:06 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Problem still exists in 20-Sep-2000 build > -----Original Message----- > From: Stefan Bodewig [SMTP:bodewig@bost.de] > Sent: 21 September 2000 07:50 > To: ant-user@jakarta.apache.org > Subject: Re: Different behaviour in NT and Unix > > >>>>> "TJ" == Taylor, Jeremy writes: > > TJ> i.e. >ant full -Dbasedir=. > > You can't overwrite the basedir property (the attribute of project > takes precedence). There have been a whole bunch of bugs with regard > to basedir settings handling of relative filenames settled fixed past > Ant 1.1 so I guess you are the victim of one. > > You could try a nightly build to see if the problem persists. > > Stefan