Replies: 2 comments 16 replies
-
this does not tell where the bad variant is coming from |
Beta Was this translation helpful? Give feedback.
-
in the log i can find 2022-06-13T21:24:31.9474128Z [DEBUG] biz.aQute.bnd:biz.aQute.bndlib:jar:6.3.1:compile can this be a side effect of the bnd update? |
Beta Was this translation helpful? Give feedback.
-
on the github action nightly build against tycho 3.0.0
we see this error tonight
https://github.com/itemis/xtext-reference-projects/runs/6855276729?check_suite_focus=true
what does tycho want to tell us.
when i run the build locally, tycho is perfectly fine
same when i run on jenkins
on interesting point is this in the log
is this a new feature? does it work properly with multiple tycho versions?
the cache thing seems to be unrelated.why does tycho resolve/consider local artifacts at all and does not resolve the stuff from the target platform, but downloads stuff from the target platform and then complains about it.
ok. the ide project has
<pomDependencies>consider</pomDependencies>
but why is this preferred about p2 deps and why does it work locally and on jenkins
using a separate maven repo seems to help neither
i have no clue where to start investigating. do you @laeubi
here i a log with debug enabled
https://pipelines.actions.githubusercontent.com/serviceHosts/7f567f03-0c97-4d1b-94b0-cb817cff75a8/_apis/pipelines/1/runs/2128/signedlogcontent/22?urlExpires=2022-06-13T19%3A47%3A48.2827552Z&urlSigningMethod=HMACV1&urlSignature=csbbLWbT6U5AuFjkE5M6GHGKPDLeoki9KSl93nShnlE%3D
on another local machine i can see following entry in generated org.eclipse.xtext.example.domainmodel.ide/.tycho-consumer-pom.xml
this is also the maven dependency that is nowhere in my pom and not the p2 dependency
2022-06-13T20:29:23.7782565Z [DEBUG] P2resolver.addMavenArtifact org.osgi:org.osgi.util.promise:eclipse-plugin:1.2.0:compile
Beta Was this translation helpful? Give feedback.
All reactions