Here's the link for the pull request: https://github.com/apache/incubator-taverna-language/pull/5
I tested validate, and it looks good! ``` $ tavlang validate ../../taverna-scufl2-examples/examples/helloanyone.wfbundle Validation started... Validation completed....... The workflow helloanyone.wfbundle has no errors. The workflow helloanyone.wfbundle has no errors. The validation report for helloanyone.wfbundle...... NegativeValueProblems EmptyIterationStrategyTopNodeProblems MismatchConfigurableTypeProblems NonAbsoluteURIProblems NullFieldProblems OutOfScopeValueProblems PortMentionedTwiceProblems PortMissingFromIterationStrategyStackProblems WrongParentProblems IncompatibleGranularDepthProblems --------------------------------------------------------------------------------- ``` Could you remove the JAR binaries in taverna-language-commandline/src/main/resources/ ? You might have to do some git magic to avoid them being in the earlier commits.. the binaries add to repository size, and additionally iwirTools.jar (LGPL) is not permitted in Apache projects. On 22 June 2015 at 21:48, Menaka Madushanka <[email protected]> wrote: > Hi all, > I created a new branches for the validation command and as well as iwir and > sent a pull requests. > > Please review them and merge. > > Cheers. > Menaka > > -- > Menaka Madushanka Jayawardena > Faculty of Engineering, <http://www.pdn.ac.lk/eng> > University of Peradeniyaya. > LinkedIn <http://lk.linkedin.com/in/menakajayawardena> -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
