27 messages in org.codehaus.grails.userRe: [grails-user] Grails 1.0.3 Released
FromSent OnAttachments
Graeme RocherJun 6, 2008 6:22 am 
Darryl PentzJun 6, 2008 6:28 am 
Damien HouJun 6, 2008 6:35 am 
Graeme RocherJun 6, 2008 6:40 am 
Jeroen GordijnJun 6, 2008 6:40 am 
Partogi, JoshuaJun 6, 2008 6:44 am 
Chanwit KaewkasiJun 6, 2008 7:22 am 
Graeme RocherJun 6, 2008 7:23 am 
Marcos Silva PereiraJun 6, 2008 8:01 am 
Chad McHenryJun 6, 2008 8:07 am 
Marcos Silva PereiraJun 6, 2008 8:19 am 
Daniel KimmigJun 6, 2008 8:50 am 
Burt BeckwithJun 6, 2008 9:15 am 
Randall R SchulzJun 6, 2008 9:17 am 
Robert FletcherJun 6, 2008 9:23 am 
Jean-Noël RivasseauJun 6, 2008 10:49 am 
Björn WilmsmannJun 6, 2008 12:02 pm 
Wilson MacGyverJun 6, 2008 12:07 pm 
Ricardo J. MéndezJun 6, 2008 1:50 pm 
Gregory PierceJun 6, 2008 3:02 pm 
Tomas LinJun 6, 2008 3:35 pm 
Gregory PierceJun 6, 2008 3:40 pm 
Tomas LinJun 6, 2008 4:10 pm 
Ray TayekJun 6, 2008 5:25 pm 
Ray TayekJun 6, 2008 8:02 pm 
Peter LedbrookJun 7, 2008 6:48 am 
Marc PalmerJun 7, 2008 3:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [grails-user] Grails 1.0.3 ReleasedActions...
From:Tomas Lin (toma@gmail.com)
Date:Jun 6, 2008 4:10:29 pm
List:org.codehaus.grails.user

Hrm, have you set your GRAILS_HOME variable before? It should use env.GRAILS_HOME

These are the steps I took to get started.

Setup to use a release version from http://forge.octo.com/maven/sites/mtg/grails-maven-plugin/usage.html and added the variables to my .m2/settings.xml file.

then I ran grails create-app went into the directory and ran mvn grails:create-pom -DgroupId=com.mycompany

and it worked for me, The POM file will have a reference to your GRAILS_HOME variable and Grails version.

Let me know if that works.

T

On Fri, Jun 6, 2008 at 6:41 PM, Gregory Pierce <greg@gmail.com> wrote:

I'm trying to make that work but I keep getting an error:

[INFO] One or more required plugin parameters are invalid/missing for 'grails:create-app'

[0] Inside the definition for plugin 'grails-maven-plugin' specify the following:

<configuration> ... <grailsHome>VALUE</grailsHome> </configuration>

-OR-

on the command line, specify: '-DgrailsHome=VALUE'

I have no idea where the definition for the plugin grails-maven-plugin is located. Where should I be configuring this? DIdn't want to put this in the command line for each command I call :)

On Jun 6, 2008, at 6:35 PM, Tomas Lin wrote:

We've been able to integrate our Grails projects really well with Maven using Grails-maven ( http://forge.octo.com/maven/sites/mtg/grails-maven-plugin/ ) and GMaven ( http://groovy.codehaus.org/GMaven ). But I don't think this will be fully available out of the box until 1.1

I wrote something up recently about my Grails / Maven experience, and they work together surprisingly well:

http://fbflex.wordpress.com/2008/05/18/compiling-and-deploying-flex-and-grails-with-maven/

On Fri, Jun 6, 2008 at 6:03 PM, Gregory Pierce <greg@gmail.com> wrote:

Does Grails 1.0.3 play friendly with maven yet or is that coming in a later release?

On Jun 6, 2008, at 9:22 AM, Graeme Rocher wrote:

Hi all,

G2One Inc - The Groovy/Grails company - and the Grails development team are pleased to announce the 1.0.3 release of the Grails web application development framework. This release includes 230 bug fixes and improvements as well as a few new features (see the release notes).

Since the release of Grails 1.0, Grails has been downloaded a staggering 186000 times averaging out to around 50000 times per month putting it up there with the most popular open source Java projects. The plug-in community has grown rapidly with over 70 plug-ins being developed that add new features from security to RIA to web services.

Further information about the release can be obtained using the links below:

* Changelog:

http://jira.codehaus.org/browse/GRAILS?report=com.atlassian.jira.plugin.system.project:changelog-panel * Download: http://grails.org/Download * Documentation: http://grails.org/doc/1.0.3 * Release Notes: http://www.grails.org/1.0.3+Release+Notes

We have a new download system in place that supports mirrors, if you have a mirror we're happy to add it. Please make good use of the Mirrors so as to not overload Codehaus again :-)

Enjoy!