Arcbees-Archetypes icon indicating copy to clipboard operation
Arcbees-Archetypes copied to clipboard

A curly bracket is missing after running basic archetype (very minor issue)

Open rafacandev opened this issue 9 years ago • 2 comments

Description

When I run the basic archetype there is one curly brackets missing in the generated ?View.java

Steps to Reproduce

  1. 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
  1. 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.

rafacandev avatar Mar 18 '16 19:03 rafacandev

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 !

olafleur avatar Jun 23 '16 03:06 olafleur

curly missing

screen shot 2016-12-15 at 4 53 27 pm

branflake2267 avatar Dec 16 '16 00:12 branflake2267