oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

New project creation command fails #546

Closed sjimenez77 closed 7 years ago

sjimenez77 commented 7 years ago

The following command that appears here in the Devon Guide and here in the OASP4J Wiki in order to create a new application fails:

mvn -DarchetypeVersion=2.2.0 -DarchetypeGroupId=io.oasp.java.templates -DarchetypeArtifactId=oasp4j-template-server archetype:generate -DgroupId=io.oasp.application -DartifactId=sampleapp -Dversion=0.1-SNAPSHOT -Dpackage=io.oasp.application.sampleapp

OUTPUT:

[ERROR] Parser Exception: archetype-resources/core/src/test/java/general/common/TestUt 
[ERROR] org.apache.velocity.runtime.parser.ParseException: Encountered ".." at line 28 
Was expecting one of: 
    <RPAREN> ... 
    <WHITESPACE> ... 
    <WHITESPACE> ...
    ...
kiran-vadla commented 7 years ago

@antgauti and @sjimenez77 , fix has to be ideally pushed onto develop-2.3.0 branch and not develop branch.

Thanks, Kiran.

antgauti commented 7 years ago

@kiran-vadla , please tag this issue as a Bug because it's a blocking defect in the app generator.

amarinso commented 7 years ago

This seems to be addressed in 2.3.0

But the wiki on OASP4j seems not to have been updated from oasp-forge... I will open a separate issue