AW: Absolute path properties...

2006-03-28 Thread Jan.Materne
>I am working on a project that consists of multiple modules. >Each module has an identical folder structure within it. >Initially I started by having multiple build scripts (one for >each module) but this was a little problematic because there >are some dependancies between the modules. It see

Re: Absolute path properties...

2006-03-28 Thread Wesley Hall
On 3/28/06, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Wesley Hall <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I am in a situation where it makes sense for my ant > > script to compile two > > path properties into one but because ant resolves > > all location properties to > > absolute

Re: Absolute path properties...

2006-03-28 Thread Matt Benson
--- Wesley Hall <[EMAIL PROTECTED]> wrote: > Hello all, > > I am in a situation where it makes sense for my ant > script to compile two > path properties into one but because ant resolves > all location properties to > absolute paths this is problematic. Let's say I > have... > > > > > then >

Absolute path properties...

2006-03-28 Thread Wesley Hall
Hello all, I am in a situation where it makes sense for my ant script to compile two path properties into one but because ant resolves all location properties to absolute paths this is problematic. Let's say I have... then ${parent.dir}/${child.dir} will resolve to two absolute paths seperat