How to install Nimble on Grails ?

91 views
Skip to first unread message

cactus

unread,
Jan 27, 2011, 4:07:39 PM1/27/11
to Nimble
Hi
I'm trying to install Nimble following the instructions from
http://sites.google.com/site/nimbledoc/nimble-installation
But I get errors. I dont know what I'm doing wrong.

First I tried with :
- nimble 0.4-SNAPSHOT (the last version)
- shiro 1.0.1 (the version supported by nimble)
- grails-1.2-M3 (as recommended in the tutorial)

I installed :
- grails-1.2-M3
- grails install-plugin shiro 1.0.1
- grails install-plugin nimble0.4-SNAPSHOT

But I get that error when installing nimble:

Plugin mail-1.0-SNAPSHOT requires version [1.3 > *] of Grails which
your current Grails installation does not meet. Please try install a
different version of the plugin or Grails.

-------------------------------------

Than I tried with the last version of Grails (1.3.6)
The installation of Grails+Shiro+Nimble is OK.
When I 'grails run-app' I get this error:

Error: The following plugins failed to load due to missing
dependencies: [nimble]
- Plugin: nimble
- Dependencies:
- shiro (Required: 1.0.1, Found: 1.0.1)
! mail (Required: 0.6 > *, Found: Not Installed) [INVALID]

So I tried : grails install-plugin mail

And get:

:: problems summary ::
:::: WARNINGS
module not found: org.springframework#spring-test;latest.release
==== grailsHome: tried
/home/james/dev/grails-1.3.6/lib/spring-test-[revision].xml
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
/home/james/dev/grails-1.3.6/lib/spring-test-[revision].jar
==== grailsHome: tried
/home/james/dev/grails-1.3.6/dist/spring-test-[revision].xml
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
/home/james/dev/grails-1.3.6/dist/spring-test-[revision].jar
==== grailsHome: tried
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
/home/james/dev/grails-1.3.6/plugins/grails-spring-test-
[revision].jar
==== grailsCentral: tried
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
http://svn.codehaus.org/grails-plugins/grails-spring-test/tags/RELEASE_latest_release/grails-spring-test-[revision].jar
==== grailsCore: tried
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
http://svn.codehaus.org/grails/trunk/grails-plugins/grails-spring-test/tags/RELEASE_latest_release/grails-spring-test-[revision].jar
==== http://download.java.net/maven/2/: tried
http://download.java.net/maven/2/org/springframework/spring-test/[revision]/spring-test-[revision].pom
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
http://download.java.net/maven/2/org/springframework/spring-test/[revision]/spring-test-[revision].jar
==== grailsPlugins: tried
-- artifact org.springframework#spring-test;latest.release!spring-
test.jar:
/tmp/agl/bookstore/lib/spring-test-[revision].jar
/home/james/.grails/1.3.6/projects/bookstore/plugins/
hibernate-1.3.6/lib/spring-test-[revision].jar
/home/james/.grails/1.3.6/projects/bookstore/plugins/shiro-1.0.1/
lib/spring-test-[revision].jar
/home/james/.grails/1.3.6/projects/bookstore/plugins/nimble-0.4-
SNAPSHOT/lib/spring-test-[revision].jar
/home/james/.grails/1.3.6/projects/bookstore/plugins/mail-1.0-
SNAPSHOT/lib/spring-test-[revision].jar
/home/james/.grails/1.3.6/projects/bookstore/plugins/tomcat-1.3.6/
lib/spring-test-[revision].jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.springframework#spring-test;latest.release: not found
::::::::::::::::::::::::::::::::::::::::::::::
Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR
dependencies.


Anyone can help me ?
Thanks.

Peter Ledbrook

unread,
Jan 28, 2011, 4:33:59 AM1/28/11
to nimble...@googlegroups.com
> So I tried : grails install-plugin mail

For the moment, try:

grails install-plugin mail 0.9

Nimble does not require the 1.0-SNAPSHOT version of the Mail plugin.

Peter

--
Peter Ledbrook
Grails Advocate
SpringSource - A Division of VMware

cactus

unread,
Jan 28, 2011, 4:47:45 PM1/28/11
to Nimble
Thanks for your answer.
That works !
Reply all
Reply to author
Forward
0 new messages