Skip to main content

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

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


Back to the top