Re: ClasspathUtils with or vs. JavaResource

2008-01-16 Thread jonathan doklovic
Well, For now, since the relative path stuff should be going into ResourceFactory, I'll create a new base class that simply checks for name, classname, resource, classpath, and loadrref args and returns a JavaResource using the ResourceFactory. I'll use this as the base for the new import task to a

Re: ClasspathUtils with or vs. JavaResource

2008-01-16 Thread Steve Loughran
jonathan doklovic wrote: Hey, I've been working on refactoring some code to make it easier to implement relative resources in things like the import task. After looking at BaseDef and AntLibDefinition, it seemed that it was a bit backwards and AntlibDefinition should actually extend a base clas