Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Xtext文档中,我只能找到如何设置仅 Xtend 的项目。
但是我有一个 Spring MVC 项目,我想将 Xtend 合并到其中。
是否可以在 Spring 项目中将单个 Xtend 文件与我的 Java 源文件混合在一起?
还是 Xtend 项目需要是一个单独的 Eclipse 项目?
它只需要 Xtext 特性和类路径上的以下三个 jar:
org.eclipse.xtext.xtend2.lib
org.eclipse.xtext.xbase.lib
com.google.collect
您可以在 Eclipse 安装的插件文件夹中找到它们。