Replies: 11 comments 3 replies
-
Hi, The fellowing message is displayed by Maven :: [INFO] Adding repository https://dl.bintray.com/subclipse/releases/subclipse/4.3.x Is this update can be the cause if this issue ? |
Beta Was this translation helpful? Give feedback.
-
It is true that the 4.3.0 version of the feature would not be available at the 4.3.x update site URL since the current version is now 4.3.2. You could get it by using the 4.3.0 update site .. or you could move to the 4.3.2 version of the feature. So you will need to adjust your build. Either pull in the new version of the feature or adjust the URL you are using for the update site to be the specific 4.3.0 URL. https://dl.bintray.com/subclipse/releases/subclipse/4.3.0/ You should note though that the more specific URL only includes Subclipse and not its dependencies. The 4.3.x version is a "meta" update site that pulls in Subclipse and the dependencies. So the best thing to do would be to move to the 4.3.2 version in your build process. |
Beta Was this translation helpful? Give feedback.
-
Hi, Same problem with 4.3.2 : [INFO] Fetching p2.index from https://dl.bintray.com/subclipse/releases/subclipse/4.3.2/ (172B) |
Beta Was this translation helpful? Give feedback.
-
Well it is not the "same problem" now it is complaining about JavaHL. The 1.11 version is there, but there is also a 1.14 version. In the Eclipse UI you can ask it to show all versions and choose an older version but it shows the 1.14 (newest) version by default. I do not know what Maven offers here so I cannot help you with that. You definitely should not be using 1.11 though as it is not a supported SVN version. 1.10 and 1.14 are the current LTS versions and the only ones currently supported. All of them are available. |
Beta Was this translation helpful? Give feedback.
-
So in my target plateforme i must add the URL https://dl.bintray.com/subclipse/releases/javahl/1.14.0/ ? Only with the URL https://dl.bintray.com/subclipse/releases/subclipse/4.3.2/ it's not working. [INFO] Fetching p2.index from https://dl.bintray.com/subclipse/releases/subclipse/4.3.2/ (172B) |
Beta Was this translation helpful? Give feedback.
-
You are only giving me the errors so it just leave me to guess what you are doing in your code. But somewhere you had a reference to the 4.3.x update site URL. I think you should leave that as is. Somewhere else you specify to install version 4.3.0 of the subclipse feature. I think you should update that to 4.3.2. Or maybe your code allows something like a greaterThanOrEqual specifier and you could use that instead of an exact version? Likewise, you are specifying 1.11 of JavaHL and you should update that to 1.14. But all of these versions are available on the 4.3.x update site and ought to work if specified correctly. |
Beta Was this translation helpful? Give feedback.
-
Hi, We are using Java 11 and Eclipse 06-2020 and during the Jenkins build this new issue suddenly appeared the 11/12 (working well the 08/12) : [INFO] Adding repository https://dl.bintray.com/subclipse/releases/subclipse/4.3.x Regards. |
Beta Was this translation helpful? Give feedback.
-
following location sorry |
Beta Was this translation helpful? Give feedback.
-
Ho well there is a problem on my copy / paste location !!! I try again : |
Beta Was this translation helpful? Give feedback.
-
XML syntax seems to be not supported : repository location="https://dl.bintray.com/subclipse/releases/subclipse/4.3.x/" |
Beta Was this translation helpful? Give feedback.
-
Problem is fixed. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
This was not a big release, it was mainly just triggered by moving the build process over to Github Actions and needing to make sure the entire process works. That said, the development snapshot version has supported Subversion 1.14 for quite a while now so this has been pushed to the official release and was long overdue. I also was able to get SVNKit updated to the latest version. There are some fixes that come in as well.
Details are here: https://github.com/subclipse/subclipse/releases/tag/4.3.2
Mark
Beta Was this translation helpful? Give feedback.
All reactions