Russel Winder wrote:
On Thu, 2009-09-10 at 06:08 +1000, Adam Murdoch wrote:
Russel Winder wrote:
The breaking changes page mentions quite a lot of useful name changes
but doesn't mention groovydocDirName nor anything of that ilk so that
some form of guesswork might lead to the right name.  Any chance of
someone putting up a few more examples or putting up the algorithm for
determining what unlisted entries in the lookup table might be?

I forgot about groovydocDirName. It's up there now. I think that's all of them listed now.

Thanks for adding new entries.  However I suspect there is something
wrong here:

groovydocDir                                    groovydoc.destintationDir
groovydocDirName = 'somedir'    groovydoc.destinationDir = 
file("$docsDir/somedir")

Two issues.  Firstly,  groovydocDir and groovydocDirName must have two
different entries, yet the groovydoc.destintationDir looks like a
spelling error, but if it were both would be the same.

It is a typo. Not sure what you mean about the two different entries.

  Secondly, what
does $docsDir refer to?


The docsDir property of Project. It's added by the java plugin: http://gradle.org/latest/docs/userguide/java_plugin.html#N1136C


Adam

Reply via email to