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
Navigate to the generated folder and run: mvn package
Errors
The output says: /gwtp-training/src/main/java/com/testing/client/application/ApplicationView.java:[24,2] reached end of file while parsing
Workaround
Add a curly brackets to the offending file and mvn package again.
The text was updated successfully, but these errors were encountered:
rafacandev
changed the title
A curly brackets is missing after running basic archetype
A curly bracket is missing after running basic archetype (very minor issue)
Mar 18, 2016
Description
When I run the basic archetype there is one curly brackets missing in the generated ?View.java
Steps to Reproduce
mvn package
Errors
The output says:
/gwtp-training/src/main/java/com/testing/client/application/ApplicationView.java:[24,2] reached end of file while parsing
Workaround
Add a curly brackets to the offending file and
mvn package
again.The text was updated successfully, but these errors were encountered: