Maven Build Issues - Xtext 2.22 2020-06 Java11 [message #1848179] |
Tue, 23 November 2021 16:59  |
Eclipse User |
|
|
|
Never seen anything like this before:
[ERROR] Failed to execute goal org.eclipse.xtend:xtend-maven-plugin:2.22.0:compile (default) on project my.dsl: Execution default of goal org.eclipse.xtend:xtend-maven-plugin:2.22.0:compile failed: Unable to load the mojo 'compile' in the plugin 'org.eclipse.xtend:xtend-maven-plugin:2.22.0'. A required class is missing: org/eclipse/xtend/lib/macro/file/MutableFileSystemSupport
This occurs while trying to run the mwe. It appears to complete building my language and then crashes and things go very weird.
Strangely enough, it's working on my windows dev installation, but not my linux dev installation:
579 INFO XtextGenerator - Generating my.dsl.MyDsl
17179 INFO XtextGenerator - Generating common infrastructure
17210 INFO Workflow - Done.
[INFO]
[INFO] --- xtend-maven-plugin:2.22.0:compile (default) @ my.dsl ---
[WARNING] Error injecting: org.eclipse.xtend.maven.XtendCompile
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Error injecting constructor, java.lang.NoClassDefFoundError: org/eclipse/xtend/lib/macro/file/MutableFileSystemSupport
at org.eclipse.xtend.maven.XtendCompile.<init>(Unknown Source)
while locating org.eclipse.xtend.maven.XtendCompile
1 error
at com.google.inject.internal.InternalProvisionException.toProvisionException(InternalProvisionException.java:226)
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.23190 seconds