Closed asangansi closed 12 years ago
Can you give me a bit more to go on? I just do grails run-app
from that directory.
That's being brought in by the cloud-foundry plugin which you don't need just to run the app. You could remove the line from BuildConfig.groovy & see if that helps.
Rob Fletcher
On Monday, 1 October 2012 at 11:15, asangansi wrote:
Thanks for the quick reply! Looked closer and it seems this may be some dependency issue. I see that its unable to resolve jackson-core-asl:1.6.2 from the maven repositories.
— Reply to this email directly or view it on GitHub (https://github.com/robfletcher/grails-angular-scaffolding/issues/20#issuecomment-9026985).
Thanks for the quick response. Finally got it going. Had to download the jackson jar manually. Bu main issues was with grails.plugin.location.'angular-scaffolding' = '../../..' Took me a while to figure out why I was having failures since I copied out the test/apps/grails-ng to another folder. can I point grails.plugin.location.'angular-scaffolding' to some where on the web? is it on some repo?
Now looking at building a one page app the way we do it in angular...hope grails will let this happen :)
You can just install the plugin like any other plugin with ':angular-scaffolding:1.0-SNAPSHOT'
Rob Fletcher
On Monday, 1 October 2012 at 13:04, asangansi wrote:
Thanks for the quick response. Finally got it going. Had to download the jackson jar manually. Bu main issues was with grails.plugin.location.'angular-scaffolding' = '../../..' Took me a while to figure out why I was having failures since I copied out the test/apps/grails-ng to another folder. can I point grails.plugin.location.'angular-scaffolding' to some where on the web? is it on some repo?
Now looking at building a one page app the way we do it in angular...hope grails will let this happen :)— Reply to this email directly or view it on GitHub (https://github.com/robfletcher/grails-angular-scaffolding/issues/20#issuecomment-9029065).
Thanks so much. Issue resolved
On Mon, Oct 1, 2012 at 2:07 PM, Rob Fletcher notifications@github.comwrote:
You can just install the plugin like any other plugin with ':angular-scaffolding:1.0-SNAPSHOT'
Rob Fletcher
On Monday, 1 October 2012 at 13:04, asangansi wrote:
Thanks for the quick response. Finally got it going. Had to download the jackson jar manually. Bu main issues was with grails.plugin.location.'angular-scaffolding' = '../../..' Took me a while to figure out why I was having failures since I copied out the test/apps/grails-ng to another folder. can I point grails.plugin.location.'angular-scaffolding' to some where on the web? is it on some repo? Now looking at building a one page app the way we do it in angular...hope grails will let this happen :)
— Reply to this email directly or view it on GitHub ( https://github.com/robfletcher/grails-angular-scaffolding/issues/20#issuecomment-9029065).
— Reply to this email directly or view it on GitHubhttps://github.com/robfletcher/grails-angular-scaffolding/issues/20#issuecomment-9029120.
Please what's the easiest way to run the app in test/apps/grails-ng ? Trying grails run-app from the grails-ng directory, but no success. thanks