[aggregator] Problems with tutorial [message #496304] |
Mon, 09 November 2009 16:29 |
|
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 #496376 is a reply to message #496304] |
Mon, 09 November 2009 19:41 |
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03226 seconds