Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » [aggregator] Problems with tutorial
[aggregator] Problems with tutorial [message #496304] Mon, 09 November 2009 16:29 Go to next message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

I have installed the Aggregator and was following the tutorial http://wiki.eclipse.org/Getting_Started_With_Aggregator_%28B uckminster%29.

My example.build file is as follows (my project is attached):
<?xml version="1.0" encoding="UTF-8"?>
<aggregator:Aggregator xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/buckminster/2009/aggregator" label="Bucky">
  <configurations/>
  <contributions label="Platform">
    <repositories location="http://download.eclipse.org/eclipse/updates/3.5">
      <metadataRepository href="p2:http://download.eclipse.org/eclipse/updates/3.5#/"/>
    </repositories>
  </contributions>
  <contributions label="Buckminster">
    <repositories location="http://download.eclipse.org/tools/buckminster/updates-3.5">
      <features validConfigurations="//@configurations.0" categories="//@customCategories[identifier='org.eclipse.buckminster']">
        <installableUnit href="p2:http://download.eclipse.org/tools/buckminster/updates-3.5#//@installableUnits[id='org.eclipse.buckminster.core.feature.feature.group',version='1.1.350.r10881']"/>
      </features>
      <metadataRepository href="p2:http://download.eclipse.org/tools/buckminster/updates-3.5#/"/>
    </repositories>
  </contributions>
  <customCategories identifier="org.eclipse.buckminster" label="org.eclipse.buckminster" features="//@contributions[label='Buckminster']/@repositories.0/@features.0"/>
</aggregator:Aggregator>


When executing the "Verify Repository" action I get an error:
"Adding a profile with duplicate id: GalileoTest."

Any idea what's wrong? Should I open a bug?

Kind regards,
~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
Re: [aggregator] Problems with tutorial [message #496315 is a reply to message #496304] Mon, 09 November 2009 16:53 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Karsten,
I think that bug has been fixed already. Can you please update your aggregator and try again?

Also, I noted that the update site link on the wiki page was incorrect. It should be

http://download.eclipse.org/tools/buckminster/updates-3.5 (and not tools-3.5).

I have changed the wiki page.

Regards,
Thomas Hallgren


On 11/09/2009 05:29 PM, Karsten Thoms wrote:
> I have installed the Aggregator and was following the tutorial
> http://wiki.eclipse.org/Getting_Started_With_Aggregator_%28B uckminster%29.
>
> My example.build file is as follows (my project is attached):
>
> <?xml version="1.0" encoding="UTF-8"?>
> <aggregator:Aggregator xmi:version="2.0"
> xmlns:xmi="http://www.omg.org/XMI"
> xmlns:aggregator="http://www.eclipse.org/buckminster/2009/aggregator"
> label="Bucky">
> <configurations/>
> <contributions label="Platform">
> <repositories location="http://download.eclipse.org/eclipse/updates/3.5">
> <metadataRepository
> href="p2:http://download.eclipse.org/eclipse/updates/3.5#/"/>
> </repositories>
> </contributions>
> <contributions label="Buckminster">
> <repositories
> location="http://download.eclipse.org/tools/buckminster/updates-3.5">
> <features validConfigurations="//@configurations.0"
> categories="//@customCategories[identifier='org.eclipse.buckminster'] ">
> <installableUnit
> href=" p2:http://download.eclipse.org/tools/buckminster/updates-3.5 #//@installableUnits [id='org.eclipse.buckminster.core.feature.feature.group',ver sion='1.1.350.r10881'] "/>
>
> </features>
> <metadataRepository
> href=" p2:http://download.eclipse.org/tools/buckminster/updates-3.5 #/"/>
> </repositories>
> </contributions>
> <customCategories identifier="org.eclipse.buckminster"
> label="org.eclipse.buckminster"
> features=" //@contributions[label='Buckminster']/@repositories.0/@featu res.0 "/>
>
> </aggregator:Aggregator>
>
>
> When executing the "Verify Repository" action I get an error:
> "Adding a profile with duplicate id: GalileoTest."
>
> Any idea what's wrong? Should I open a bug?
>
> Kind regards,
> ~Karsten
Re: [aggregator] Problems with tutorial [message #496376 is a reply to message #496304] Mon, 09 November 2009 19:41 Go to previous message
Karsten Thoms is currently offline Karsten ThomsFriend
Messages: 762
Registered: July 2009
Location: Dortmund, Germany
Senior Member

Hi Thomas,

you were right, I had to update my installation. With the installation I had the update caused troubles, but I installed the feature now again on a clean installation. I finally come further. It is a bit tedious at the moment to come to a valid configuration for my scenario, but as long as it does the job...

Thank you for your support and the effort on this tool!

Best wishes,
~Karsten


Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
Previous Topic:p2 profile created By Buckminster
Next Topic:Passing Properties to prebind actions
Goto Forum:
  


Current Time: Thu Apr 25 16:53:57 GMT 2024

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

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

Back to the top