Neil Chaudhuri wrote: > > Incidentally, is there a way to specify the doclet-specific arguments > without an options file? >
I've already answered this question of you before: >First off, I don't know how to set the argument "-jaxrscontext http://localhost:8080/myapp" task generateRestApiDocs(type: Javadoc) { ... options.addStringOption("jaxrscontext", "http://localhost:8080/myapp") } -- 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/Converting-AntBuilder-Javadoc-to-Javadoc-Task-tp3425491p3476435.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
