Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Wildcards in provider tag of a .RMAP usin SVN
Wildcards in provider tag of a .RMAP usin SVN [message #494718] Mon, 02 November 2009 11:04 Go to next message
Alain  is currently offline Alain Friend
Messages: 115
Registered: July 2009
Senior Member
Hi

Does anybody know, if it is possible to use a kind of a wildcard (e.g.
"**") in the provider definition of a .RMAP configuration using a SVN
repository?

Like the ** in the following example?

<provider readerType="svn"
componentTypes="eclipse.feature,osgi.bundle,buckminster" source="true">
<uri
format=" svn://srv1/Entwicklung/Projects/app/branches/4.2_Buckminster _build/source/plugins/**/">
</uri>
</provider>

My problem is, that the plugin id and the name of the folder where the
plugins lives in, are not the same.
Example:
Name:MyUtil
ID: org.my.util
But there is no possibility to use e.g. a regex to convert the id to the
name.
So I tried to use a wildcard in the SVN URL to let the provider look up
all subdirectories of the SVN URL.

Thanks for your answers,
Alain.
Re: Wildcards in provider tag of a .RMAP usin SVN [message #494724 is a reply to message #494718] Mon, 02 November 2009 11:35 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Alain,
No, you cannot use wildcards in the provider URI. You can however have any number of providers in a
SearchPath and all of them will be searched.

Regards,
Thomas Hallgren


Alain wrote:
> Hi
>
> Does anybody know, if it is possible to use a kind of a wildcard (e.g.
> "**") in the provider definition of a .RMAP configuration using a SVN
> repository?
>
> Like the ** in the following example?
>
> <provider readerType="svn"
> componentTypes="eclipse.feature,osgi.bundle,buckminster" source="true">
> <uri
> format=" svn://srv1/Entwicklung/Projects/app/branches/4.2_Buckminster _build/source/plugins/**/">
>
> </uri>
> </provider>
>
> My problem is, that the plugin id and the name of the folder where the
> plugins lives in, are not the same.
> Example:
> Name:MyUtil
> ID: org.my.util
> But there is no possibility to use e.g. a regex to convert the id to the
> name.
> So I tried to use a wildcard in the SVN URL to let the provider look up
> all subdirectories of the SVN URL.
>
> Thanks for your answers,
> Alain.
Previous Topic:bundle build order is taken from feature
Next Topic:Error when accessing galileo update site on linux: Error accessing site stream. [Server returned HTT
Goto Forum:
  


Current Time: Thu Jan 23 11:55:07 GMT 2025

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

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

Back to the top