RE: custom taskdef requires Ant classloading of external JARs

2005-02-22 Thread Rainer Noack
ay is using the java extension library.) Regards Rainer > -Original Message- > From: Jeff Langr [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 22, 2005 7:57 PM > To: 'user@ant.apache.org' > Subject: custom taskdef requires Ant classloading of external JARs >

RE: custom taskdef requires Ant classloading of external JARs

2005-02-22 Thread Jeff Langr
22, 2005 1:41 PM To: Ant Users List Subject: RE: custom taskdef requires Ant classloading of external JARs ... It's probably unrelated, but the Launcher does indeed set itself as the Context ClassLoader, as it's supposed to. That's a tough one. Since it involves security, there

RE: custom taskdef requires Ant classloading of external JARs

2005-02-22 Thread Dominique Devienne
005 12:57 PM > To: 'user@ant.apache.org' > Subject: custom taskdef requires Ant classloading of external JARs > > Greetings, > > I'm using Ant 1.6.1 under WinXP SP2. > > I wrote a custom task, deployToCache, that reads from a URL; the U

custom taskdef requires Ant classloading of external JARs

2005-02-22 Thread Jeff Langr
Greetings, I'm using Ant 1.6.1 under WinXP SP2. I wrote a custom task, deployToCache, that reads from a URL; the URL can sometimes be https. Here's the taskdef definition: The custom task requires jnet.jar, jsse.jar, and jcert.jar. The relevant code: S