Skip to content
New issue

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

Source file encoding should be explicitly specified in the pom.xml #7

Open
NorbertSandor opened this issue Apr 8, 2015 · 0 comments

Comments

@NorbertSandor
Copy link

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

NorbertSandor added a commit to NorbertSandor/auto-gwt that referenced this issue Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant