iner Noack
-Ursprüngliche Nachricht-
Von: Karr, David [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 28. März 2008 19:04
An: Ant Users List
Betreff: RE: (resent) Defined task fails to find base class of task
So far, what I'm finding is that if my task class is in my "build"
dir
indirectly
referenced jar to work?
> -Original Message-
> From: Karr, David
> Sent: Thursday, March 27, 2008 9:37 AM
> To: Ant Users List
> Subject: (resent) Defined task fails to find base class of task
>
> (Sorry, I somehow sent this before it was done.)
>
>
he taskdef immediately because it couldn't find the class, even
before it executed the compile step.
> -Original Message-
> From: Scot P. Floess [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 27, 2008 11:15 AM
> To: Ant Users List
> Subject: Re: Defined task fa
Yeah, I posted a question about this recently. I got side-tracked and
never fully pursued the issue... I don't think it works - I saw the
same behavior as you...
Curious, why are you structuring in this fashion? Meaning performing
the taskdef in a target? Not a criticism - just curious as
(Sorry, I somehow sent this before it was done.)
I have a simple build file that compiles some files and has a taskdef
for one of the compiled classes, which indirectly references a class in
one of the jars in the classpath. I have the taskdef inside the target
which uses the task. When it execu
I have a simple build file that compiles some files and has a taskdef
for one of the compiled classes, which indirectly references a class in
one of the jars in the classpath. I have the taskdef inside the target
which uses the task. When it executes the defined task, it fails to
find the class f