Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to analyze Could not find "xxx/0.0.0" in the repositories of the current location

As a first step you should enable


-Dtycho.debug.resolver=true -X

see [1] for a short summary(feel free to enhance the wiki if appropriate).

Second you should keep an eye that your project actually using the target you expect. I also found it useful in debug scenarios to disable the local artifact resolution[2]:

-Dtycho.localArtifacts=ignore

[1] https://wiki.eclipse.org/Tycho/Target_Platform#Dependency_resolution_troubleshooting
[2] https://wiki.eclipse.org/Tycho/Target_Platform#Locally_built_artifacts


Am 03.05.21 um 19:03 schrieb Christian Dietrich:
Hi,

using a p2 repo from Xtext Jenkins
i am getting

Could not find "org.eclipse.xtend.feature.group/0.0.0" in the
repositories of the current location

although the artifact is there (in version 2.26.0)

is there any change to debug what p2 downloads and sees from the repo?

Thanks
Christian




Back to the top