Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 62303 invoked from network); 20 Oct 2004 19:27:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Oct 2004 19:27:19 -0000 Received: (qmail 9665 invoked by uid 500); 20 Oct 2004 19:27:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 9483 invoked by uid 500); 20 Oct 2004 19:27:08 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 9468 invoked by uid 99); 20 Oct 2004 19:27:07 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jnwilson@dallas.photronics.com designates 192.129.97.122 as permitted sender) Received: from [192.129.97.122] (HELO scrabble.photronics.com) (192.129.97.122) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Oct 2004 12:27:06 -0700 Received: from crockett.dallas.photronics.com (crockett.dallas.photronics.com [172.16.32.42]) by scrabble.photronics.com (8.12.10/8.12.6) with ESMTP id i9KJQtJJ010972 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 20 Oct 2004 14:27:00 -0500 (CDT) Received: from [172.16.36.11] ([172.16.36.11]) by crockett.dallas.photronics.com (Netscape Messaging Server 4.15) with ESMTP id I5WE0Z00.6JW for ; Wed, 20 Oct 2004 14:26:59 -0500 Message-ID: <4176BBCA.7020302@dallas.photronics.com> Date: Wed, 20 Oct 2004 14:26:02 -0500 From: "Jonathan Wilson" User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Property is set in build.properties(along with others) but catalina.home isn't set within main script Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Gotta be a simple thing - I'm just not hitting the right verbage to find a relevant entry in the archives: I've got a build.properties in the same directory as build.xml: I've got the default TC5 ant build.xml which I've modified a bit, but it still does the following prior to using any properties: And the first 3 properties are used within the build.xml correctly. If I do an echo on ${catalina.home} it just responds "${catalina.home}" - unset. If I add: to the build.xml file itself the echo reports /home/jblow/tomcat5 and success. Thanks in advance, JW --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org