Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » target platform materialization with zipped components
target platform materialization with zipped components [message #659974] Wed, 16 March 2011 13:00 Go to next message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
Hi,

ia m trying to materialize a target platform with a component that is
only available as a zip file containing plugins/features directory.

my cspec has a dependency to one of the feature of this zip file, and i
cannot find the correct readertype for this kind of component.

my rmap looks like this :
<rm:provider componentTypes="osgi.bundle,eclipse.feature,unknown"
readerType="url.zipped" resolutionFilter="">
<rm:uri
format=" {0}/technology/epf/composer/release/epfc-richtext-1.5.1.1-li nux.zip ">
<bc:propertyRef key="eclipse.download"/>
</rm:uri>
</rm:provider>

Any help appreciated,

--
Cheers,

Stéphane Bouchet, OBEO
Re: target platform materialization with zipped components [message #661375 is a reply to message #659974] Thu, 24 March 2011 12:48 Go to previous messageGo to next message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
Hi,

i am totally stuck with this issue, since i cannot reach any p2
repository hosting these features.

anybody can help ?


Le 16/03/2011 14:00, Stéphane Bouchet a écrit :
> Hi,
>
> ia m trying to materialize a target platform with a component that is
> only available as a zip file containing plugins/features directory.
>
> my cspec has a dependency to one of the feature of this zip file, and i
> cannot find the correct readertype for this kind of component.
>
> my rmap looks like this :
> <rm:provider componentTypes="osgi.bundle,eclipse.feature,unknown"
> readerType="url.zipped" resolutionFilter="">
> <rm:uri
> format=" {0}/technology/epf/composer/release/epfc-richtext-1.5.1.1-li nux.zip ">
>
> <bc:propertyRef key="eclipse.download"/>
> </rm:uri>
> </rm:provider>
>
> Any help appreciated,
>


--
Cheers,

Stéphane Bouchet, OBEO
Re: target platform materialization with zipped components [message #661393 is a reply to message #661375] Thu, 24 March 2011 13:51 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Stephan,

I'm afraid the Buckminster resolver doesn't provide support for finding bundles and features in nested folders in a zip.
Here are some ideas on how you can get passed this:

1. Use the source. Available through CVS :pserver:anonymous@dev.eclipse.org:/cvsroot/technology/org.eclipse.epf
2. Offer to help the epf project in setting up a p2 update site.
3. We add the support necessary to do this to the url.zipped reader. Patches are welcome ;-)
4. Precede the build with a download and unzip, then use a local reader to resolve the content.

HTH,
- thomas


On 2011-03-24 13:48, Stéphane Bouchet wrote:
> Hi,
>
> i am totally stuck with this issue, since i cannot reach any p2 repository hosting these features.
>
> anybody can help ?
>
>
> Le 16/03/2011 14:00, Stéphane Bouchet a écrit :
>> Hi,
>>
>> ia m trying to materialize a target platform with a component that is
>> only available as a zip file containing plugins/features directory.
>>
>> my cspec has a dependency to one of the feature of this zip file, and i
>> cannot find the correct readertype for this kind of component.
>>
>> my rmap looks like this :
>> <rm:provider componentTypes="osgi.bundle,eclipse.feature,unknown"
>> readerType="url.zipped" resolutionFilter="">
>> <rm:uri
>> format=" {0}/technology/epf/composer/release/epfc-richtext-1.5.1.1-li nux.zip ">
>>
>> <bc:propertyRef key="eclipse.download"/>
>> </rm:uri>
>> </rm:provider>
>>
>> Any help appreciated,
>>
>
>
Re: target platform materialization with zipped components [message #661598 is a reply to message #661393] Fri, 25 March 2011 14:33 Go to previous message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
Le 24/03/2011 14:51, Thomas Hallgren a écrit :
> Hi Stephan,
>
> I'm afraid the Buckminster resolver doesn't provide support for finding
> bundles and features in nested folders in a zip. Here are some ideas on
> how you can get passed this:
>
> 1. Use the source. Available through CVS
> :pserver:anonymous@dev.eclipse.org:/cvsroot/technology/org.eclipse.epf

i wanted to use the already released version of epf, not reusing the
sources.

> 2. Offer to help the epf project in setting up a p2 update site.

already opened a bug for this, i will propose my help to do so.

> 3. We add the support necessary to do this to the url.zipped reader.
> Patches are welcome ;-)

good idea, i'll look into buckminster on free time :)

> 4. Precede the build with a download and unzip, then use a local reader
> to resolve the content.

that is the solution i used for now. thanks for help !

>
> HTH,
> - thomas
>
>
> On 2011-03-24 13:48, Stéphane Bouchet wrote:
>> Hi,
>>
>> i am totally stuck with this issue, since i cannot reach any p2
>> repository hosting these features.
>>
>> anybody can help ?
>>
>>
>> Le 16/03/2011 14:00, Stéphane Bouchet a écrit :
>>> Hi,
>>>
>>> ia m trying to materialize a target platform with a component that is
>>> only available as a zip file containing plugins/features directory.
>>>
>>> my cspec has a dependency to one of the feature of this zip file, and i
>>> cannot find the correct readertype for this kind of component.
>>>
>>> my rmap looks like this :
>>> <rm:provider componentTypes="osgi.bundle,eclipse.feature,unknown"
>>> readerType="url.zipped" resolutionFilter="">
>>> <rm:uri
>>> format=" {0}/technology/epf/composer/release/epfc-richtext-1.5.1.1-li nux.zip ">
>>>
>>>
>>> <bc:propertyRef key="eclipse.download"/>
>>> </rm:uri>
>>> </rm:provider>
>>>
>>> Any help appreciated,
>>>
>>
>>
>
>


--
Cheers,

Stéphane Bouchet, OBEO
Previous Topic:Import target definition problem with plugin version conflict
Next Topic:Materialization problem from the IDE
Goto Forum:
  


Current Time: Sat Apr 20 02:58:48 GMT 2024

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

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

Back to the top