Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-05 Thread Stefan Armbruster
Hi, Am Donnerstag, den 04.08.2011, 14:20 -0700 schrieb noppanit: Hi, I'm not sure if I'm missing something here, I'm using Grails with Grails dependencies to resolve any dependencies. This is my BuildConfig.groovy file grails.project.dependency.resolution = { // inherit Grails'

[Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-04 Thread noppanit
Hi, I'm not sure if I'm missing something here, I'm using Grails with Grails dependencies to resolve any dependencies. This is my BuildConfig.groovy file grails.project.dependency.resolution = { // inherit Grails' default dependencies inherits(global) { // uncomment to disable

Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-04 Thread noppanit
I understand that ivy doesn't support pom.xml. Is there a workaround in grails dependencies? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Grails-with-neo4j-ivy-doesn-t-contain-class-files-tp3226748p3226759.html Sent from the Neo4j Community Discussions

Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-04 Thread Michael Hunger
The main org.neo4j/neo4j jar does only contain the transitive dependencies in its pom.xml. Can you look if the other jars are also there: org.neo4j / neo4j-kernel / * and the others org.neo4j / neo4j-* They are all on maven central. And grails normally does automatic transitive dependency

Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-04 Thread Michael Hunger
You could also provide the dependencies manually. Can you have a look at: http://www.grails.org/doc/latest/guide/3.%20Configuration.html 3.7.6 Dependency Reports 3.7.8 Maven Integration Am 04.08.2011 um 23:23 schrieb noppanit: I understand that ivy doesn't support pom.xml. Is there a

Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-04 Thread noppanit
So, I ended up manually manage dependencies, this is my BuildConfig.groovy in case somebody might be facing the same problem as I am and a newbie grails user. repositories { grailsPlugins() grailsHome() grailsCentral() // uncomment the below to enable remote