RE: Class loader problem

2005-09-24 Thread Rainer Noack
--- > From: Hoying, Ken [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 22, 2005 9:21 PM > To: Ant Users List; [EMAIL PROTECTED] > Subject: RE: Class loader problem > > > I have been playing around with the task but > have not had much luck. > > I keep ge

RE: Class loader problem

2005-09-22 Thread Hoying, Ken
data Any ideas? Thanks in advvance! Ken -Original Message- From: Rainer Noack [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 3:29 PM To: 'Ant Users List' Subject: RE: Class loader problem Hi Ken, If you use with a classpath, the task will be loaded by a new

RE: Class loader problem

2005-09-16 Thread Rainer Noack
Hi Ken, If you use with a classpath, the task will be loaded by a newly created classloader that uses the project classloader as delegation classloader. (if you're using the distributed launch scripts, the project classloader is a delegation child of the System classloader). The distributed task