On Wed, 27 Dec 2000, Jon Stevens wrote:
> on 12/27/2000 10:27 AM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote:
>
> > I think we can do this now as Stephan fixed the problem in Ant
> > where I could not specify a classpath element to the <taskdef>
> > I had to construct the class path in the shell scripts or the
> > <taskdef> init would fail because it wouldn't accept a classpath
> > element. I think this is fixed now so we can use this method
> > now. I will convert it.
> >
> > jvz.
>
> You could have done it outside of the <taskdef> and then used an id= to
> reference it as needed.
Ok, I've switched over to using the <path> construction and
passing the classpath in the <classpath refid="classpath"/>
and holy s**t is Ant classloader dog slow. The init target
is taking forever ... Ant needs a way to set the class path
globally instead of having to do it for each task because
it seems to go through the whole routine each time. Doesn't
appear to cache anything. Oh, it works correctly now.
jvz.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]