On 26/10/2012, at 4:25 PM, Robert Fletcher wrote: > I hate to resurrect such an old thread but I seem to be getting a > similar problem with Gradle 1.2 > > By groovydoc configuration is here: > https://github.com/robfletcher/betamax/blob/master/build.gradle#L95 > > When I run the task the Java API links *are* generated correctly but > other things (HttpClient, SnakeYaml, etc.) are not linked properly. > I've tried defining the links in different orders and overriding the > groovyClasspath as suggested above with no success. > > Am I doing something fundamentally wrong?
Seems right to me. Keep in mind though that you have to list each package, not just the top level. You can automate this, as we do in the Gradle build. https://github.com/gradle/gradle/blob/master/subprojects/docs/docs.gradle#L298 -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
