-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot build emfviews using Maven #4
Comments
Right, you need I've added instructions to install sexp2emf first. Hopefully at some point we'll get it uploaded on maven central so you don't have this extra step. |
Thanks @fmdkdd I've installed |
Ah yes, you also need to generate the manual. That is slightly more involved. If you really want to, here is the one-line solution with Docker: Lines 21 to 24 in 348588e
But really, I would prefer a way to make that step optional. Users don't need to build the manual usually. I'll look into that. Thanks for the reporting! |
So, I should skip that doc module, But if I try to skip it in Maven with: |
I think it's because the After pulling this change, you should be able to build the plugins without the manual. |
Thanks, I could generate the doc following your readme. Now Maven building progresses, but fails in module |
That one is new. I cannot reproduce, but I get a different error on my side from a fresh clone. Our Travis builds have no issue building that, which is weird. I'll investigate further. |
Ok so I definitely cannot reproduce locally. A Maven build from fresh clone works here. The issue I was having was stemming from cloning into I've bumped the pom.xml dependencies in ac56779 to align with Eclipse 4.9, so you might have better luck with that one. |
Weird. I have a clean local clone of your repository, but still after a |
Bonjour, Thank you in advance, |
Anything from Oxygen and up should work.
The update site works for me in a fresh Eclipse Modeling 2019-03. You do need to install Epsilon first however. Unfortunately, I didn't find any way to make Eclipse contact the Epsilon update site. However, I've just split the plugin that depends on Epsilon in a different feature, since it's not essential. |
Thanks for your response. https://megamart2-ecsel.eu/megamrt2-eclipse-ide/ With additional plugins mentioned in the EMFview manual. |
Thank you for splitting out epsilon into a separate feature.
From:
fmdkdd <notifications@github.com>
To:
atlanmod/emfviews <emfviews@noreply.github.com>,
Cc:
mosgilm <m.gilmore@pilz.ie>, Comment <comment@noreply.github.com>
Date:
17/05/2019 14:25
Subject:
Re: [atlanmod/emfviews] Cannot build emfviews using Maven (#4)
I can't find is the eclipse version ?
Anything from Oxygen and up should work.
its been a while since emfviews was created the latest eclipse (with
correct dependencies) doesn't work anymore.
The update site works for me in a fresh Eclipse Modeling 2019-03. You do
need to install Epsilon first however. Unfortunately, I didn't find any
way to make Eclipse contact the Epsilon update site. However, I've just
split the plugin that depends on Epsilon in a different feature, since
it's not essential.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
This e-mail, including any attachments, may contain private or confidential information. Any unauthorised disclosure, copying or distribution of the confidential information contained therein, or the taking of any action based on it, is prohibited. The sender disclaims any liability for the integrity of this email. Legally binding declarations must be in written form. If you think you may not be the intended recipient, or if you have received this e-mail in error, please contact the sender immediately and delete all copies of this e-mail. If you are not the intended recipient, you must not reproduce any part of this e-mail or disclose its contents to any other party. This message represents the opinion of the sender and not necessarily the opinion of the company.
|
That's curious. I get no issue with 1.5. But EMF Views should work fine with 1.4 anyway. |
The issue is outdated and has already been fixed within newer versions. |
Bonjour,
I've followed the installation instructions to build EMFViews from Git sources, using Maven. However, the Maven build fails because of a missing dependency:
[ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: org.atlanmod.emfviews.tests 0.3.0.qualifier [ERROR] Missing requirement: org.atlanmod.emfviews.tests 0.3.0.qualifier requires 'bundle org.atlanmod.sexp2emf 0.1.0' but it could not be found
Bien cordialement
Yosu
The text was updated successfully, but these errors were encountered: