AW: Taskdef classpath does nor work

2009-05-28 Thread Knuplesch, Juergen
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

Re: Taskdef classpath does nor work

2009-05-28 Thread Scot P. Floess
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

Taskdef classpath does nor work

2009-05-28 Thread Knuplesch, Juergen
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,