On 09/02/2015 14:16, Stian Soiland-Reyes wrote: [snip]
taverna-scufl2-rdf was an early attempt to read in the Workflow Bundle content by parsing the RDF instead of the XML - but this code is since way outdated. The code doesn't compile as it is not up to date. Don't delete the module however, at least not without moving out the OWL ontologies, which lives inside src/main/resources somewhere. The ontologies and XML schemas should probably move out of taverna-scufl2-rdf and taverna-scufl2-rdfxml to a new src/main/resources-based taverna-scufl2-schemas.
I have made a taverna-scufl2-schemas module and moved the rdf and xsd files into it. I also put the code generation stuff in the schemas module and rdfxml now has a dependency on the schemas module.
Alan
