Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Virgo » Which repository to use when having dependency on virgo kernel modules?
Which repository to use when having dependency on virgo kernel modules? [message #719568] Sat, 27 August 2011 18:12 Go to previous message
pinkfloyd_360 is currently offline pinkfloyd_360
Messages: 15
Registered: August 2011
Junior Member
I'm building a web bundle and I'm using the virgo splash and admin web applications as my starting point.

I created a splash bundel with no problems. However, now that I'm building another bundle based on the admin web app, I'm having problems compiling my code because the dependencies are not resolved. I don't seem find the correct repositories to use with my pom file.

Here's the error that I'm receiving:

======

[ERROR] Failed to execute goal on project web: Could not resolve dependencies for project com.sample.web:war:0.0.1: Failed to collect dependencies for [org.eclipse.virgo:org.eclipse.virgo.framework:jar:2.1.0.RELEASE (compile)
======

I'm using the following in the project's pom file:


    <dependencies>
        <dependency>
            <groupId>org.eclipse.virgo</groupId>
            <artifactId>org.eclipse.virgo.framework</artifactId>
            <version>${virgo.kernel.ver}</version>
        </dependency>

        <dependency>
            <groupId>org.eclipse.virgo.test</groupId>
            <artifactId>org.eclipse.virgo.kernel</artifactId>
            <version>${virgo.kernel.ver}</version>
        </dependency>

      ...

      <repository>
        <id>eclipse.virgo.maven.repo</id>
        <name>Eclipse Virgo Maven Repository</name>
        <url>build.eclipse.org/rt/virgo/maven/bundles/</url>
      </repository>


(I removed "http" from the url link since I'm not allowed to include links with my post)

I have been switching the ${virgo.kernel.ver} to "2.1.0.RELEASE" and "3.0.0.RELEASE" but nothing is working.

Am I using the correct repository?

Thanks.

[Updated on: Sat, 27 August 2011 18:13]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic:How to downgrade Spring version to 2.5.6?
Next Topic:Equinox Bundles not supported yet
Goto Forum:
  


Current Time: Sat May 18 15:14:35 EDT 2013

Powered by FUDForum. Page generated in 0.02637 seconds