|
A thin API wrapper plugin for Mailchimp API 1.3, and Mailchimp STS API 1.0. Name: mailchimp
Username: Happyinc (the name of my client's company) Richard Marr |
|
Administrator
|
Approved
On Tue, May 8, 2012 at 1:16 PM, Richard Marr <[hidden email]> wrote: > > A thin API wrapper plugin for Mailchimp API 1.3, and Mailchimp STS API 1.0. > > Name: mailchimp > Source: https://github.com/happyinc/grails-mailchimp > Username: Happyinc (the name of my client's company) > > > > -- > Richard Marr -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Thanks, having trouble publishing though. Are there known problems?
I was following these instructions to begin with (http://grails.org/Creating+Plugins), but ended up banging my head against it for an hour or two so tried a bunch of things
The plugin just has two services in it, run on Grails 1.3.7. The publish-command command bombs out with a ClassNotFoundException on org.tmatesoft.svn.core.SVNAuthenticationException. The release-plugin command gets as far as not accepting my grails.org login.
On 8 May 2012 12:50, Graeme Rocher <[hidden email]> wrote: Approved Richard Marr |
|
I am still having issues on this :( I think the plugin system hates me. I still get a 401 error code when trying to publish my plugin. Here's the stacktrace: http://pastie.org/3882012
Here's the source code: https://github.com/cavneb/grails-faker I have the release plugin set to 2.0.0.
Is this happening b/c I had an older plugin called 'faker'? On Tue, May 8, 2012 at 3:08 PM, Richard Marr <[hidden email]> wrote: Thanks, having trouble publishing though. Are there known problems? |
|
Administrator
|
In reply to this post by Richard Marr
Richard,
Please see http://grails.github.com/grails-howtos/en/migrateToTheNewCentralRepository.html Cheers On Tue, May 8, 2012 at 11:08 PM, Richard Marr <[hidden email]> wrote: > Thanks, having trouble publishing though. Are there known problems? > > I was following these instructions to begin with > (http://grails.org/Creating+Plugins), but ended up banging my head against > it for an hour or two so tried a bunch of things > > The plugin just has two services in it, run on Grails 1.3.7. The > publish-command command bombs out with a ClassNotFoundException on > org.tmatesoft.svn.core.SVNAuthenticationException. The release-plugin > command gets as far as not accepting my grails.org login. > > > > On 8 May 2012 12:50, Graeme Rocher <[hidden email]> wrote: >> >> Approved >> >> On Tue, May 8, 2012 at 1:16 PM, Richard Marr <[hidden email]> >> wrote: >> > >> > A thin API wrapper plugin for Mailchimp API 1.3, and Mailchimp STS API >> > 1.0. >> > >> > Name: mailchimp >> > Source: https://github.com/happyinc/grails-mailchimp >> > Username: Happyinc (the name of my client's company) >> > >> > >> > >> > -- >> > Richard Marr >> >> >> >> -- >> Graeme Rocher >> Grails Project Lead >> SpringSource - A Division of VMware >> http://www.springsource.com >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > > -- > Richard Marr -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Administrator
|
In reply to this post by Eric Berry
On Wed, May 9, 2012 at 3:12 AM, Eric Berry <[hidden email]> wrote:
> I am still having issues on this :( I think the plugin system hates me. I > still get a 401 error code when trying to publish my plugin. Here's the > stacktrace: http://pastie.org/3882012 > > Here's the source code: https://github.com/cavneb/grails-faker > > I have the release plugin set to 2.0.0. > > Is this happening b/c I had an older plugin called 'faker'? Permissions are configured so you can publish both 'grails-faker' and 'faker' Have you configured your credentials properly in ~/.grails/settings.groovy ? Cheers > > On Tue, May 8, 2012 at 3:08 PM, Richard Marr <[hidden email]> wrote: >> >> Thanks, having trouble publishing though. Are there known problems? >> >> I was following these instructions to begin with >> (http://grails.org/Creating+Plugins), but ended up banging my head against >> it for an hour or two so tried a bunch of things >> >> The plugin just has two services in it, run on Grails 1.3.7. The >> publish-command command bombs out with a ClassNotFoundException on >> org.tmatesoft.svn.core.SVNAuthenticationException. The release-plugin >> command gets as far as not accepting my grails.org login. >> >> >> >> On 8 May 2012 12:50, Graeme Rocher <[hidden email]> wrote: >>> >>> Approved >>> >>> On Tue, May 8, 2012 at 1:16 PM, Richard Marr <[hidden email]> >>> wrote: >>> > >>> > A thin API wrapper plugin for Mailchimp API 1.3, and Mailchimp STS API >>> > 1.0. >>> > >>> > Name: mailchimp >>> > Source: https://github.com/happyinc/grails-mailchimp >>> > Username: Happyinc (the name of my client's company) >>> > >>> > >>> > >>> > -- >>> > Richard Marr >>> >>> >>> >>> -- >>> Graeme Rocher >>> Grails Project Lead >>> SpringSource - A Division of VMware >>> http://www.springsource.com >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >> >> >> >> -- >> Richard Marr > > -- Graeme Rocher Grails Project Lead SpringSource - A Division of VMware http://www.springsource.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Eric Berry
> I am still having issues on this :( I think the plugin system hates me. I
> still get a 401 error code when trying to publish my plugin. Here's the > stacktrace: http://pastie.org/3882012 401 means your credentials are incorrect. Do you have them stored in ~/.grails/settings.groovy? If so, make sure that grails.project.repos.grailsCentral.username grails.project.repos.grailsCentral.password have your grails.org credentials. I can't think of any other reason you'd be getting a 401. Peter -- Peter Ledbrook Grails Advocate SpringSource - A Division of VMware --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Richard Marr
> Thanks, having trouble publishing though. Are there known problems?
Upgrading from Release 1.x seems to cause some issues. You typically have to do a clean and also clear out the script cache: rm -rf ~/.grails/2.0.3/projects/<pluginName>/scriptCache I prefer to add this to my ~/.grails/settings.groovy: grails.project.work.dir = "target" because then I can simply delete the 'target' directory in the project source folder for a complete clean. > The plugin just has two services in it, run on Grails 1.3.7. The > publish-command command bombs out with a ClassNotFoundException on > org.tmatesoft.svn.core.SVNAuthenticationException. The release-plugin > command gets as far as not accepting my grails.org login. You cannot use Grails 1.3.7 to publish plugins to Grails Central now, sorry. Peter -- Peter Ledbrook Grails Advocate SpringSource - A Division of VMware --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
> You cannot use Grails 1.3.7 to publish plugins to Grails Central now, sorry.
Meh. My reward to effort ratio has just dwindled close enough to zero that I'm aborting. I'll just leave the plugin on Github in case anyone wants to inline or replublish it.
On 9 May 2012 10:51, Peter Ledbrook <[hidden email]> wrote:
Richard Marr |
|
Thank you Peter. I found that the problem was that in my ~/.grails/settings.groovy I was using grails.project.portal.grailsCenter.* instead of grails.project.repos.grailsCentral.*
Eric
On Wed, May 9, 2012 at 5:30 AM, Richard Marr <[hidden email]> wrote:
|
| Powered by Nabble | Edit this page |
