|
I am no longer able to resolve the spring security ldap plugin.
Here's the error. Anyone aware of problems with the repo? Thanks, Dean Del Ponte
|
|
> I am no longer able to resolve the spring security ldap plugin.
> Here's the error. Anyone aware of problems with the repo? Same problem here, quite a number of plugins can't be resolved. Problem first started about 2 hours ago. -- "It's possible that my whole purpose in life is simply to serve as a warning to others." |
|
Can anybody shed any light on what is going on with the plugins repo today?
All attempts to compiles existing apps fail, for example: Error: Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information): - ooo:odfdom:0.8.5 - com.lowagie:iTextAsian:2.1.5 - net.sf.opencsv:opencsv:2.2 - net.sourceforge.jexcelapi:jxl:2.6.2 - org.springframework.ldap:org.springframework.ldap:1.3.0.RELEASE - org.springframework.security:org.springframework.security.ldap:3.0.4.RELEASE - org.grails.plugins:rendering:0.4-SNAPSHOT Even making a list-plugins call results in the following: Error: No plugins found in repository: grailsCentral. I'm assuming the repos are down. Any idea when they might be back up? On Mon, May 7, 2012 at 2:34 PM, David Russell <[hidden email]> wrote:
-- "It's possible that my whole purpose in life is simply to serve as a warning to others." |
|
Sorry for the inconvenience. We're currently trying to remap plugins.grails.org to a different server, but there were problems during the first attempt. Please bear with us during this transitional period - this is the last step of the plugin repository migration and should be completed and working soon.
Regards, Peter |
|
No problem. Thanks Peter!
On Wed, May 9, 2012 at 4:08 AM, pledbrook <[hidden email]> wrote: Sorry for the inconvenience. We're currently trying to remap |
|
The spring-security-ldap plugin is not resolving properly. I'm referencing version 1.0.5 yet it is trying to download version 1.3.0??
Here's how I reference it in BuildConfig.groovy:
and here's the error I get when trying to run the app in dev mode:
Thanks for your help! Dean Del Ponte On Wed, May 9, 2012 at 11:02 AM, Dean Del Ponte <[hidden email]> wrote: No problem. Thanks Peter! |
|
That plugin hasn't been updated in a while, so it still uses the old
http://www.springsource.com/repository
repo. I'll do a release to use Maven Central instead, but you can fix it in your app by adding in the old repo:
repositories { ... ebr() }
Burt
On May 22, 2012 at 3:05 PM Dean Del Ponte <[hidden email]> wrote: > The spring-security-ldap plugin is not resolving properly. I'm referencing > version 1.0.5 yet it is trying to download version 1.3.0?? > > Here's how I reference it in BuildConfig.groovy: > > compile ":spring-security-ldap:1.0.5" > > > and here's the error I get when trying to run the app in dev mode: > > :: problems summary :: > :::: WARNINGS > module not found: > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE > ==== grailsPlugins: tried > -- artifact > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE!org.springframework.ldap.jar: > /Users/deandelponte/code/ > bradleycorp.com/lib/org.springframework.ldap-1.3.0.RELEASE.jar > ==== grailsHome: tried > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/ivy-1.3.0.RELEASE.xml > -- artifact > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE!org.springframework.ldap.jar: > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/jars/org.springframework.ldap-1.3.0.RELEASE.jar > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/bundles/org.springframework.ldap-1.3.0.RELEASE.jar > ==== grailsHome: tried > /Users/deandelponte/grails/grails-2.0.3/src/ > > > Thanks for your help! > > Dean Del Ponte > > On Wed, May 9, 2012 at 11:02 AM, Dean Del Ponte <[hidden email]>wrote: > > > No problem. Thanks Peter! > > > > On Wed, May 9, 2012 at 4:08 AM, pledbrook <[hidden email]> wrote: > > > >> Sorry for the inconvenience. We're currently trying to remap > >> plugins.grails.org to a different server, but there were problems during > >> the > >> first attempt. Please bear with us during this transitional period - this > >> is > >> the last step of the plugin repository migration and should be completed > >> and > >> working soon. > >> > >> Regards, > >> > >> Peter > >> > >> -- > >> View this message in context: > >> http://grails.1312388.n4.nabble.com/LDAP-authentication-support-for-the-Spring-Security-plugin-Repo-has-bad-sha1-tp4615562p4619824.html > >> Sent from the Grails - user mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe from this list, please visit: > >> > >> http://xircles.codehaus.org/manage_email > >> > >> > >> > > |
|
That did it! Thanks Burt!
The dependency report is showing that the ldap plugin is dependent on org.springframework.security 3.0.4, but I only have version 3.0.7 available within my .grails directory.
- Dean Del Ponte On Tue, May 22, 2012 at 2:25 PM, Burt Beckwith <[hidden email]> wrote:
|
|
It should be at .grails/ivy-cache/org.springframework.security/org.springframework.security.ldap/jars/org.springframework.security.ldap-3.0.4.RELEASE.jar - I deleted the folder and it re-downloaded that with a test app.
Burt
On May 22, 2012 at 3:38 PM Dean Del Ponte <[hidden email]> wrote: > That did it! Thanks Burt! > > The dependency report is showing that the ldap plugin is dependent on > org.springframework.security 3.0.4, but I only have version 3.0.7 available > within my .grails directory. > > - Dean Del Ponte > > On Tue, May 22, 2012 at 2:25 PM, Burt Beckwith <[hidden email]>wrote: > > > ** > > > > That plugin hasn't been updated in a while, so it still uses the old > > http://www.springsource.com/repository repo. I'll do a release to use > > Maven Central instead, but you can fix it in your app by adding in the old > > repo: > > > > > > > > repositories { > > > > ... ebr() > > > > } > > > > > > > > Burt > > > > > > > > On May 22, 2012 at 3:05 PM Dean Del Ponte <[hidden email]> > > wrote: > > > > > The spring-security-ldap plugin is not resolving properly. I'm > > referencing > > > version 1.0.5 yet it is trying to download version 1.3.0?? > > > > > > Here's how I reference it in BuildConfig.groovy: > > > > > > compile ":spring-security-ldap:1.0.5" > > > > > > > > > and here's the error I get when trying to run the app in dev mode: > > > > > > :: problems summary :: > > > :::: WARNINGS > > > module not found: > > > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE > > > ==== grailsPlugins: tried > > > -- artifact > > > > > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE!org.springframework.ldap.jar: > > > > > /Users/deandelponte/code/ > > > bradleycorp.com/lib/org.springframework.ldap-1.3.0.RELEASE.jar > > > ==== grailsHome: tried > > > > > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/ivy-1.3.0.RELEASE.xml > > > > > -- artifact > > > > > org.springframework.ldap#org.springframework.ldap;1.3.0.RELEASE!org.springframework.ldap.jar: > > > > > > > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/jars/org.springframework.ldap-1.3.0.RELEASE.jar > > > > > > > /Users/deandelponte/grails/grails-2.0.3/lib/org.springframework.ldap/org.springframework.ldap/bundles/org.springframework.ldap-1.3.0.RELEASE.jar > > > > > ==== grailsHome: tried > > > /Users/deandelponte/grails/grails-2.0.3/src/ > > > > > > > > > Thanks for your help! > > > > > > Dean Del Ponte > > > > > > On Wed, May 9, 2012 at 11:02 AM, Dean Del Ponte <[hidden email]>wrote: > > > > > > > > > No problem. Thanks Peter! > > > > > > > > On Wed, May 9, 2012 at 4:08 AM, pledbrook <[hidden email]> > > wrote: > > > > > > > >> Sorry for the inconvenience. We're currently trying to remap > > > >> plugins.grails.org to a different server, but there were problems > > during > > > >> the > > > >> first attempt. Please bear with us during this transitional period - > > this > > > >> is > > > >> the last step of the plugin repository migration and should be > > completed > > > >> and > > > >> working soon. > > > >> > > > >> Regards, > > > >> > > > >> Peter > > > >> > > > >> -- > > > >> View this message in context: > > > >> > > http://grails.1312388.n4.nabble.com/LDAP-authentication-support-for-the-Spring-Security-plugin-Repo-has-bad-sha1-tp4615562p4619824.html > > > >> Sent from the Grails - user mailing list archive at Nabble.com. > > > >> > > > >> --------------------------------------------------------------------- > > > >> To unsubscribe from this list, please visit: > > > >> > > > >> http://xircles.codehaus.org/manage_email > > > >> > > > >> > > > >> > > > > > > |
| Powered by Nabble | Edit this page |
