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

Hi

If you're building against the latest platform I-build; it's subtly broken.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=573306


    Regards

        Ed Willink

On 03/05/2021 18:19, Christian Dietrich wrote:
is it possible ci.eclipse.org has some crappy certificates java/p2/tycho
dont like?

Thanks
Christian

Am 03.05.21 um 19:11 schrieb Christoph Läubrich:
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


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tycho-user


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



Back to the top