You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Jonathan Anstey (Created) (JIRA)" <ji...@apache.org> on 2011/12/01 16:18:39 UTC

[jira] [Created] (SMX4-996) examples won't build with clean Maven local repo

examples won't build with clean Maven local repo
------------------------------------------------

                 Key: SMX4-996
                 URL: https://issues.apache.org/jira/browse/SMX4-996
             Project: ServiceMix 4
          Issue Type: Bug
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 4.4.0


When I try to build the examples (in a distro) from a clean repo I get:

[janstey@duffman examples]$ mvn clean install
[INFO] Scanning for projects...
[ERROR] The build could not read 5 projects -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.servicemix.examples:cxf-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-osgi/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
[ERROR]   
[ERROR]   The project org.apache.servicemix.examples:cxf-jaxrs:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-jaxrs/pom.xml) has 2 errors
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jsr311-api-1.1:jar is missing. @ line 36, column 21
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:jar is missing. @ line 40, column 21
[ERROR]   
[ERROR]   The project org.apache.servicemix.examples:cxf-ws-addressing:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-addressing/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 83, column 21
[ERROR]   
[ERROR]   The project org.apache.servicemix.examples:cxf-ws-security-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-security-osgi/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
[ERROR]   
[ERROR]   The project org.apache.servicemix.examples:cxf-ws-rm:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-rm/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (SMX4-996) examples won't build with clean Maven local repo

Posted by "Jonathan Anstey (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved SMX4-996.
----------------------------------

    Resolution: Fixed

Just verified this is working on trunk.
                
> examples won't build with clean Maven local repo
> ------------------------------------------------
>
>                 Key: SMX4-996
>                 URL: https://issues.apache.org/jira/browse/SMX4-996
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 4.4.0
>
>
> When I try to build the examples (in a distro) from a clean repo I get:
> [janstey@duffman examples]$ mvn clean install
> [INFO] Scanning for projects...
> [ERROR] The build could not read 5 projects -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-osgi/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-jaxrs:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-jaxrs/pom.xml) has 2 errors
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jsr311-api-1.1:jar is missing. @ line 36, column 21
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-addressing:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-addressing/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 83, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-security-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-security-osgi/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-rm:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-rm/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SMX4-996) examples won't build with clean Maven local repo

Posted by "Jonathan Anstey (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161115#comment-13161115 ] 

Jonathan Anstey commented on SMX4-996:
--------------------------------------

Just put in a fix for this in rev 1209224. Not going to close it yet as I want to verify it tomorrow when all the new files are deployed to ASF snapshot repo.
                
> examples won't build with clean Maven local repo
> ------------------------------------------------
>
>                 Key: SMX4-996
>                 URL: https://issues.apache.org/jira/browse/SMX4-996
>             Project: ServiceMix 4
>          Issue Type: Bug
>            Reporter: Jonathan Anstey
>            Assignee: Jonathan Anstey
>             Fix For: 4.4.0
>
>
> When I try to build the examples (in a distro) from a clean repo I get:
> [janstey@duffman examples]$ mvn clean install
> [INFO] Scanning for projects...
> [ERROR] The build could not read 5 projects -> [Help 1]
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-osgi/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-jaxrs:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-jaxrs/pom.xml) has 2 errors
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jsr311-api-1.1:jar is missing. @ line 36, column 21
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-addressing:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-addressing/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 83, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-security-osgi:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-security-osgi/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR]   
> [ERROR]   The project org.apache.servicemix.examples:cxf-ws-rm:4.4.0-SNAPSHOT (/x1/asf/servicemix/smx4/features/trunk/assemblies/apache-servicemix-full/target/apache-servicemix-4.4.0-SNAPSHOT/examples/cxf/cxf-ws-rm/pom.xml) has 1 error
> [ERROR]     'dependencies.dependency.version' for org.apache.servicemix:servicemix-utils:jar is missing. @ line 40, column 21
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira