Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » buckminster svn support
buckminster svn support [message #380030] Thu, 11 September 2008 14:36 Go to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
Hi!

I'm in the process of upgrading my build infrastructure to eclipse 3.4. In
the past I used the subclipse team provider for the buckminster headless
product, but that does not work anymore. My Buckminster headless
installation script looks like this:

../buckminster install
http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
org.eclipse.buckminster.core.headless.feature
../buckminster install
http://download.cloudsmith.com/buckminster/external/site.xml
org.eclipse.buckminster.subclipse.headless.feature
../buckminster install
http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
org.eclipse.buckminster.cvs.headless.feature
../buckminster install
http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
org.eclipse.buckminster.pde.headless.feature
../buckminster install http://subclipse.tigris.org/update_1.2.x
org.eclipse.buckminster.svn.feature

I assume that the 1.2 version of subclipse is still the one to choose,
because there is no org.eclipse.buckminster.svn.feature for 1.4.x

However, upon trying to resolve a query which pulls things from svn I get
the following error:

!MESSAGE ERROR [0001] : No suitable provider for component
org.acoveo.callcenter.buckminster:buckminster was found in searchPath
default
ERROR [0001] : Rejecting provider
svn(svn://mydomain.org/svnroot/trunk/{0}): No component match was found

Could someone please outline the process of installing svn support for the
newest buckminster headless? I haven't had luck with the subversive support
either, because the org.eclipse.team.svn feature from
http://download.eclipse.org/releases/ganymede requires the whole
org.eclipse.platform feature (which includes gui components).

Thanks in advance,
Florian

--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: buckminster svn support [message #380032 is a reply to message #380030] Thu, 11 September 2008 16:25 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Florian,
Please use our update site at
http://download.cloudsmith.com/buckminster/external/site.xml . It contains two features:

org.eclipse.buckminster.subversive.headless.feature
org.eclipse.buckminster.subclipse.headless.feature

Both features are complete, i.e. they contain the needed client adapters. So no need to go
to tigris. The Buckminster feature found there is very very old. I've requested that it
should be updated but so far that hasn't happen.

Don't install both features. They are mutually exclusive.

Kind Regards,
Thomas Hallgren


DI Florian Hackenberger wrote:
> Hi!
>
> I'm in the process of upgrading my build infrastructure to eclipse 3.4. In
> the past I used the subclipse team provider for the buckminster headless
> product, but that does not work anymore. My Buckminster headless
> installation script looks like this:
>
> ./buckminster install
> http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
> org.eclipse.buckminster.core.headless.feature
> ./buckminster install
> http://download.cloudsmith.com/buckminster/external/site.xml
> org.eclipse.buckminster.subclipse.headless.feature
> ./buckminster install
> http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
> org.eclipse.buckminster.cvs.headless.feature
> ./buckminster install
> http://download.eclipse.org/tools/buckminster/updates/headle ss-site.xml
> org.eclipse.buckminster.pde.headless.feature
> ./buckminster install http://subclipse.tigris.org/update_1.2.x
> org.eclipse.buckminster.svn.feature
>
> I assume that the 1.2 version of subclipse is still the one to choose,
> because there is no org.eclipse.buckminster.svn.feature for 1.4.x
>
> However, upon trying to resolve a query which pulls things from svn I get
> the following error:
>
> !MESSAGE ERROR [0001] : No suitable provider for component
> org.acoveo.callcenter.buckminster:buckminster was found in searchPath
> default
> ERROR [0001] : Rejecting provider
> svn(svn://mydomain.org/svnroot/trunk/{0}): No component match was found
>
> Could someone please outline the process of installing svn support for the
> newest buckminster headless? I haven't had luck with the subversive support
> either, because the org.eclipse.team.svn feature from
> http://download.eclipse.org/releases/ganymede requires the whole
> org.eclipse.platform feature (which includes gui components).
>
> Thanks in advance,
> Florian
>
Re: buckminster svn support [message #380034 is a reply to message #380032] Thu, 11 September 2008 17:16 Go to previous messageGo to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
Thomas Hallgren wrote:
> Both features are complete, i.e. they contain the needed client adapters.
> So no need to go to tigris. The Buckminster feature found there is very
> very old. I've requested that it should be updated but so far that hasn't
> happen.
Ok, I see. The wiki is a bit misleading on this. I'll update it.

I still have problems resolving my query however. Would you mind having a
look? I posted the various files here: http://pastebin.com/m40204c9a

All the buckminster files are unchanged and did work with an older version
of buckminster (1.0.0.r09008).

Cheers,
Florian
--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: buckminster svn support [message #380037 is a reply to message #380034] Fri, 12 September 2008 14:22 Go to previous messageGo to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
DI Florian Hackenberger wrote:
> I still have problems resolving my query however. Would you mind having a
> look? I posted the various files here: http://pastebin.com/m40204c9a
I managed to get it to work using the build.xml for the buckminster build
system.

Cheers,
Florian
--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: buckminster svn support [message #380041 is a reply to message #380032] Mon, 15 September 2008 16:27 Go to previous messageGo to next message
Florian Hackenberger is currently offline Florian HackenbergerFriend
Messages: 123
Registered: July 2009
Senior Member
Thomas Hallgren wrote:
> Both features are complete, i.e. they contain the needed client adapters.
> So no need to go to tigris. The Buckminster feature found there is very
> very old. I've requested that it should be updated but so far that hasn't
> happen.

I just wanted to tell you that I tried both of them and only the subversive
plugin works. The subclipse plugin gives the error mentioned in the OP.
Shall I file a bug on that?

Cheers,
Florian


--
DI Florian Hackenberger
florian@hackenberger.at
www.hackenberger.at
Re: buckminster svn support [message #380043 is a reply to message #380041] Mon, 15 September 2008 18:39 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Please do. I think it's time for an upgrade to newer client libraries in any case.

Regards,
Thomas Hallgren

DI Florian Hackenberger wrote:
> Thomas Hallgren wrote:
>> Both features are complete, i.e. they contain the needed client adapters.
>> So no need to go to tigris. The Buckminster feature found there is very
>> very old. I've requested that it should be updated but so far that hasn't
>> happen.
>
> I just wanted to tell you that I tried both of them and only the subversive
> plugin works. The subclipse plugin gives the error mentioned in the OP.
> Shall I file a bug on that?
>
> Cheers,
> Florian
>
>
Previous Topic:CVS component reader changed?
Next Topic:Version rejected (when it seems it should not be rejected)
Goto Forum:
  


Current Time: Thu Apr 25 22:24:26 GMT 2024

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

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

Back to the top