You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2016/06/29 11:04:37 UTC

[jira] [Created] (TAVERNA-988) Fix compile errors in taverna-workbench

Stian Soiland-Reyes created TAVERNA-988:
-------------------------------------------

             Summary: 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


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)