Grails 1.2.x scripts not working

Posted by RN on Stack Overflow See other posts from Stack Overflow or by RN
Published on 2010-03-28T21:34:41Z Indexed on 2010/03/28 21:43 UTC
Read the original article Hit count: 319

Filed under:
|
|

I am using Grails 1.2.x (Tried both 1.2.0 and 1.2.2- same behavior)

I am able to create the application fine by using the command grails create-app

But, when I try any command within the project- it "freezes" after printing the Base Directory

I have tried grails clean, grails war, grails run-app, grails created-domain-class

Grails 1.1.x works just fine for me

Any help would be welcome

C:\mylab\testhostc>grails war

Welcome to Grails 1.2.0 - http://grails.org/

Licensed under Apache Standard License2.0

Grails home is set to: C:\Programs\grails-1.2.0

Base Directory: C:\mylab\testhostc

© Stack Overflow or respective owner

Related posts about grails

Related posts about groovygrails