Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 25465 invoked by uid 500); 2 Aug 2001 15:31:19 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 25452 invoked from network); 2 Aug 2001 15:31:18 -0000 Message-ID: <00bd01c11b69$030156e0$0de2223f@cognetnt> From: "Conor MacNeill" To: Subject: File paths as properties Date: Fri, 3 Aug 2001 01:37:04 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I tried to build tomcat 4 today and it has some problems finding the servlet API. It defines in the top level build.xml file It then calls a build file in catalina Now, in catalina, the property is also defined Now, obviously, that will not be overridden, and the build fails - at least for me. I'm not sure if I have missed something, or whether I'm not building it the right way but it suggested some ideas to me 1. inheritAll flag is a good thing 2. Perhaps, we should have a mode for the property task to resolve a path This would resolve the relative file to an absolute path, so it can be passed to subbuilds and still work. Thoughts? Conor