Re: Is there an environment var to add the antlib path to?

2002-07-10 Thread Thomas Zander
On Tue, Jul 09, 2002 at 03:16:06PM -0700, Diane Holt wrote: > --- Scott Ellsworth <[EMAIL PROTECTED]> wrote: > > > Almost right. Try ${ant.home}/lib. > > > > Cool! Someone ought to add that to the "Built in properties" section > > of "docs/manual/index.html", [...] > > Except it's not exactly b

Re: Is there an environment var to add the antlib path to?

2002-07-09 Thread Steve Loughran
- Original Message - From: "Diane Holt" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 3:16 PM Subject: Re: Is there an environment var to add the antlib path to? > --- Scott Ellsworth <[EMAIL PROT

Re: Is there an environment var to add the antlib path to?

2002-07-09 Thread Diane Holt
--- Scott Ellsworth <[EMAIL PROTECTED]> wrote: > > Almost right. Try ${ant.home}/lib. > > Cool! Someone ought to add that to the "Built in properties" section > of "docs/manual/index.html", [...] Except it's not exactly built-in -- the wrapper script sets it. So if you run Ant some other way, y

Re: Is there an environment var to add the antlib path to?

2002-07-09 Thread Scott Ellsworth
On Tuesday, July 9, 2002, at 02:36 PM, Diane Holt wrote: > --- Scott Ellsworth <[EMAIL PROTECTED]> wrote: >> If there were a property containing the library directory ANT read >> when it started, then I could just copy the logger, and likely my new >> task as well, into ${ant.lib} right after

Re: Is there an environment var to add the antlib path to?

2002-07-09 Thread Diane Holt
--- Scott Ellsworth <[EMAIL PROTECTED]> wrote: > If there were a property containing the library directory ANT read when > it started, then I could just copy the logger, and likely my new task > as well, into ${ant.lib} right after generation. Almost right. Try ${ant.home}/lib. Diane = ([E

Is there an environment var to add the antlib path to?

2002-07-09 Thread Scott Ellsworth
Hi, all. I would like to add a couple of jars to ANTs classpath, exactly as if they were in /foo/ant/lib. Based on the information I was given recently, I have discovered that my custom ANT task does not need to have ant.jar in my usual compile libraries folder. Further, the taskdef can just