> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
>
> Peter Donald <[EMAIL PROTECTED]> wrote:
>
> > At 03:25 PM 6/11/01 +0200, Stefan Bodewig wrote:
> >
> >>Do you want to explicitly prohibit <import lib="${mylibrary}" />?
> >
> > What use would that be?
>
> I don't really know, but I also don't know why people need a way to
> define the project's basedir on the command line - I only know they
> do.
How about projects having more than one <projectref> ?
<projectref name="a" location="${module.dir}/a.xml" />
<projectref name="b" location="${module.dir}/b.xml" />
<projectref name="c" location="${module.dir}/c.xml" />
Same can be said for external libraries (not in $ANT_HOME/lib) and so on.
Jose Alberto