You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Denis Koelewijn (JIRA)" <ji...@apache.org> on 2012/05/16 16:49:02 UTC

[jira] [Created] (ACE-273) clean checkout results in build failure

Denis Koelewijn created ACE-273:
-----------------------------------

             Summary: clean checkout results in build failure
                 Key: ACE-273
                 URL: https://issues.apache.org/jira/browse/ACE-273
             Project: ACE
          Issue Type: Bug
            Reporter: Denis Koelewijn


A clean checkout of the trunk results in a build failure:
ERROR] Failed to execute goal on project org.apache.ace.managementagent: Could not resolve dependencies for project org.apache.ace:org.apache.ace.managementagent:bundle:0.8.1-SNAPSHOT: Failure to find org.apache.felix:org.apache.felix.deploymentadmin:jar:0.9.1-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]

build command used:
maven install

system details:
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/share/java/maven-3.0.3
Java version: 1.6.0_31, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

--
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] (ACE-273) clean checkout results in build failure

Posted by "Denis Koelewijn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Koelewijn resolved ACE-273.
---------------------------------

    Resolution: Not A Problem

As Bram suggested:
This is correct as there is no snapshot deployed. I guess you'd better file an issue in the Felix JIRA. As a workaround you must build it yourself: 

1) Checkout Felix trunk: http://svn.apache.org/repos/asf/felix/trunk 
2) mvn clean install -DskipTests=true -Dpackaging=bundle
                
> clean checkout results in build failure
> ---------------------------------------
>
>                 Key: ACE-273
>                 URL: https://issues.apache.org/jira/browse/ACE-273
>             Project: ACE
>          Issue Type: Bug
>            Reporter: Denis Koelewijn
>
> A clean checkout of the trunk results in a build failure:
> ERROR] Failed to execute goal on project org.apache.ace.managementagent: Could not resolve dependencies for project org.apache.ace:org.apache.ace.managementagent:bundle:0.8.1-SNAPSHOT: Failure to find org.apache.felix:org.apache.felix.deploymentadmin:jar:0.9.1-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
> build command used:
> maven install
> system details:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Maven home: /usr/share/java/maven-3.0.3
> Java version: 1.6.0_31, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

--
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] (ACE-273) clean checkout results in build failure

Posted by "Bram de Kruijff (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278864#comment-13278864 ] 

Bram de Kruijff commented on ACE-273:
-------------------------------------

This is correct as there is no snapshot deployed. I guess you'd better file an issue in the Felix JIRA. As a workaround you must build it yourself:

1) Checkout Felix trunk: http://svn.apache.org/repos/asf/felix/trunk
2) mvn clean install -DskipTests=true -Dpackaging=bundle
                
> clean checkout results in build failure
> ---------------------------------------
>
>                 Key: ACE-273
>                 URL: https://issues.apache.org/jira/browse/ACE-273
>             Project: ACE
>          Issue Type: Bug
>            Reporter: Denis Koelewijn
>
> A clean checkout of the trunk results in a build failure:
> ERROR] Failed to execute goal on project org.apache.ace.managementagent: Could not resolve dependencies for project org.apache.ace:org.apache.ace.managementagent:bundle:0.8.1-SNAPSHOT: Failure to find org.apache.felix:org.apache.felix.deploymentadmin:jar:0.9.1-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
> build command used:
> maven install
> system details:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Maven home: /usr/share/java/maven-3.0.3
> Java version: 1.6.0_31, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

--
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] [Closed] (ACE-273) clean checkout results in build failure

Posted by "J.W. Janssen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen closed ACE-273.
----------------------------


No longer an issue with the new BndTools structure: the snapshots of dependencies are included in the local repository.
                
> clean checkout results in build failure
> ---------------------------------------
>
>                 Key: ACE-273
>                 URL: https://issues.apache.org/jira/browse/ACE-273
>             Project: ACE
>          Issue Type: Bug
>            Reporter: Denis Koelewijn
>
> A clean checkout of the trunk results in a build failure:
> ERROR] Failed to execute goal on project org.apache.ace.managementagent: Could not resolve dependencies for project org.apache.ace:org.apache.ace.managementagent:bundle:0.8.1-SNAPSHOT: Failure to find org.apache.felix:org.apache.felix.deploymentadmin:jar:0.9.1-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
> build command used:
> maven install
> system details:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Maven home: /usr/share/java/maven-3.0.3
> Java version: 1.6.0_31, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

--
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] (ACE-273) clean checkout results in build failure

Posted by "Denis Koelewijn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279059#comment-13279059 ] 

Denis Koelewijn commented on ACE-273:
-------------------------------------

Thanks, that did the trick

                
> clean checkout results in build failure
> ---------------------------------------
>
>                 Key: ACE-273
>                 URL: https://issues.apache.org/jira/browse/ACE-273
>             Project: ACE
>          Issue Type: Bug
>            Reporter: Denis Koelewijn
>
> A clean checkout of the trunk results in a build failure:
> ERROR] Failed to execute goal on project org.apache.ace.managementagent: Could not resolve dependencies for project org.apache.ace:org.apache.ace.managementagent:bundle:0.8.1-SNAPSHOT: Failure to find org.apache.felix:org.apache.felix.deploymentadmin:jar:0.9.1-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [Help 1]
> build command used:
> maven install
> system details:
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Maven home: /usr/share/java/maven-3.0.3
> Java version: 1.6.0_31, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"

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