Not sure why you still use ant.javadoc instead of Gradle's JavaDoc task type. Anyway, "dependsOn: configurations.jaxDoclet" is wrong. A task can only depend on other tasks but not on a configuration.
-- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradleware http://www.gradleware.com Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Classpath-for-Javadoc-Task-with-AntBuilder-tp3412980p3413599.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
