Re: ant tasks creation of classloaders
like "isolate"... Is "isolate" what you call setParentFirst(false) ? Hope that helps a little bit It did. So, the short answer to my initial question is: Yes, its ok to use the tasks own classloader even though not many other tasks dod it ;) /max Cheers Rainer -----Ori
ant tasks creation of classloaders
Hi guys, Having some "fun" issues with classloading these days. I have a task (HibernateTool) that is used like this: classname="org.hibernate.tool.ant.HibernateToolTask"> configurationfile="${classes.dir}/hibernate.cfg.xml"/>