You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/20 14:48:01 UTC

[jira] [Commented] (TAVERNA-977) Fix Engine build warnings

    [ https://issues.apache.org/jira/browse/TAVERNA-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173292#comment-16173292 ] 

ASF GitHub Bot commented on TAVERNA-977:
----------------------------------------

GitHub user Chalana opened a pull request:

    https://github.com/apache/incubator-taverna-engine/pull/4

    TAVERNA-977

    I have fixed some build warnings in this TAVERNA-977 project and other warnings of the Activity Archetype can not be fixed since that comes from springframework of remote repository. So can you help for unfixed warnings.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Chalana/incubator-taverna-engine master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-taverna-engine/pull/4.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4
    
----

----


> Fix Engine build warnings
> -------------------------
>
>                 Key: TAVERNA-977
>                 URL: https://issues.apache.org/jira/browse/TAVERNA-977
>             Project: Apache Taverna
>          Issue Type: Bug
>          Components: Taverna Engine
>    Affects Versions: engine 3.1.0
>            Reporter: Gale Naylor
>            Assignee: Chalana Madusanka
>              Labels: build
>
> Summary:
> - Workflow Model impl - private reference
> - Reference Manager impl - unused package warning
> - Activity archetype: missing plug-in warnings, empty jar warning, 
>       and unresolved package dependency warnings  
> Details:
> ----- Workflow Model impl -----
> [WARNING] Bundle org.apache.taverna.engine:taverna-workflowmodel-impl:bundle:3.1.0-incubating : Export org.apache.taverna.workflowmodel.impl,  has 1,  private references [org.apache.taverna.workflowmodel.processor.dispatch.impl], 
> ----- Reference Manager impl -----
> [WARNING] Bundle org.apache.taverna.engine:taverna-reference-impl:bundle:3.1.0-incubating : Unused Import-Package instructions: [org.springframework.orm.*] 
> ----- Activity Archetype -----
> [INFO] [WARNING] Some problems were encountered while building the effective model for com.example:dummy-taverna-plugin-plugin:taverna-plugin:0.1.0-SNAPSHOT
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 22, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 50, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 40, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 29, column 12
> INFO] [WARNING] Some problems were encountered while building the effective model for com.example:dummy-taverna-plugin-activity:bundle:0.1.0-SNAPSHOT
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 22, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 50, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 40, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ com.example:dummy-taverna-plugin:0.1.0-SNAPSHOT, C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\pom.xml, line 29, column 12
> [INFO] [WARNING] Some problems were encountered while building the effective model for com.example:dummy-taverna-plugin:pom:0.1.0-SNAPSHOT
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 22, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 50, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 40, column 12
> [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 29, column 12
> -------
> [INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] [INFO] Building jar: C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\target\dummy-taverna-plugin-0.1.0-SNAPSHOT-tests.jar
> -------
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.context:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.aop:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.beans:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.core:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.transaction:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Not an OSGi bundle : junit:junit:jar:4.4
> [INFO] [INFO] --- taverna-maven-plugin:0.2.1-incubating:plugin-prepare-bundles (default-plugin-prepare-bundles) @ dummy-taverna-plugin-plugin ---
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.context:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.aop:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.beans:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.core:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Bundle : org.springframework:org.springframework.transaction:jar:3.0.5.RELEASE has unresolved package dependencies:
> [INFO] [WARNING]     org.apache.commons.logging;version="[1.1.1,2.0.0)"
> [INFO] [WARNING] Not an OSGi bundle : junit:junit:jar:4.4
> -------
> [INFO] [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] [INFO] Building jar: C:\src\ERC3\apache-taverna-engine-3.1.0-incubating\taverna-activity-archetype\target\test-classes\projects\dummyActivity\project\dummy-taverna-plugin\dummy-taverna-plugin-plugin\target\dummy-taverna-plugin-plugin-0.1.0-SNAPSHOT-tests.jar



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)