Quantcast

Trying to Upgrade to 2.0 -- Plugins not Installing

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Trying to Upgrade to 2.0 -- Plugins not Installing

Jonathan Rosenberg
I'm trying to upgrade an app to 2.0.45.  I can't seem to get any
plugins to install.  Instead I get something like this:

    | Error resolving plugin [name:springcache,
group:org.grails.plugins, version:1.3.2-SNAPSHOT]. Plugin not found.
    | Error Plugin not found for name [springcache] and version [1.3.2-SNAPSHOT]

I have a vague recollection of having seen some posts about plugins in
2.0.4, but can't find anything relevant just yet.

Ideas appreciated.

--
Jonathan Rosenberg
Founder &  Executive Director
Tabby's Place, a Cat Sanctuary
http://www.tabbysplace.org/

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

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Trying to Upgrade to 2.0 -- Plugins not Installing

Graeme Rocher-2
Probably because you are depending on snapshot versions of plugins and snapshots were not migrated to the new repository

-- 
Graeme Rocher

On Monday, July 23, 2012 at 6:15 PM, Jonathan Rosenberg wrote:

I'm trying to upgrade an app to 2.0.45. I can't seem to get any
plugins to install. Instead I get something like this:

| Error resolving plugin [name:springcache,
group:org.grails.plugins, version:1.3.2-SNAPSHOT]. Plugin not found.
| Error Plugin not found for name [springcache] and version [1.3.2-SNAPSHOT]

I have a vague recollection of having seen some posts about plugins in
2.0.4, but can't find anything relevant just yet.

Ideas appreciated.

--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary

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


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Trying to Upgrade to 2.0 -- Plugins not Installing

Jonathan Rosenberg-2

I must admit that I understand almost none of this.

How would I "depend" on a snapshot?  I used the plugin manager to install the plugins.

On Jul 24, 2012 2:43 AM, "Graeme Rocher" <[hidden email]> wrote:
Probably because you are depending on snapshot versions of plugins and snapshots were not migrated to the new repository

-- 
Graeme Rocher

On Monday, July 23, 2012 at 6:15 PM, Jonathan Rosenberg wrote:

I'm trying to upgrade an app to 2.0.45. I can't seem to get any
plugins to install. Instead I get something like this:

| Error resolving plugin [name:springcache,
group:org.grails.plugins, version:1.3.2-SNAPSHOT]. Plugin not found.
| Error Plugin not found for name [springcache] and version [1.3.2-SNAPSHOT]

I have a vague recollection of having seen some posts about plugins in
2.0.4, but can't find anything relevant just yet.

Ideas appreciated.

--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary

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


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Trying to Upgrade to 2.0 -- Plugins not Installing

Jordon Saardchit
If you used the plugin manager, you may need to remove the plugins and re install them.  While running the older version of grails, it looks like your plugins installed with dependencies on snapshot versions, which were not reported to the new repository.  Just try to remove your plugins and reinstall them with the latest versions (and then test the hell out of em).  I would suggest however that you move away from the plugin scripts and use the dependency DSL in your BuildConfig (as described here http://grails.org/doc/latest/guide/conf.html#pluginDependencies) to manage your plugins.

Jordon

On Jul 24, 2012, at 7:14 AM, Jonathan Rosenberg wrote:

I must admit that I understand almost none of this.

How would I "depend" on a snapshot?  I used the plugin manager to install the plugins.

On Jul 24, 2012 2:43 AM, "Graeme Rocher" <[hidden email]> wrote:
Probably because you are depending on snapshot versions of plugins and snapshots were not migrated to the new repository

-- 
Graeme Rocher

On Monday, July 23, 2012 at 6:15 PM, Jonathan Rosenberg wrote:

I'm trying to upgrade an app to 2.0.45. I can't seem to get any
plugins to install. Instead I get something like this:

| Error resolving plugin [name:springcache,
group:org.grails.plugins, version:1.3.2-SNAPSHOT]. Plugin not found.
| Error Plugin not found for name [springcache] and version [1.3.2-SNAPSHOT]

I have a vague recollection of having seen some posts about plugins in
2.0.4, but can't find anything relevant just yet.

Ideas appreciated.

--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary

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



Loading...