Re: ant and classloading

2006-10-17 Thread Jacob Kjome
; > > Jake > > > > At 03:41 PM 10/16/2006, you wrote: > > >maybe [1] can help you with diagnostics. > > > > > >rainer > > > > > >[1] http://enitsys.sourceforge.net/ant-classloadertask/ > > > > > &

Re: ant and classloading

2006-10-17 Thread Peter Reilly
wrote: >maybe [1] can help you with diagnostics. > >rainer > >[1] http://enitsys.sourceforge.net/ant-classloadertask/ > > > >> -Original Message- >> From: Jacob Kjome [mailto:[EMAIL PROTECTED] >> Sent: Monday, October 16, 2006 10:

RE: ant and classloading

2006-10-16 Thread Jacob Kjome
006, you wrote: >maybe [1] can help you with diagnostics. > >rainer > >[1] http://enitsys.sourceforge.net/ant-classloadertask/ > > > >> -Original Message- >> From: Jacob Kjome [mailto:[EMAIL PROTECTED] >> Sent: Monday, October 16, 2006 10:24 PM >>

RE: ant and classloading

2006-10-16 Thread Rainer Noack
maybe [1] can help you with diagnostics. rainer [1] http://enitsys.sourceforge.net/ant-classloadertask/ > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Monday, October 16, 2006 10:24 PM > To: Ant Users List > Subject: Re: ant a

Re: ant and classloading

2006-10-16 Thread Jacob Kjome
Quoting Peter Reilly <[EMAIL PROTECTED]>: > On 10/16/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: > > > > I'm not sure this is 100% an Ant question, but it is within the context of > Ant. > > > > In my Ant task, I'm loading up a class using Class.forName() and pass > > in a classloader that I would

Re: ant and classloading

2006-10-16 Thread Peter Reilly
On 10/16/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: I'm not sure this is 100% an Ant question, but it is within the context of Ant. In my Ant task, I'm loading up a class using Class.forName() and pass in a classloader that I would have expected to be assigned as the classloader for the class.

ant and classloading

2006-10-15 Thread Jacob Kjome
I'm not sure this is 100% an Ant question, but it is within the context of Ant. In my Ant task, I'm loading up a class using Class.forName() and pass in a classloader that I would have expected to be assigned as the classloader for the class. That doesn't seem to be the case. Here's what I'