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

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

Open
rafacandev opened this issue Mar 18, 2016 · 2 comments

Comments

@rafacandev
Copy link

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 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
@olafleur
Copy link
Member

Seems like it was fixed in 1326fc2 but not deployed.

@Chris-V or @meriouma could you deploy the archetypes? Thanks !

@branflake2267
Copy link
Contributor

curly missing

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

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

3 participants