RE: custom taskdef requires Ant classloading of external JARs
7;s probably something else at play here!? --DD > -Original Message- > From: Jeff Langr [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 22, 2005 12:57 PM > > I'm using Ant 1.6.1 under WinXP SP2. > > I wrote a custom task, deployToCac
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 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