Re: [gradle-user] Re: Groovydoc not creating external links in generated HTML

2012-10-26 Thread Robert Fletcher
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,

[gradle-user] Re: Groovydoc not creating external links in generated HTML

2011-02-19 Thread evgenyg
Thanks, Peter! groovydoc.groovyClasspath = configurations.compiledid the job. Created an issue for that: http://jira.codehaus.org/browse/GRADLE-1391 - Best regards, Evgeny http://evgeny-goldin.com/ evgeny-goldin.com -- View this message in context: http://gradle.1045684.n5.nabble.com

[gradle-user] Re: Groovydoc not creating external links in generated HTML

2011-02-18 Thread Peter Niederwieser
evgenyg wrote: > > Have exactly the same issue. Any help? > I'm working on a fix. Meanwhile, you should be able to work around the problem by configuring groovydoc.groovyClasspath to include all externally referenced classes. And please raise an issue. -- Peter Niederwieser  Developer, Gradle

[gradle-user] Re: Groovydoc not creating external links in generated HTML

2011-02-18 Thread evgenyg
Gradle version is 0.9.2 - Best regards, Evgeny http://evgeny-goldin.com/ evgeny-goldin.com -- View this message in context: http://gradle.1045684.n5.nabble.com/Groovydoc-not-creating-external-links-in-generated-HTML-tp3315578p3391793.html Sent from the gradle-user mailing list archive a

[gradle-user] Re: Groovydoc not creating external links in generated HTML

2011-02-18 Thread evgenyg
Have exactly the same issue. Build file: http://goo.gl/0BP9i Groovydocs: http://goo.gl/oDB3a This file http://goo.gl/oZGlN links correctly to JDK Javadocs but doesn't link to correct Spring Javadoc for "InitializingBean" Any help? - Best regards, Evgeny http://evgeny-goldin.com/ evgeny-