Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 29009 invoked by uid 500); 1 May 2001 23:13:40 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 28969 invoked from network); 1 May 2001 23:13:36 -0000 Message-ID: From: "Webb, James" To: "Ant-User (E-mail)" Subject: v1.3 -- problems retrieving properties from Date: Tue, 1 May 2001 18:11:50 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Are there any known issues in 1.3 or config tricks for retrieving properties from a properties file? I have not seen any bugreports or patches for this kind of issue. I am trying to set up a properties file containing local configuration such as paths,etc. for each developer's specific environment. /bldenv ./build.xml --> main buildfile common to all developers ./local.properties --> specific for each developer env Things I have tried in my build.xml 1. using... results in... while in verbose mode when i echo any property contained within the file it says... "Property ${weblogic.install.home} has not been set" I have also tested the property value with the task and the task so I am certain my problem is in the task and not in . 2. using... and placing the file in my CLASSPATH results... I get the same result as before. 3. I have tried three different properties files to make certain it was not an encoding issue. This did not solve my problem. 4. My only workaround is to set these properties as environment variables and grab them via I can get this to work but it is not as clean. Ant Version: 1.3 OS: Windows 2000 JDK: Sun 1.3.0_02 Any help would be greatly appreciated. James Webb