Grails create-app name with dot -


it's little strange question, why when i'm running next command:

grails create-app project.api

grails 2.5.0 creates folder project.api main package project.api, grails 3.0.1 creates folder api package project , ignores provided project full name?

try this:

grails create-app "project.api" 

because dot has special meaning, used show package hierarchy(my guess).


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -