I just added -Xmx512m down in the gradlew file. oddly, trying to uncomment the GRADLE_OPTS or JAVA_OPTS at the top, caused my build file not to work.. which is.. "unexpected".
Roger On Mar 11, 2010, at 2:33 PM, Rene Groeschke wrote: > Hi Roger, > > Roger Studner schrieb: >> And.. to keep going haha. >> >> FAILURE: Build failed with an exception. >> >> * Where: >> Build file '/Users/myName/gradle/subprojects/gradle-docs/docs.gradle' >> >> * What went wrong: >> Execution failed for task ':docs:userguidePdf'. >> Cause: Java heap space >> >> Suprising I get a java heap space error building gradle, from the same set >> of build script(s) that everyone else seems to get it to run with. >> > I'm also runing into this issue, but to lazy to trace this issue. -x > :docs:userguidePdf fixed my problems ;-) > > cheers, > René > >> Unless, everyone actually modifies said scripts heh >> >> Roger >> >> >> On Mar 11, 2010, at 2:18 PM, Rene Groeschke wrote: >> >> >>> Hi Roger, >>> gradleorg told me via twitter about that issue: >>> >>> "This is a known Ivy bug. The messages can be ignored. You get them only in >>> the first build after a repository url change." >>> >>> regards, >>> René >>> >>> Roger Studner schrieb: >>> >>>> I happen to see lots of these: >>>> :: problems summary :: >>>> :::: ERRORS >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> unknown resolver MavenRepo >>>> >>>> >>>> But it doesn't seem to hurt things (yet, build still running). >>>> >>>> Expected behavior? >>>> >>>> Thanks, >>>> Roger >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe from this list, please visit: >>>> >>>> http://xircles.codehaus.org/manage_email >>>> >>>> >>> -- >>> ------------------------------------ >>> Rene Groeschke >>> >>> [email protected] >>> http://www.breskeby.com >>> http://twitter.com/breskeby >>> ------------------------------------ >>> >>> >>> --------------------------------------------------------------------- >>> 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 >> >> >> > > > -- > ------------------------------------ > Rene Groeschke > > [email protected] > http://www.breskeby.com > http://twitter.com/breskeby > ------------------------------------ > > > --------------------------------------------------------------------- > 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
