|
Hi everybody. I'm having a few problems installing the Nimble plugin to my grails app. At first I got the following error message (just the last lines):
...
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.springframework#spring-test;latest.release: not found
::::::::::::::::::::::::::::::::::::::::::::::
Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR
dependencies. But googling for a solution I found that the mail-1.0-SNAPSHOT plugin is not required but the mail 0.9. I finally got the Nimble plugin installed. Then I successfully ran the following command: grails jack-be-nimble milis.domain User ProfileSo far everything looked good. When I wanted to run my app I got the following message: Plugin [nimble-0.4-SNAPSHOT] is installed, but was not found in the application's metadata, do you want to uninstall? [y,n] What does it mean? What's wrong with my Nimble installation? Please help me. Thank in advance. |
|
I can't see your error messages.
On Wed, Nov 9, 2011 at 10:54 AM, orion_mjcl <[hidden email]> wrote: Hi everybody. I'm having a few problems installing the Nimble plugin to my -- Brother let your heart be wounded And give no mercy to your fear
|
|
So you have an unresolved dependency there :
org.springframework#spring-test;latest.release: not foundTry uncommenting mavenCentral() in your BuildConfig.groovyRegards Gaurav Chauhan On Wed, Nov 9, 2011 at 10:26 PM, Roberto Guerra <[hidden email]> wrote: I can't see your error messages. |
|
In reply to this post by Roberto Guerra
I'm having a few problems installing the Nimble plugin to my grails app. At first I got the following error message (just the last lines):
... :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.springframework#spring-test;latest.release: not found :::::::::::::::::::::::::::::::::::::::::::::: Failed to install plugin [mail-1.0-SNAPSHOT]. Plugin has missing JAR dependencies. But googling for a solution I found that the mail-1.0-SNAPSHOT plugin is not required but the mail 0.9. I finally got the Nimble plugin installed. Then I successfully ran the following command: grails jack-be-nimble milis.domain User Profile So far everything looked good. When I wanted to run my app I got the following message: Plugin [nimble-0.4-SNAPSHOT] is installed, but was not found in the application's metadata, do you want to uninstall? [y,n] What does it mean? What's wrong with my Nimble installation? |
|
In reply to this post by Roberto Guerra
On 09/11/2011 16:56, Roberto Guerra wrote:
> I can't see your error messages. It's a nabble bug, anything in <pre> tags in a nabble post doesn't make it into the emailed version of the message for some reason... Ian -- Ian Roberts | Department of Computer Science [hidden email] | University of Sheffield, UK --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
My main problem is this:
Plugin [nimble-0.4-SNAPSHOT] is installed, but was not found in the application's metadata, do you want to uninstall? [y,n] This message appeared when I wanted to run my app. I'm a Grails beginner. So what is the application's metadata? What does this message mean? What's wrong with my Nimble installation? |
|
It means nimble is found under ~/.grails/1.3.7/projects/YOUR_PROJECT_NAME/plugins but not in the application.properties file of your project.
On Wed, Nov 9, 2011 at 11:27 AM, orion_mjcl <[hidden email]> wrote: My main problem is this: -- Brother let your heart be wounded And give no mercy to your fear
|
| Powered by Nabble | Edit this page |
