Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Current Simrel repo inconsistent?

Christian, please report it here:
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues

I assume SDK build doesn't see the error for some obscure reason.


Am 6. August 2022 08:05:16 MESZ schrieb Christian Dietrich <christian.dietrich@xxxxxxxxx>:
>hi,
>
>as you can see in screenshot platform depends to batik depends to xmlgraphics depends to io
>we depend on org.eclipse.rcp.feature.group only
>
>git clone https://github.com/itemis/xtext-reference-projects.git
>cd xtext-reference-projects
>scripts/domainmodel-2.28.sh
>
>adding a dependency to orbits commons.io explicitely helps
>
>Am 06.08.22 um 07:49 schrieb Andrey Loskutov:
>> See https://www.eclipse.org/lists/cross-project-issues-dev/msg19288.html and for the current case https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/426
>> 
>> There must be also some dependencies in your build that need org.apache.commons.io which is no more available in SDK itself (well, it's there but under another symbolic name and probably different osgi metadata).
>> 
>> 
>> Am 6. August 2022 07:17:08 MESZ schrieb Christian Dietrich <christian.dietrich@xxxxxxxxx>:
>>> *hi, anybody have an idea whats broken here? 21:33:56*   [ERROR] Cannot resolve project dependencies:
>>> *21:33:56*   [ERROR]   Software being installed: org.eclipse.rcp.feature.group 4.25.0.v20220728-1800
>>> *21:33:56*   [ERROR]   Missing requirement: org.apache.xmlgraphics 2.6.0.v20210409-0748 requires 'java.package; org.apache.commons.io 1.3.1' but it could not be found
>>> *21:33:56*   [ERROR]   Cannot satisfy dependency: org.apache.batik.css 1.14.0.v20210324-0332 depends on: java.package; org.apache.xmlgraphics.java2d.color 2.2.0
>>> *21:33:56*   [ERROR]   Cannot satisfy dependency: org.eclipse.e4.rcp.feature.group 4.25.0.v20220727-1405 depends on: org.eclipse.equinox.p2.iu; org.apache.batik.css [1.14.0.v20210324-0332,1.14.0.v20210324-0332]
>>> *21:33:56*   [ERROR]   Cannot satisfy dependency: org.eclipse.rcp.feature.group 4.25.0.v20220728-1800 depends on: org.eclipse.equinox.p2.iu; org.eclipse.e4.rcp.feature.group [4.25.0.v20220727-1405,4.25.0.v20220727-1405]
>>> 
>> --
>> Kind regards,
>> Andrey Loskutov
>> 
>> https://www.eclipse.org/user/aloskutov
>> Спасение утопающих - дело рук самих утопающих
>> _______________________________________________
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
>

--
Kind regards,
Andrey Loskutov

https://www.eclipse.org/user/aloskutov
Спасение утопающих - дело рук самих утопающих


Back to the top