Users List
Betreff: Re: Taskdef classpath does nor work
Is there some supplementary class that that class requires that isn't there
when you use it as you have it defined?
On Thu, 28 May 2009, Knuplesch, Juergen wrote:
> Hello,
>
> I do a taskdef with 1.7.1 like:
>
> cl
Is there some supplementary class that that class requires that isn't
there when you use it as you have it defined?
On Thu, 28 May 2009, Knuplesch, Juergen wrote:
Hello,
I do a taskdef with 1.7.1 like:
When I display the classpath referenced in java.classpathid I see a certain jar.
W
Hello,
I do a taskdef with 1.7.1 like:
When I display the classpath referenced in java.classpathid I see a certain jar.
When I run the task it fails, because it can not find a class that is based in
that certain jar.
When I add the jar in the classpath of Ant it works.
This is strange,