Re: classloader problem?

2008-05-07 Thread Christofer Jennings
remember to use the classloader that loaded the > custom task as the parent for the new classloader > created in the task. > > Peter > > On Wed, May 7, 2008 at 3:59 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > Christofer Jennings wrote: > > > >

Re: classloader problem?

2008-05-07 Thread Peter Reilly
Also remember to use the classloader that loaded the custom task as the parent for the new classloader created in the task. Peter On Wed, May 7, 2008 at 3:59 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > > Christofer Jennings wrote: > > > I think I have a classloader probl

Re: classloader problem?

2008-05-07 Thread Steve Loughran
Christofer Jennings wrote: I think I have a classloader problem. I've made a custom task that looks through classes for a method annotation, then makes a report. I've got junit tests that work in my IDE showing that the annotations can be found. But when I run the task the annotatio

classloader problem?

2008-05-04 Thread Christofer Jennings
I think I have a classloader problem. I've made a custom task that looks through classes for a method annotation, then makes a report. I've got junit tests that work in my IDE showing that the annotations can be found. But when I run the task the annotations are not recognized. Th

Re: Checkstyle and junit classloader problem - help

2006-03-17 Thread Dominique Devienne
On 3/14/06, Le, Vu (EDS) <[EMAIL PROTECTED]> wrote: > Could someone provide me a pointer on this ? Thanks. I can get > checkstyle and junit working just fine by putting their jar files in > ANT_HOME/lib but I don't want to do that and that is when my problems > come. You like it the hard way I se

Checkstyle and junit classloader problem - help

2006-03-14 Thread Le, Vu \(EDS\)
Could someone provide me a pointer on this ? Thanks. I can get checkstyle and junit working just fine by putting their jar files in ANT_HOME/lib but I don't want to do that and that is when my problems come. I want to use junit, and checkstyle with Ant (1.6.5) but I don't want to put my junit.jar

RE: axis-java2wsdl LogFactory classloader problem++

2005-05-20 Thread Michael Oliver
user@ant.apache.org Subject: axis-java2wsdl LogFactory classloader problem I have created an ant task as follows: http://alariussystemsllc.com/AJCCWebService/"; location= "ht

axis-java2wsdl LogFactory classloader problem

2005-05-20 Thread Michael Oliver
oryImp l.java:532)... So researching this I find that the "Log4JLogger does not implement Log" is caused by a classloader problem. So I found in the eclipse ant runtime preferences Global Entries, both the commons-logging and log4j jars. So I removed them from there and ran ant on t

Re: classloader problem / nested classpath

2005-03-15 Thread Antoine Levy-Lambert
ludger goeke wrote: Hallo Jan, im referencing the claspath already with "classpathref" in the tag. Is this equal to a nested class-path tag ? It is exactly the same. I´m also referencing all needed jar-files in the manifest in the jar file that I execute ? Do I have to nethertheless define a nes

classloader problem / nested classpath

2005-03-15 Thread ludger goeke
Hallo Jan, im referencing the claspath already with "classpathref" in the tag. Is this equal to a nested class-path tag ? I´m also referencing all needed jar-files in the manifest in the jar file that I execute ? Do I have to nethertheless define a nested classpath in ? Regards Ludger -- DSL K

AW: classloader problem

2005-03-15 Thread Jan . Materne
you have to provide a nested to . Jan > -Ursprüngliche Nachricht- > Von: ludger goeke [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 15. März 2005 03:41 > An: user@ant.apache.org > Betreff: classloader problem > > Hallo , > > I´m using ant as dev

classloader problem

2005-03-15 Thread ludger goeke
Hallo , I´m using ant as development enviroment and got following problem : when I try to load a class with the Class.forName() method in my application I always get a ClassNotFound exception, although I set the Classpath additionally as an enviroment variable. Does anybody has an idea ? Regards