Author: hlship
Date: Sun May 22 19:08:49 2011
New Revision: 1126164

URL: http://svn.apache.org/viewvc?rev=1126164&view=rev
Log:
TAP5-1528: Hack build script to get runtime classpath for javadoc right

Modified:
    tapestry/tapestry5/trunk/build.gradle

Modified: tapestry/tapestry5/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/build.gradle?rev=1126164&r1=1126163&r2=1126164&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/build.gradle (original)
+++ tapestry/tapestry5/trunk/build.gradle Sun May 22 19:08:49 2011
@@ -106,6 +106,9 @@ subprojects.each { evaluationDependsOn(i
 javadocBuildDir = dir(buildDirName + "/documentation/javadocs")
 
 task aggregateJavadoc(type: Javadoc) {
+
+   dependsOn configurations.javadoc
+   
    description = "Build the aggregated JavaDocs for all modules"
    maxMemory = '512m'
    destinationDir = javadocBuildDir.dir


Reply via email to