-
-
Notifications
You must be signed in to change notification settings - Fork 953
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
grails create-app fails #9935
Comments
I got that same issue under OSX 10.10.5 mac:~ shawn$ grails -v mac:~ shawn$ grails |
got same on osx 10.11.5 fresh install sdkman and grails -> fails |
@naxmefy With what version of Grails? Does the problem go away if you delete your local maven cache? |
@jeffbrown 3.1.11 the latest Fresh install of sdkman and grails |
Same problem with 3.2.6. > grails --version > grails create-app test Works fine with 3.2.5. |
I'm seeing the same with Grails 3.2.7 on macOs 10.12.4 Grails Version: 3.2.7 Brand new install of Grails. First time I have ever tried using it.
Has a fix been released for this? |
Managed to resolve it by clearing out my maven cache by deleting /.m2/repository folder. |
This error to due to maven was installed in you system.. follow the below steps
try to above step.. it will work fine |
Grails 3.1.6 fails to create an app when the standard "grails create-app " command is issued. I first downloaded 3.1.6 using SDKMAN! I subsequently downloaded it straight from the grails.org download page and finally downloaded grails-core-3.1.6 and built it from scratch. All three approaches yielded the same result.
Grails 3.1.5 and earlier work fine on my machine. I suspect that something was inadvertently left out of the 3.1.6 build.
Steps to Reproduce
I am running Linux on a Core2Duo. Here is the result of uname on my system if it matters.
$ uname -a
Linux myhost 4.4.9-300.fc23.x86_64 #1 SMP Wed May 4 23:56:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
Expected Behaviour
I expected to have a new application named hello created in a subdirectory of the directory where I issued the create-app command.
Actual Behaviour
No files were created.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: