Arcbees-Archetypes
Arcbees-Archetypes copied to clipboard
A curly bracket is missing after running basic archetype (very minor issue)
Description
When I run the basic archetype there is one curly brackets missing in the generated ?View.java
Steps to Reproduce
- Run the following command line
mvn archetype:generate -DarchetypeGroupId=com.arcbees.archetypes \
-DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ \
-DarchetypeArtifactId=gwtp-basic-archetype \
-DarchetypeVersion=1.5.1 \
-DgroupId=com.testing \
-DartifactId=gwtp-training \
-DmoduleName=GWTPTraining
- 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.
Seems like it was fixed in https://github.com/ArcBees/Arcbees-Archetypes/commit/1326fc23d3d60a77afce8b5841cb48721c9e2240 but not deployed.
@Chris-V or @meriouma could you deploy the archetypes? Thanks !
curly missing
