Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unsatisfied dependency to fragment in feature

Have you checked:

 

.m2/repository/.meta/p2-local-metadata.properties

 

Which is tychos locally build artifacts index ..

 

When bundles are build before, they are listed there and they can be fetched by your build from there via id reference in a feature/product..

Be sure to have the correct syntax for reference…

Do you delete local-repo before building the first reactor and reference the plugin in the feature via magic number 0.0.0 ?

 

 

Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Jeff MAURY
Gesendet: Dienstag, 6. August 2013 10:51
An: Tycho user list
Betreff: Re: [tycho-user] Unsatisfied dependency to fragment in feature

 

Tycho will also install in the local repository the plugin jar with the qualifier (in a "hidden" separate location) and should be able to resolve it.

 

Jeff

 

On Tue, Aug 6, 2013 at 10:29 AM, Jan Pešta <jan.pesta@xxxxxxxxxxx> wrote:

Hi,

 

We are building large eclipse project using maven and tycho.

 

I have split the whole project into several reactors.

 

Problem what I have is that when last reactor is build, it has internal dependency to result of previous reactors.

 

When I checked maven repository I see that plugins are available but they have not correct version. The feature is installed in maven repository with version containing –SNAPSHOT, also created jar has SNAPSHOT in name, but when I check context of feature.xml I see qualifier replaced with a build date and all plugins have also replaced qualifier in versions. So then this feature can’t find the plugin because in maven repository is accessible with SNAPSHOT and not with exact version.

 

Can you please let me know what can be wrong here.


Thanks,

Jan

 

 

 

Kind regards / S pozdravem

 

Fehler! Es wurde kein Dateiname angegeben.

Jan Pešta

SW Engineer Sr.

 

CertiCon a.s., www.certicon.cz

Vaclavska 12

12000 Prague 2

Czech Republic

 

Office Prague: +420 224 904 406

Mobile: +420 604 794 306

 

E-mail: jan.pesta@xxxxxxxxxxx

 


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



 

--
Jeff MAURY

Das Bild wurde vom Absender entfernt.
"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

*****************************************************
This e-mail may contain confidential material. It is intended only for the person or entity which it is addressed to. In case you should not be supposed to get this e-mail we ask you to delete it without taking notice of its content. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of The Swiss Raiffeisen Group. Therefore this e-mail does not represent a binding agreement nor an offer to deal. E-Mail transmission can be insecure and can contain errors. Information could be intercepted, corrupted, lost, destroyed, incomplete or may contain viruses. Neither The Swiss Raiffeisen Group nor the sender can accept any liability for any kind of damage as the result of viruses or transmission errors.
****************************************************


Back to the top