On 12/03/10 6:26 AM, Roger Studner wrote:
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. Unless, everyone actually modifies said scripts heh
You don't have to modify the script. You can set the GRADLE_OPTS environment variable. The pdf generation needs a bit more than the default heap space. At some point, when it annoys me enough, I will change it to fork a process to do the generation, so we don't have to set any options.
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
