Results 21 comments of Hisashi Miyashita

It's highly likely that this problem comes from `tycho-versions-plugin`, which we do not use for our version management. Instead, please use `set-version` executed in the validate maven phase. I think...

I simply tried `mvn versions:set validate -DremoveSnapshot` and the following `mvn package` worked properly.

However, @seidewitz , I think we should release packages without `-SNAPSHOT` version.

The versions of the features in feature.xml are also maintained by set-version. As I said it is triggered by the validate lifecycle not `versions:set`, which maintains only product.version.

Actually, this is not our problem. It should be an issue of `tycho-versions-plugin`, which cannot process well-formed XML. To be honest, `tycho-version-plugins` is error prone and I would like to...

I quickly dealt with your change request. (But I have not checked it well)

I think I could make relevant changes. I'll check it further later.

I forgot the case that `typ` is of Definition. I'll fix it.

Interesting topic. I want to use abstract syntax as well as concrete syntax for further model-aware processing. So I would like to use the LSP feature of xtext ( https://eclipse.dev/Xtext/documentation/340_lsp_support.html)...