I removed the instances of iwir in the tavlang tool readme (and created a pull request), but I don't want to touch the actual java code. There are several instances of iwir in tavlang/CommandLineTool.java:
REMOVE iwir INSTANCES? (1) Line 98 - @Option(name = "--iwir", ...) (2) Line 116/117 - else if (isIwir) / return"iwir"; (3) Line 232 - } else if(Filetype.isIwir || ... On Tue, Feb 2, 2016 at 4:47 PM Stian Soiland-Reyes <[email protected]> wrote: > I just disabled the iwir-dependency and the myGrid repository from > tavlang.. as I found out that the LGPL iwirTool dependency it uses > does not exist in Maven Central either, so there was not much point in > releasing scufl2-iwir to Central. > > > I guess some kind of feature request for tavlang would be to be able > to "drop in" such libraries? I guess this doesn't work too well with a > shaded JAR though (modifying -classpath). > > On 1 February 2016 at 18:31, Gale Naylor <[email protected]> > wrote: > > I created a couple of pull requests to make minor changes to the tavlang > > readme file and to CommandLineTool.java. In the Java file, line 197 says > > "List of files to be converted.\n " I'm not sure what the ".\n" means. Is > > this correct? The rest of the descriptions all look good to me. @stain, I > > can't check the help files directly at this time. > > > > Also, is iwir support still in the tavlang tool? (Sorry, if I missed this > > somewhere else. I've been, and still am, pretty sick.) > > > > Gale > > > > > > > > On Mon, Feb 1, 2016 at 6:48 AM alaninmcr <[email protected]> > wrote: > > > >> On 01/02/2016 12:35, Menaka Madushanka wrote: > >> > Hello, > >> > I get this error when building tavlang tool.... > >> > > >> > [ERROR] Failed to execute goal > >> > org.apache.maven.plugins:maven-javadoc-plugin:2.9:jar > (attach-javadocs) > >> on > >> > project taverna-language-commandline: MavenReportException: Error > while > >> > creating archive: > >> > [ERROR] Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none > >> > [ERROR] > >> > [ERROR] Command line was: > /usr/lib/jvm/java-7-oracle/jre/../bin/javadoc > >> > @options @packages > >> > >> Is that option only available in Java 8? > >> > >> Alan > >> > > > > -- > Stian Soiland-Reyes > Apache Taverna (incubating), Apache Commons RDF (incubating) > http://orcid.org/0000-0001-9842-9718 >
