eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
30 stars 28 forks source link

get rid of fornax-oaw-m2-plugin & migrate to new workflow #249

Closed cdietrich closed 11 months ago

cdietrich commented 5 years ago

code still uses fornax-oaw-m2-plugin. we should consider moving to new workflows everywhere and use maven-exec plugin to generate dsls. (as xtext new project wizard creates projects)

cdietrich commented 5 years ago

fornax repo is down right now. already reported it

cdietrich commented 5 years ago

fornax repo has broken signature. have reported that.

cdietrich commented 5 years ago

pr'ed https://github.com/eclipse/Xpect/pull/266 for the obsolte fornax maven repo and pulling newer version from maven central

cdietrich commented 4 years ago

new workflow comes more "urgent" https://github.com/eclipse/xtext/issues/1669

am not sure if there is a proper replacement for StatefulLexerFragment

cdietrich commented 4 years ago

this also prevent from moving the bundle dependency from manifest to build.properties

main problem for moving to new workflow is: the stateful lexer fragment has no replacement unfortunately

cdietrich commented 4 years ago

maybe we can as an immediate solution port to new workflow and use fragment adapter

cdietrich commented 2 years ago

also the manifest deps to compile time only stuff is bad

cdietrich commented 1 year ago

with the removal of orbit this becomes worse and worse cause the xpand dependency

cdietrich commented 11 months ago

this is done