-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with p2 mirror configuration #2533
Comments
Bananeweizen
added a commit
to Bananeweizen/tycho
that referenced
this issue
Dec 24, 2023
If a proxy is specified with the https procotol in the settings.xml, Tycho fails downloading artifacts from any URL that uses that proxy, because it wrongly configures a SOCKS transport in such cases. Fixes eclipse-tycho#1935, eclipse-tycho#2709, eclipse-tycho#2533.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed an issue that the mirror configuration for a p2 repository is not working correctly. Honestly I am not sure if the issue is related to a trailing slash in the target definition or if the issue is somewhere else.
I tried to build Eclipse Equinox locally behind a corporate proxy, but I get strange errors. The error message is:
I tried to configure a local mirror in my settings.xml like this:
But the mirror doesn't seem to be used. I checked the target file that is downloaded in the local maven repository, and there I see a trailing slash in the repository location. The Tycho docs say, there should be no trailing slash.
The settings.xml is at the default location.
The info message before the failure is the following:
The eclipse-sdk-prereqs has trailing slashes in the location. As I said, I am not sure if this is really the issue, or if the mirror is not used. Can't tell if the mirror matching is too strict in the comparison. If this is really the case, IMHO Tycho should be less strict here and remove that requirement.
The text was updated successfully, but these errors were encountered: