>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
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
--- 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
>
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