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

John Ross commented on ARIES-640:
---------------------------------

While continuing to troubleshoot this, I noticed that running "mvn clean 
install" from the blueprint directory failed due to 

[ERROR] Failed to execute goal on project org.apache.aries.blueprint: Could not 
resolve dependencies for project org.apache.aries.blueprint:org.apache
.aries.blueprint:bundle:0.3.2-SNAPSHOT: Failure to find 
org.apache.aries.proxy:org.apache.aries.proxy:jar:0.3.1-SNAPSHOT in 
http://snapshots.repositor
y.codehaus.org was cached in the local repository, resolution will not be 
reattempted until the update interval of codehaus.snapshots has elapsed or u
pdates are forced -> [Help 1]

Executing "mvn clean install" from the proxy directory succeeded, but it does 
not create a jar under the 0.3.1-SNAPSHOT directory. Instead, it creates a jar 
under the 0.4-SNAPSHOT directory.

Changing the pom.xml within the blueprint directory to 

        <dependency>
            <groupId>org.apache.aries.proxy</groupId>
            <artifactId>org.apache.aries.proxy</artifactId>
            <version>0.4-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>

allows the blueprint install to complete successfully.

> application.utils imports aries.util version [0.4,1.0) but aries.util exports 
> version 0.3.1
> -------------------------------------------------------------------------------------------
>
>                 Key: ARIES-640
>                 URL: https://issues.apache.org/jira/browse/ARIES-640
>             Project: Aries
>          Issue Type: Bug
>          Components: Application
>    Affects Versions: 0.4
>            Reporter: John Ross
>
> Given the latest repo contents, I encounter the following error when 
> executing some junit tests.
> org.osgi.framework.BundleException: The bundle 
> "org.apache.aries.application.utils_0.4.0.SNAPSHOT [13]" could not be 
> resolved. Reason: Missing Constraint: Import-Package: org.apache.aries.util; 
> version="[0.4.0,1.0.0)"
>       at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
>       at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1311)
>       at 
> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
>       at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)
>       at 
> org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1130)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
>       at 
> org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
>       at 
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>       at 
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
> The manifest within org.apache.aries.application.utils-0.4-SNAPSHOT.jar 
> imports org.apache.aries.util;version="[0.4,1.0)" but 
> org.apache.aries.util-0.4-SNAPSHOT.jar exports 
> org.apache.aries.util;version="0.3.1". I've tried "mvn clean install" on 
> those two projects as well as just about everything else. Am I missing 
> something?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to