-
Notifications
You must be signed in to change notification settings - Fork 4
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
The installation link in README https://dl.bintray.com/itemis/generic/xtext-testing/updates/ is not valid #9
Comments
Please note the link on the same server is listed in Franca dependencies for franca-photon |
bintray is dead. |
The link from README is probably not such a big issue. However it is the reason why Franca build fails for me on https://github.com/franca/franca/blob/ecb2b98b3a1d0e9b690bd4d454cf5ceb3f584aca/releng/org.franca.targetplatform/franca-photon.target#L59 I've built xtext-testing locally and got it installed into my .m2. However trying to figure out how to fix the Franca build now, no experience with PDEs (.target files) :) |
When you have build it locally you should have the resulting p2 repo below ./releng/eclipse-repository/target. |
Thanks @kthoms |
Target definitions can also work with absolute file URIs. That makes them system dependent, which is generally bad for build related topics. Better is to serve somewhere. I usually abuse a hosted Nexus repository for that. |
Thanks Karsten
and got an error (see below). I'm a bit confused now whether it indeed resolved the dependency from .target file or it is another missing library (org.eclipse.xtext.testing, which I kind of found here https://mvnrepository.com/artifact/org.eclipse.xtext/org.eclipse.xtext.testing)
|
you still seem to have also the 202201291429 timestamp does not seem to be freshly built requires 'bundle org.eclipse.xtext.testing 2.15.0' => you could try to downgrade xtext-testing to use xtext 2.14 but i am not sure if this will work. |
I see that you have Xtext 2.14 in the target. That is too low.
|
there are other places that use 2.14 too here in franca repo. |
IIRC there are reasons for this lower bound and 2.14 might not compatible. I fear that Franca needs an upgrade to a newer version, and this has to be done first before you continue here. You have successfully build this plugin and integrated in your target platform. So for this project you are done. Now you have to make sure that you build Franca with an updated target platform that at least uses Xtext 2.15 (which again is very old). |
no it was just my arbitrariness |
So we could just lower the requirement here in |
yes, and in the manifest, it still builds |
Just noticed the date on my VM is off. :) Sorry for confusion |
So I'm a bit confused now which way to go (or in what order) |
you can downgrade to 2.14 (manifest and target) |
Thanks a lot for your help |
Actually the Franca build passed with @cdietrich 's |
The link provided in README for installation
https://dl.bintray.com/itemis/generic/xtext-testing/updates/
seems to be not valid anymore
Gives an error
502 Bad Gateway
Please provide a valid link or remove the reference
The text was updated successfully, but these errors were encountered: