@Davide, I am sorry for the late answer, I have seen your question just now.
On 1 September 2011 17:53, davide.cavestro <[email protected]> wrote: > @Walter > I tried your WSProjectPlugin with no success. It is some time I don't use such plugin. So, I have to checkout it and check if it still work with late version of Gradle. > > After building it and putting the generated jar into my root project "libs" > folder I made it available through > > > So far so good. The problem is how to use it. Provided that I have a > multi-project structure like the following > > I tried configuring deps on root project as > > > but it seems they never contributes as compilation dependencies. While if I > use the gradle way (such as /compile project (':sublib1') /) it works, > (provided that I include /sublib1/ from /settings.gradle/. > Any idea? I will try to set a little example of how to use it. This way it should be more easy to understand how to use it. > Having developed such plugins, you could also be interested in > http://issues.gradle.org/browse/GRADLE-1014 > I will do it, but consider that the Workspace plugin helps to manage a multiproject structure with separate Gradle build.gradle files. This is done by storing all build.gradle files in one single file which is sychronized during the configuration phase. > PS: the svn organization of your project vitiates the default checkout > instructions provided at > http://code.google.com/p/gradle-wdc-plugins/source/checkout > I will check it. Thank you for your feedback > Cheers > Davide > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Is-it-possible-to-elect-a-local-gradle-project-to-satisfy-other-projects-deps-tp4497854p4758878.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
