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

Repair OOmph #330

Closed cdietrich closed 10 months ago

cdietrich commented 11 months ago

would be nice to have a working oomph that picks up the target file like in Xtext cc @tjeske

merks commented 10 months ago

It just so happens that I'm working on the following:

image

It's really hard to get an error free workspace otherwise!

I'll soon be ready to contribute this...

merks commented 10 months ago

My fork's main branch has a link to the new setup:

https://github.com/merks/Xpect/blob/master/CONTRIBUTING.md

Currently this will clone my fork. The setup does a Maven/Tycho build to generate all the models, and then has a targlet to import all the projects and setup a target platform with the latest of everything in it. I tried to reduce the number of warnings:

image

You should be able to try this locally if you wish... Be sure to let it clone my fork...

cdietrich commented 10 months ago

done. thx @merks