Hi , addInput(IN_FIRST_INPUT, 0, true, null, String.class);
when addInput method is called i should pass the class which is, the inputs are going to be rendered. In the tutorial it's String.class .But if it expect an Integer should it be Integer.class ? . In CWL type it has "File" type beside primitive types. So what class should I pass for these inputs .? Also for "null" is a CWL type , which class should i pass for this input type ? Also when it is an array of Integers of depth 1, what is the argument for rendering class ? Integer[] .class or byte[].class ? regards, Thilina On Sat, May 28, 2016 at 4:30 AM, Stian Soiland-Reyes <[email protected]> wrote: > Hi! > > Are you able to access https://repo.maven.apache.org/maven2/ in a browser? > > It seems Maven is unable to download load some of its core plugins. > > Perhaps your network requires proxy settings, in which case you have to > configure Java/Maven about those. > On 25 May 2016 11:40 p.m., "Thilina Manamgoda" <[email protected]> > wrote: > > > Hi, > > > > I ran into this problem when i execute "mvn install" on the module > > taverna-cwl-activity. > > > > Failed to execute goal > > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process > > (default) on project taverna-cwl-activity: Execution default of goal > > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process > failed: > > Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.5 or one > of > > its dependencies could not be resolved: Failed to collect dependencies at > > org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5 -> > > org.apache.maven.shared:maven-artifact-resolver:jar:1.0: Failed to read > > artifact descriptor for > > org.apache.maven.shared:maven-artifact-resolver:jar:1.0: Could not > transfer > > artifact org.apache.maven.shared:maven-artifact-resolver:pom:1.0 from/to > > central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: > > unknown error: Unknown host repo.maven.apache.org: unknown error -> > [Help > > 1] > > > > > > i have two module taverna-cwl-activity and taverna-cwl-activity-ui. I > > need to import taverna-cwl-activity in the taverna-cwl-activity-ui as a > > dependency. > > > > > > regards, > > > > Thilina. > > >
