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 observe the same problem like the following #12 with the master of maven-xtext-example project.
When I compile (mvn install) this example project I got:
[ERROR] ERROR:The type Superman is already defined in Super.hero. (file:/F:/javaee/eclipse_mars_workspace/maven-xtext-example/example-project/src/main/java/Super.model line : 1)
The workaround is mvn clean install, but when we have deals with big projects, this is not suitable workaround.
The text was updated successfully, but these errors were encountered:
I observe the same problem like the following
#12 with the master of maven-xtext-example project.
When I compile (mvn install) this example project I got:
[ERROR] ERROR:The type Superman is already defined in Super.hero. (file:/F:/javaee/eclipse_mars_workspace/maven-xtext-example/example-project/src/main/java/Super.model line : 1)
The workaround is mvn clean install, but when we have deals with big projects, this is not suitable workaround.
The text was updated successfully, but these errors were encountered: