eclipse - Where to get the MWE2 libraries -
i'm trying mwe2 workflow running programmatically. when eclipse provides dependencies, works fine, , can new mwe2launcher().run();
call work.
however, when i'm running outside of eclipse, don't know maven repo jars have depend on. i've tried getting them http://build.eclipse.org/common
(tried http://build.eclipse.org/common/xtend/maven
, http://build.eclipse.org/common/xtext/maven/maven-snapshot/final
repo locations, aren't there. far know, need (at least) org.eclipse.emf.mwe.core
(1.2.1, perhaps 1.3.0?) , org.eclipse.emf.mwe2.launch
(2.4.0?) jars.
does know in maven repo eclipse provides these dependencies? in advance!
eclipse doesn't provide maven artifacts in general, because project's rely on osgi , p2. xtext project, maintains mwe hasn't yet uploaded jars maven repository. can find older version here :
https://www.fornax-platform.org/nexus/content/groups/public/org/eclipse/plugins/
not sure if works you, there hasn't been many updates in mwe2 since then.
Comments
Post a Comment