Problem with latest Grails snapshot?

View: New views
3 Messages — Rating Filter:   Alert me  

Problem with latest Grails snapshot?

by Robert Fletcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm getting:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/codehaus/groovy/grails/cli/support/GrailsStarter

when i try to run any command with the latest snapshot. I last updated
yesterday and it was fine. I'm simply doing 'git pull origin master'
then 'ant clean jar' as I always do to build Grails. Is anyone else
seeing this?

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Problem with latest Grails snapshot?

by Graeme Rocher-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah the batch files are not up to date in GRAILS_HOME/bin and the
version has changed to 1.2-M4 that is why you are getting the error.

When we changed the version number back to 1.2-SNAPSHOT it will work
again. Up until then you can workaround by making the change locally.
Just do a find/replace in GRAILS_HOME/bin for 1.2-SNAPSHOT -> 1.2-M4

Cheers

On Fri, Nov 6, 2009 at 4:29 PM, Robert Fletcher
<robert.w.fletcher@...> wrote:

> I'm getting:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/codehaus/groovy/grails/cli/support/GrailsStarter
>
> when i try to run any command with the latest snapshot. I last updated
> yesterday and it was fine. I'm simply doing 'git pull origin master'
> then 'ant clean jar' as I always do to build Grails. Is anyone else
> seeing this?
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Head of Grails Development
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Problem with latest Grails snapshot?

by Robert Fletcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, great. Thanks.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email