Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 96314 invoked from network); 13 Aug 2002 01:11:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Aug 2002 01:11:07 -0000 Received: (qmail 24937 invoked by uid 97); 13 Aug 2002 01:11:29 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 24878 invoked by uid 97); 13 Aug 2002 01:11:29 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 24866 invoked by uid 98); 13 Aug 2002 01:11:28 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Too wierd - Property "forgetting" Date: Mon, 12 Aug 2002 20:11:12 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Too wierd - Property "forgetting" Thread-Index: AcJCZk3pEh4RbpMDRsqqfFeF/2LLxg== From: "Steve Cohen" To: "Ant Users List" Cc: "David Adams" , "David Chelimsky" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Heck of a thing to find first day back from vacation: A colleague and I are both running the same version of ant, version = 1.5Beta3. We are running ant over the same scripts. Script A makes an call to script B. =20 Script A calls the following target: (located in script B): ... Previously defined in script B are these properties: The definition of the "checkout" target (located in script B) is as = follows: Never mind the optional task which is probably unfamiliar. = The problem I am grappling with is far more troubling and puzzling = because it is merely a question of property definition: Notice the five echo calls. In my colleague's run of this script, the following output is produced = by these calls. This is the output I would expect. Checking out from: =20 Project: SportsBean View: Version 5.1 =20 Folder: /sportsbean Label: =20 In my run of the same script, this is the output of the same script, run = with the same parameters. Checking out from: Project: SportsBean View:=20 Folder: /sportsbean Label:=20 The key difference is the blank content of the ${ST.view} parameter. Again, to reiterate: there is no difference between the way my colleague = is running this script and the way I am. Nothing in either script, the = command line, or any property file defines the the ${sportsbean.vers} = property (which feeds the ${ST.view} param) other than the single line = in script B where it is defined. I am completely at a loss to explain these results. It seems as though = my run of the scripts is causing the ${sportsbean.vers} property to be "forgotten" across the = in my case but not in my colleague's case. Does anyone know of any bugs in ant version 1.5Beta3 that could account = for these results, or can anyone think of something that I am = overlooking, which could cause them? ----------------------------------------------------------------- Steve Cohen Sr. Software Engineer Ignite Sports, Inc. stevec@ignitesports.com -- To unsubscribe, e-mail: For additional commands, e-mail: