On Mon, Dec 22, 2008 at 1:17 PM, Jeff Brown <[email protected]> wrote: > I have a couple of really basic questions. I have a project at > http://github.com/jeffbrown/groovy-measures that I am trying to > gradle-ize. I have found that I have to create the target directory > myself or compile fails. That doesn't sound right so I think I am > just doing something wrong. Also, I am not sure if I am using the > right approach for adding jscience to the classpath. > > My build file is really simple at this point. See > http://github.com/jeffbrown/groovy-measures/tree/master/build.gradle. > > Any advice would be appreciated. > > Thanks! > >
I am sure that I found that the target directory was not created by default and I had to do it explicitly. This afternoon I took a few minutes to look at the source and it looked like the target dir should be created by default so I removed my code that was creating the dir and gave it a spin, and it worked. I don't know if I was using an earlier version of gradle at some point that didn't create the dir or maybe I had something else out of whack at my end. In any case, it looks like I do not need to create the dir on my own at this point, which is what I want. Thanks again. jb -- Jeff Brown SpringSource http://www.springsource.com/ Autism Strikes 1 in 166 Find The Cause ~ Find The Cure http://www.autismspeaks.org/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
