google.collect / google.guava [message #976338] |
Thu, 08 November 2012 14:02  |
Eclipse User |
|
|
|
Hi,
I rather newbie to Buckminster, I am currently setting up my .rmap to resolve dependencies.
An interresting case is google.collect. It came with xtext, and I have been using reference to the plugin in my own plugins. In Orbit however, it's likely called Guava. Can I Advise CQuery to match google.collect to google.guava? (An alternative would be to include an own feature which would point to a google.collect named feature, but that's a hack. More ideas are welcome!
Thanks, Christophe
|
|
|
Re: google.collect / google.guava [message #976346 is a reply to message #976338] |
Thu, 08 November 2012 14:06   |
Eclipse User |
|
|
|
Orbit contains both collect and guava.
In Xtext we use following setup:
<rm:locator pattern="^com\.google(?:\..+)?$" searchPathRef="orbit"/>
<rm:searchPath name="orbit">
<rm:provider componentTypes="eclipse.feature,osgi.bundle" readerType="p2" source="false" mutable="false">
<rm:uri format="{0}/modeling/tmf/xtext/updates/orbit">
<bc:propertyRef key="eclipse.download"/>
</rm:uri>
</rm:provider>
</rm:searchPath>
|
|
|
|
|
|
Re: google.collect / google.guava [message #976382 is a reply to message #976369] |
Thu, 08 November 2012 14:39   |
Eclipse User |
|
|
|
OK, thanks for the pointer.
It seems the URI to the "self-managed" orbit containing google collect, is a local workspace or target for your buckminster, which is not useful outside it's context. I would not post it here, but thanks anyway.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04437 seconds