Re: Relative Paths in Imported Files

2008-08-26 Thread Peter Reilly
On Sun, Aug 17, 2008 at 9:18 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > I have a common.xml file that I import in all my build.xml throughout my > project (subdirectories included). One of the tasks defined in this > common.xml has to reference a file in a java task, as so: > > > >

Re: Relative Paths in Imported Files

2008-08-18 Thread Stefan Bodewig
On Sun, 17 Aug 2008, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: Before I answer the original question let me state that I have seen a bug with a combination of , and that manifested itself as -elements using the wrong basedir - I was able to work around it by using instead of . Unfortunatel