Here ya go: http://community.jboss.org/wiki/Gradlewhy
On Thu, 2010-06-03 at 08:09 -0500, Steve Ebersole wrote:
> On Thu, 2010-06-03 at 11:08 +0200, Hardy Ferentschik wrote:
> > hi,
> >
> > some thoughts. First, should the current gradle branch compile out of the
> > box?
> Well it does compile
On Thu, 2010-06-03 at 11:08 +0200, Hardy Ferentschik wrote:
> hi,
>
> some thoughts. First, should the current gradle branch compile out of the
> box?
Well it does compile out of the box ;) You just said running the tests
fail, which implies it got past compiling :)
Anyway, so far on this bran
hi,
some thoughts. First, should the current gradle branch compile out of the
box?
I did the following:
svn co https://svn.jboss.org/repos/hibernate/core/branches/gradle2
gradle-branch
cd gradle-branch
gradle build
It did some downloading and it completed the build of core, but then all
t
Wanted to point out that I have a new Gradle PoC branch in SVN at
https://svn.jboss.org/repos/hibernate/core/branches/gradle2 Of special
interest, this branch supports generating intellij project from the
source. The Gradle guys have been really awesome in helping me to get
this ready. You'll ne