Re: ant tasks creation of classloaders

2005-06-19 Thread Max Rydahl Andersen
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

2005-06-18 Thread Max Rydahl Andersen
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"/>