We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn compile failed with multiple errors similar to this:
ERROR: UiBinderParser.xtend - 213: The method or field gwtPrefix is undefined for the type UiBinderParser
Adding
<encoding>UTF-8</encoding>
to the configuration of the xtend-maven-plugin (and to the maven-compiler-plugin) in the pom.xml fixed the problem.
Environment: Win7, Maven 3.3.1, Java 8
The text was updated successfully, but these errors were encountered:
fix xtext#7: explicit source file encoding in the pom.xml
5d8ff80
No branches or pull requests
mvn compile failed with multiple errors similar to this:
Adding
to the configuration of the xtend-maven-plugin (and to the maven-compiler-plugin) in the pom.xml fixed the problem.
Environment: Win7, Maven 3.3.1, Java 8
The text was updated successfully, but these errors were encountered: