Hi, I have submitted some code that should be a reasonable start point for a Scala plugin. It performs compilation (direct, or via the compilation daemon) and scaladoc generation, all using Scala ant tasks.
http://jira.codehaus.org/browse/GRADLE-287 It still contains hardcoded references to a local Scala installation (look for "/usr/java/tools/scala" in the code) that need to be removed and/or replaced with references to a copy of scala downloaded via dependencies. It has not had extensive testing, but works ok for the very simple included sample project. I unfortunately won't have the time to work on it for at least several months, so I hope someone else finds it useful enough to pick up and complete. Thanks, Ross
