Re: Accessing classes in a path from a custom task

2011-02-21 Thread Matt Benson
On Sat, Feb 19, 2011 at 9:17 AM, Allan Lewis wrote: > I'm working on a custom ant task, and want to create a class based on > classname provided to the task. I've made a path available to the task, > but > can't quite figure out how to make those classes available to the task, so > I > wind up ge

Accessing classes in a path from a custom task

2011-02-19 Thread Allan Lewis
I'm working on a custom ant task, and want to create a class based on classname provided to the task. I've made a path available to the task, but can't quite figure out how to make those classes available to the task, so I wind up getting a java.lang.ClassNotFoundException when trying to create th