Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [Maven & Eclipse]

I would guess you're having a problem resolving things on eclipse.org
or one of its mirrors. There are 3 different versions of
org.eclipse.ui in the Luna site, so you should be able to see at least
one of them.

It's because of sporadic p2 metadata/artifact resolution failures
pulling from eclipse.org mirrors that we mirror ALL the stuff we need
in our target platform to our own mirror on download.jboss.org so we
can fully control what's there and how it's built.

Just to see if it's a network/mirror failure or something else (ie., a
problem in your code), you could try using our mirror *temporarily* as
a replacement for your ref to
http://download.eclipse.org/releases/luna

http://download.jboss.org/jbosstools/updates/requirements/luna/201406120900-RC4/
(Luna R)
http://download.jboss.org/jbosstools/updates/requirements/luna/201502190900-SR2-RC4/
(Luna SR2)

Please don't rely on this site in your builds, however, as we may at
some point remove it.

Note also regarding the warning, "No connector available to access repository":

https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06446.html

On Tue, Jan 12, 2016 at 10:00 AM, Christelle BURGUERA
<Christelle.BURGUERA@xxxxxx> wrote:
> Is it possible there is an issue with the download process ???
>
> I put –X to have the debug trace and I’ve this warning :
>
> [WARNING] Could not transfer metadata
> com.st.system.workbench:Maven_SW4STM32:1.6.0-SNAPSHOT/maven-metadata.xml
> from/to eclipse-luna (http://download.eclipse.org/releases/luna): No
> connector available to access repository eclipse-luna
> (http://download.eclipse.org/releases/luna) of type p2 using the available
> factories AsyncRepositoryConnectorFactory, WagonRepositoryConnectorFactory
>
>
>
> From: Christelle BURGUERA
> Sent: Tuesday, January 12, 2016 3:12 PM
> To: tycho-user@xxxxxxxxxxx
> Subject: RE: [tycho-user] [Maven & Eclipse]
>
>
>
> I already try withou version, Tycho but 0.0.0 … but no change …
>
> Error will be : Missing requirement: pouet.product 1.6.0.qualifier requires
> 'bundle org.eclipse.ui 0.0.0' but it could
>
>
>
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
> On Behalf Of Mickael Istria
> Sent: Tuesday, January 12, 2016 3:10 PM
> To: tycho-user@xxxxxxxxxxx
> Subject: Re: [tycho-user] [Maven & Eclipse]
>
>
>
> On 01/12/2016 03:07 PM, Christelle BURGUERA wrote:
>
> Hi Nick, Hi All,
>
>
>
> I download your source and I was inspired by what you did :
>
> - root pom.xml that  references 3 modules (to build a plugin, a feature and
> a product) :
>
> - pom.xml that references the module plugin/pom.xml  (eclipse-plugin) a
> plugin where is the branding
>
> - pom.xml that references the module feature/pom.xml (eclipse-feature) a
> feature that include the plugin below (Plug-ins and Fragments)
>
> - pom.xml (eclipse-repository), where is the .product
>
>
>
> I've an error with the maven install :
>
> [ERROR] Cannot resolve project dependencies:
>
> [ERROR]   Software being installed: pouet.product.product 1.6.0.qualifier
>
> [ERROR]   Missing requirement: pouet.product 1.6.0.qualifier requires
> 'bundle org.eclipse.ui 3.106.1' but it could not be found
>
>
>
> Could it be the version of the bundle that's too restrictive in
> pouet.product compared to what's available in your TP? Try 0.0.0.
>
> --
> Mickael Istria
> Eclipse developer at JBoss, by Red Hat
> My blog - My Tweets
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-user



-- 
Nick Boldt :: Productization Lead :: JBoss Tools & Dev Studio :: Red Hat, Inc.
http://nick.divbyzero.com


Back to the top