Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » readerType="eclipse.import" with .map files and site.mirror
readerType="eclipse.import" with .map files and site.mirror [message #377740] Mon, 23 June 2008 12:46 Go to next message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
Hi,

with the following searchPath in a rmap and materialization set to
site.mirror in the component query, materialization runs into a 404
because it tries to materialize from e.g.:

http://download.eclipse.org/tools/orbit/downloads/drops/R200 80611105805/orbitBundles-R20080611105805.map/plugins/org.apa che.xml.resolver_1.2.0.v200806030312.jar

Apparently buckminster simply concatenates the repository uri with the
bundle path/name, but ignores whatever is in the .map file.

Materialization into workspace/filesystem however works fine. So I
wonder if I use the correct readerType since the URL points to a .map
file instead of an update site.


<searchPath name="default">
<provider readerType="eclipse.import"
componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="false">
<uri
format=" http://download.eclilpse.org/tools/orbit/downloads/drops/R20 080611105805/orbitBundles-R20080611105805.map"/>
</provider>
</searchPath>

Markus
Re: readerType="eclipse.import" with .map files and site.mirror [message #377741 is a reply to message #377740] Mon, 23 June 2008 12:59 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Markus,
This doesn't look good. Can you please enter a bugzilla?

Thanks,
Thomas Hallgren

Markus Alexander Kuppe wrote:
> Hi,
>
> with the following searchPath in a rmap and materialization set to
> site.mirror in the component query, materialization runs into a 404
> because it tries to materialize from e.g.:
>
> http://download.eclipse.org/tools/orbit/downloads/drops/R200 80611105805/orbitBundles-R20080611105805.map/plugins/org.apa che.xml.resolver_1.2.0.v200806030312.jar
>
>
> Apparently buckminster simply concatenates the repository uri with the
> bundle path/name, but ignores whatever is in the .map file.
>
> Materialization into workspace/filesystem however works fine. So I
> wonder if I use the correct readerType since the URL points to a .map
> file instead of an update site.
>
>
> <searchPath name="default">
> <provider readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature" mutable="false"
> source="false">
> <uri
> format=" http://download.eclilpse.org/tools/orbit/downloads/drops/R20 080611105805/orbitBundles-R20080611105805.map"/>
>
> </provider>
> </searchPath>
>
> Markus
Re: readerType="eclipse.import" with .map files and site.mirror [message #377744 is a reply to message #377741] Mon, 23 June 2008 13:14 Go to previous message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
Thomas Hallgren wrote:
> Hi Markus,
> This doesn't look good. Can you please enter a bugzilla?
>
> Thanks,
> Thomas Hallgren

Done https://bugs.eclipse.org/bugs/show_bug.cgi?id=238102
Previous Topic:Buckminster and EMF jet builder
Next Topic:Platform independent product build
Goto Forum:
  


Current Time: Fri Apr 26 06:42:16 GMT 2024

Powered by FUDForum. Page generated in 0.03197 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top