> From: Peter Donald [mailto:[EMAIL PROTECTED] > > > >> The tasks and converters for the job will be loaded from > >> proposal/myrmidon/dist/lib/core.tsk. You will notice that there is > >> extremely simple meta-data in "TASK-LIB/*.properties" of core.tsk. > > > >Make that an XML file, pleeeeease ... > > ;) > The converter one will definetly got to xml - but is there > any need for > changing taskdefs.properties to an xml file ? >
Yes, I see this file containing more than just classnames. One may want, in the future, to specify datadefs (for datatypes defined in the JAR), or indicate that the classloader for the task must include some other paths. And so on. Ideally we should be using the same syntax in the JAR as we do in the project when describing tasks and datatypes and so on. Jose Alberto
