Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Resolving third-party plugins automatically

It will depend on what version of guava you are using...

guava was osgified only in version 12 http://code.google.com/p/guava-libraries/issues/detail?id=688

regards,

Cristiano

On 14/06/12 07:29, Mickael Istria wrote:
On 06/14/2012 12:20 PM, Jesper Eskilson wrote:
I'm building a p2 repository using Tycho which contains a plugin which has a dependency on com.google.guava. When I try to install into a out-of-the-box Eclipse, com.google.guava can't be found. What is the best way to specify where com.google.guava should be fetched from? I tried adding the site to the list of "Sites To Visit", but that list does not seem to be used.
There is probably a way to add associated site using a p2.inf file.
But you could also think about adding com.google.guava to the repository you produce, it would be simpler for you and end-users.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets


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


Back to the top