Skip to content

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

@rafacandev

Description

@rafacandev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions