Markus Oley Messages: 227 Registered: July 2009 Location: Germany
Senior Member
Hi to all,
I want to aggregate indigo-updatesite to hold an companyinternal mirror....
But I get the following exception: Cannot complete the install because one or more required items could not be found.
Missing requirement: Eclipse IDE for C/C++ Linux Developers 1.4.0.20110615-0550 (epp.package.linuxtools 1.4.0.20110615-0550) requires 'org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.0.20110615-0550]' but it could not be found
InstallableUnit(org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.0.20110615-0550,1.4.0.20110615-0550]) is required by:
ValidationSet(main)
Contribution(INDIGO)
MappedRepository(http://download.eclipse.org/releases/indigo)
InstallableUnit(epp.package.linuxtools 1.4.0.20110615-0550)
Missing requirement: Eclipse IDE for C/C++ Linux Developers 1.4.1.20110909-1818 (epp.package.linuxtools 1.4.1.20110909-1818) requires 'org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.1.20110909-1818]' but it could not be found
InstallableUnit(org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.1.20110909-1818,1.4.1.20110909-1818]) is required by:
ValidationSet(main)
Contribution(INDIGO)
MappedRepository(http://download.eclipse.org/releases/indigo)
InstallableUnit(epp.package.linuxtools 1.4.1.20110909-1818)
Is it possible that the given URL is not consistent?
What URL is the best for me to aggregate? (I need at least all dependend-plugins of distributions java /javaee / modeling)
The linux package is not consistent since it lacks the appropriate filters. You can add them to the aggregation yourself.
HTH,
- thomas
On 2011-10-17 16:39, Markus Oley wrote:
> Hi to all,
> I want to aggregate indigo-updatesite to hold an companyinternal mirror.... But I get the following exception: Cannot
> complete the install because one or more required items could not be found.
> Missing requirement: Eclipse IDE for C/C++ Linux Developers 1.4.0.20110615-0550 (epp.package.linuxtools
> 1.4.0.20110615-0550) requires 'org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.0.20110615-0550]' but it
> could not be found
>
> InstallableUnit(org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.0.20110615-0550,1.4.0.20110615-0550]) is
> required by:
> ValidationSet(main)
> Contribution(INDIGO)
> MappedRepository(http://download.eclipse.org/releases/indigo)
> InstallableUnit(epp.package.linuxtools 1.4.0.20110615-0550)
> Missing requirement: Eclipse IDE for C/C++ Linux Developers 1.4.1.20110909-1818 (epp.package.linuxtools
> 1.4.1.20110909-1818) requires 'org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.1.20110909-1818]' but it
> could not be found
>
> InstallableUnit(org.eclipse.epp.package.linuxtools.feature.feature.group [1.4.1.20110909-1818,1.4.1.20110909-1818]) is
> required by:
> ValidationSet(main)
> Contribution(INDIGO)
> MappedRepository(http://download.eclipse.org/releases/indigo)
> InstallableUnit(epp.package.linuxtools 1.4.1.20110909-1818)
>
> Is it possible that the given URL is not consistent? What URL is the best for me to aggregate? (I need at least all
> dependend-plugins of distributions java /javaee / modeling)
>
> This is my aggregator-file:
> <?xml version="1.0" encoding="UTF-8"?>
> <aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
> xmlns:aggregator="http://www.eclipse.org/b3/2011/aggregator/1.1.0" label="Updatesite Indigo">
> <validationSets label="main">
> <contributions label="INDIGO">
> <repositories location="http://download.eclipse.org/releases/indigo"/>
> </contributions>
> </validationSets>
> <configurations/>
> <configurations operatingSystem="linux" windowSystem="gtk"/>
> <configurations operatingSystem="macosx" windowSystem="cocoa"/>
> </aggregator:Aggregation>
>
> Thanks for your help
> Best regards Markus
>
>