On Sat, 26 Jul 2003 12:52 am, Stefan Bodewig wrote:
> On Sat, 26 Jul 2003, Conor MacNeill <conor@cortexebusiness.com.au>
>
> wrote:
> > Clear as mud?
>
> Errm, yes.
>
> How would you do
>
> <taskdef resource="...">
> <classpath>
> <fileset dir="lib/" includes="*.jar"/>
> </classpath>
> </taskdef>
>
> ??
>
> By not using relative paths (but something like ${this.basedir}/lib),
> I guess.
>
Good question. Currently you get a property telling you the location of your
build file - not your basedir.
BTW, the property is based on the project's name which might be an issue if
the name is controllable by the importing build file. Is a name mandatory for
an importable project or just one that want to know its location?
Conor
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|