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 のみのプロジェクトをセットアップする方法しか見つけることができません。
しかし、Xtend を組み込みたい Spring MVC プロジェクトがあります。
Spring プロジェクトで、個々の Xtend ファイルを Java ソース ファイルと混在させることはできますか?
それとも、Xtend プロジェクトは別の Eclipse プロジェクトである必要がありますか?
Xtext の性質と、クラスパスに次の 3 つの jar が必要です。
org.eclipse.xtext.xtend2.lib
org.eclipse.xtext.xbase.lib
com.google.collect
それらは、Eclipse インストールの plugins フォルダーにあります。