[
https://issues.apache.org/jira/browse/TAVERNA-988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602614#comment-15602614
]
Stian Soiland-Reyes commented on TAVERNA-988:
---------------------------------------------
Now compiles out of the box, snapshots deployedf. These modules are commented
out:
{code:xml}
<!-- Not yet updated to scufl2 configs:
<module>taverna-disabled-activity-ui</module>
<module>taverna-iteration-strategy-ui</module>
<module>taverna-loop-ui</module>
-->
<!-- TAVERNA-992 The below needs updating to Taverna 3 workbench
e.g. using SCUFL2 Workflow instead of Dataflow, or using the
taverna-engine Report instead of WorkflowInstanceFacade
<module>taverna-report-impl</module>
<module>taverna-report-view</module>
<module>taverna-report-explainer</module>
-->
<!--
The below contains Taverna 2-ish code which should be updated
to use Taverna OSGi Plugin Manager - it is kept for reference as some
of the functionality (e.g. update on startup check) should be moved to its
replacement, taverna-plugin-manager
<module>taverna-plugins-gui</module>
-->
{code}
> Fix compile errors in taverna-workbench
> ---------------------------------------
>
> Key: TAVERNA-988
> URL: https://issues.apache.org/jira/browse/TAVERNA-988
> Project: Apache Taverna
> Issue Type: Task
> Components: Taverna Workbench
> Affects Versions: workbench 3.1.0
> Reporter: Stian Soiland-Reyes
> Priority: Blocker
> Labels: maven
>
> Several compile errors in incubator-taverna-workbench should be addressed:
> {code}
> [INFO] Apache Taverna Dataflow Activity UI ................ SKIPPED
> [INFO] Apache Taverna Activity Palette Impl ............... FAILURE [ 10.862
> s]
> [INFO] Apache Taverna Configuration Management UI Impl .... FAILURE [ 5.107
> s]
> [INFO] Apache Taverna Iteration Strategy UI ............... FAILURE [ 4.108
> s]
> [INFO] Apache Taverna Loop layer contextual view .......... SKIPPED
> [INFO] Apache Taverna Menu generation impl ................ FAILURE [ 6.268
> s]
> [INFO] Apache Taverna Results and outputs ................. FAILURE [ 9.535
> s]
> [INFO] Apache Taverna Monitor View ........................ SKIPPED
> [INFO] Apache Taverna BioCatalogue Perspective ............ SKIPPED
> [INFO] Apache Taverna myExperiment perspective ............ SKIPPED
> [INFO] Apache Taverna Results Perspective ................. SKIPPED
> [INFO] Apache Taverna Plugin manager GUI .................. FAILURE [ 2.716
> s]
> [INFO] Apache Taverna Reference manager UI ................ FAILURE [ 3.937
> s]
> [INFO] Apache Taverna Renderers extensions ................ FAILURE [ 3.467
> s]
> [INFO] Apache Taverna Renderers Implementation ............ FAILURE [ 2.804
> s]
> [INFO] Apache Taverna Reporting view ...................... FAILURE [ 4.403
> s]
> [INFO] Apache Taverna Reporting Implementation ............ FAILURE [ 5.717
> s]
> [INFO] Apache Taverna Workbench UI implementation ......... FAILURE [ 10.032
> s]
> {code}
> (See also
> https://builds.apache.org/me/my-views/view/taverna/job/incubator-taverna-workbench/44/console
> )
> I think most of these mainly need a fix of imports to use
> org.apache.taverna.*, and the odd java.util.File vs. java.nio.files.Path.
> Any volunteers? You would need to import all of taverna-workbench into say
> Eclipse to work around transient compile errors.
> A few of these (I just fixed this in the myExperiment perspective) still have
> Taverna 2 style MenuManager.getInstance() calls to wire up, these now now
> have to be done using META-INF/spring/ mechanism. Let's discuss those
> individually when we find them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)