eclipse / xtext-eclipse

xtext-eclipse
Eclipse Public License 2.0
49 stars 73 forks source link

Oomph: Xtend and Repo list #1979

Closed cdietrich closed 1 year ago

cdietrich commented 1 year ago

The repo list for Xtend seems unmaintained => setup wont work if xtext-xtend only is selected

@merks is there an option that

merks commented 1 year ago

Attached is a modified version.

Xtext.setup.txt

Here I created a modular target task with only repositories listed in the root container project:

image

Then I removed the repository lists from all the other modular target tasks, each of which will inherit the shared/common targlet from the containing project setup. When a modular target task has no requirements in any of its targlets, it will not perform so this common modular target task kicks in only for those two projects with targlets containing requirements.

cdietrich commented 1 year ago

@merks so the inheritance is automatic cause it is defines in the parent. does this mean the common modular target will also be used for xtext-core? ( i assume that would do no harm)

cdietrich commented 1 year ago

of course xtext-core needs parts of the tp too. e.g. emf.

merks commented 1 year ago

Yes, everything in the containers is "inherited" by all the contained projects and streams.

cdietrich commented 1 year ago

fixed. thx for your help @merks