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

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -