You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a clean checkout and run a maven install in parent (my.mavenized.herolanguage.releng). If I run a mvn install in example-project, I get the following error.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'Super.hero'
[ERROR] ERROR:The type Superman is already defined in Super.hero. (file:/private/tmp/maven-xtext-example/example-project/src/main/java/Super.hero line : 1)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.699 s
[INFO] Finished at: 2015-06-17T20:34:32+01:00
[INFO] Final Memory: 20M/310M
Any Ideas?
The text was updated successfully, but these errors were encountered:
meltzow
changed the title
BUILD FAILURE The type Superman1 is already
BUILD FAILURE The type Superman is already
Jun 17, 2015
ok, looks like an "eclipse-thing". I imported the project to eclipse. If I close the projects everythings working fine, but if the projects are open, the build fails.
Hi,
I did a clean checkout and run a maven install in parent (my.mavenized.herolanguage.releng). If I run a mvn install in example-project, I get the following error.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'Super.hero'
[ERROR] ERROR:The type Superman is already defined in Super.hero. (file:/private/tmp/maven-xtext-example/example-project/src/main/java/Super.hero line : 1)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.699 s
[INFO] Finished at: 2015-06-17T20:34:32+01:00
[INFO] Final Memory: 20M/310M
Any Ideas?
The text was updated successfully, but these errors were encountered: