Closed svenrathgeber closed 7 years ago
Could be dupe of https://github.com/xtext/maven-xtext-example/issues/44
The build part is dupe of #44 The "Couldn't resolve reference to JvmType 'XtextGenerator' ... " not
can you give steps on how to reproduce locally?
can you rebuild with a clean maven repo or -U -Dmaven.repo.local=/alternate/repo/location
to make sure there are no broken artifacts in your local repo (eclipse download servers are currently stable as a jenga tower after 20 mins of play and may deliver wired things)
you are right. Broken repo is the answer :(. I removed the repo ... done! Thanks a lot.
[WARNING] The POM for org.eclipse.xtext:org.eclipse.xtext.xtext.generator:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details 1 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - [XtextLinkingDiagnostic: null:10 Couldn't resolve reference to JvmType 'XtextGenerator'., XtextLinkingDiagnostic: null:11 Couldn't resolve reference to JvmIdentifiableElement 'configuration'., XtextLinkingDiagnostic: null:12 Couldn't resolve reference to JvmIdentifiableElement 'project'., XtextLinkingDiagnostic: null:12 Couldn't resolve reference to JvmType 'StandardProjectConfig'., XtextLinkingDiagnostic: null:13 Couldn't resolve reference to JvmIdentifiableElement 'baseName'., XtextLinkingDiagnostic: null:14 Couldn't resolve reference to JvmIdentifiableElement 'rootPath'., XtextLinkingDiagnostic: null:15 Couldn't resolve reference to JvmIdentifiableElement 'runtimeTest'., XtextLinkingDiagnostic: null:16 Couldn't resolve reference to JvmIdentifiableElement 'enabled'., XtextLinkingDiagnostic: null:18 Couldn't resolve reference to JvmIdentifiableElement 'eclipsePlugin'., XtextLinkingDiagnostic: null:19 Couldn't resolve reference to JvmIdentifiableElement 'enabled'., XtextLinkingDiagnostic: null:21 Couldn't resolve reference to JvmIdentifiableElement 'createEclipseMetaData'., XtextLinkingDiagnostic: null:24 Couldn't resolve reference to JvmIdentifiableElement 'code'., XtextLinkingDiagnostic: null:25 Couldn't resolve reference to JvmIdentifiableElement 'encoding'., XtextLinkingDiagnostic: null:26 Couldn't resolve reference to JvmIdentifiableElement 'lineDelimiter'., XtextLinkingDiagnostic: null:27 Couldn't resolve reference to JvmIdentifiableElement 'fileHeader'., XtextLinkingDiagnostic: null:30 Couldn't resolve reference to JvmIdentifiableElement 'language'., XtextLinkingDiagnostic: null:30 Couldn't resolve reference to JvmType 'StandardLanguage'., XtextLinkingDiagnostic: null:31 Couldn't resolve reference to JvmIdentifiableElement 'name'., XtextLinkingDiagnostic: null:32 Couldn't resolve reference to JvmIdentifiableElement 'fileExtensions'., XtextLinkingDiagnostic: null:34 Couldn't resolve reference to JvmIdentifiableElement 'serializer'., XtextLinkingDiagnostic: null:35 Couldn't resolve reference to JvmIdentifiableElement 'generateStub'., XtextLinkingDiagnostic: null:37 Couldn't resolve reference to JvmIdentifiableElement 'validator'.] java.lang.IllegalStateException: [XtextLinkingDiagnostic: null:10 Couldn't resolve reference to JvmType 'XtextGenerator'., XtextLinkingDiagnostic: null:11 Couldn't resolve reference to JvmIdentifiableElement 'configuration'., XtextLinkingDiagnostic: null:12 Couldn't resolve reference to JvmIdentifiableElement 'project'., XtextLinkingDiagnostic: null:12 Couldn't resolve reference to JvmType 'StandardProjectConfig'., XtextLinkingDiagnostic: null:13 Couldn't resolve reference to JvmIdentifiableElement 'baseName'., XtextLinkingDiagnostic: null:14 Couldn't resolve reference to JvmIdentifiableElement 'rootPath'., XtextLinkingDiagnostic: null:15 Couldn't resolve reference to JvmIdentifiableElement 'runtimeTest'., XtextLinkingDiagnostic: null:16 Couldn't resolve reference to JvmIdentifiableElement 'enabled'., XtextLinkingDiagnostic: null:18 Couldn't resolve reference to JvmIdentifiableElement 'eclipsePlugin'., XtextLinkingDiagnostic: null:19 Couldn't resolve reference to JvmIdentifiableElement 'enabled'., XtextLinkingDiagnostic: null:21 Couldn't resolve reference to JvmIdentifiableElement 'createEclipseMetaData'., XtextLinkingDiagnostic: null:24 Couldn't resolve reference to JvmIdentifiableElement 'code'., XtextLinkingDiagnostic: null:25 Couldn't resolve reference to JvmIdentifiableElement 'encoding'., XtextLinkingDiagnostic: null:26 Couldn't resolve reference to JvmIdentifiableElement 'lineDelimiter'., XtextLinkingDiagnostic: null:27 Couldn't resolve reference to JvmIdentifiableElement 'fileHeader'., XtextLinkingDiagnostic: null:30 Couldn't resolve reference to JvmIdentifiableElement 'language'., XtextLinkingDiagnostic: null:30 Couldn't resolve reference to JvmType 'StandardLanguage'., XtextLinkingDiagnostic: null:31 Couldn't resolve reference to JvmIdentifiableElement 'name'., XtextLinkingDiagnostic: null:32 Couldn't resolve reference to JvmIdentifiableElement 'fileExtensions'., XtextLinkingDiagnostic: null:34 Couldn't resolve reference to JvmIdentifiableElement 'serializer'., XtextLinkingDiagnostic: null:35 Couldn't resolve reference to JvmIdentifiableElement 'generateStub'., XtextLinkingDiagnostic: null:37 Couldn't resolve reference to JvmIdentifiableElement 'validator'.] at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:88) at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:62) at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:52) at org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.run(Mwe2Launcher.java:78) at org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main(Mwe2Launcher.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:293) at java.lang.Thread.run(Thread.java:748)
build status on: https://dhuebner.ci.cloudbees.com/job/maven-xtext-example/ "This DEV@cloud account is currently unavailable"