On Tue, May 26, 2009 at 2:33 AM, Hans Dockter <[email protected]> wrote:
> > On May 25, 2009, at 6:29 PM, Daniel Mueller wrote: > > I'm trying to get a small project on Gradle 0.6. Without too much success >> so far unfortunately. >> >> I could try to describe what I actually have right now, but I guess better >> would be if you check the source that's failing. A minimal set is at >> http://gist.github.com/117570 (can be viewed with the browser if you >> don't have git installed). >> > > BTW: I had a look at your code. Why do you need a settings.gradle? >From the 0.6-Userguide 6.2.1. Defining a Multi-Project Build To define a multi-project build, you need to create a . The settings file lives in the root directory of settings file the source tree, and specifies which projects to include in the build. It must be called .settings.gradle It's not yet a multiproject build, but I plan to make it one. I believe in modularization, so my approach was to have a project with the java stuff, and one with the jython stuff, that depends on the java stuff. Probably some modules later. Does that make sense? Cheers, Daniel > > - Hans > > -- > Hans Dockter > Gradle Project Manager > http://www.gradle.org > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
