Stian Soiland-Reyes created TAVERNA-998:
-------------------------------------------
Summary: Fix compile errors in taverna-workbench-impl
Key: TAVERNA-998
URL: https://issues.apache.org/jira/browse/TAVERNA-998
Project: Apache Taverna
Issue Type: Sub-task
Components: Taverna Workbench
Affects Versions: workbench 3.1.0
Reporter: Stian Soiland-Reyes
Priority: Blocker
Fix For: workbench 3.1.0
Compiling taverna-workbench-impl fails with:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)
on project workbench-impl: Compilation failure: Compilation failure:
[ERROR]
/home/stain/src/taverna/incubator-taverna-workbench/taverna-workbench-impl/src/main/java/org/apache/taverna/workbench/ui/impl/UserRegistrationHook.java:[95,78]
error: incompatible types: Path cannot be converted to File
[ERROR]
/home/stain/src/taverna/incubator-taverna-workbench/taverna-workbench-impl/src/main/java/org/apache/taverna/workbench/ui/impl/UserRegistrationHook.java:[150,60]
error: incompatible types: Path cannot be converted to File
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)