Looking around all the jars in the distro, it looks like these tasks can be found in the [gradle]/lib/plugins/gradle-plugins-1.0-milestone-4.jar. Does this jar not get included in gradleApi()?
On Wed, Aug 3, 2011 at 2:11 PM, Eric Berry <[email protected]> wrote: > Looks like it can't find 'org.gradle.api.tasks.testing.Test' either. > > > On Wed, Aug 3, 2011 at 2:10 PM, Eric Berry <[email protected]> wrote: > >> I have a company plugin which create extra jar files for Javadoc and >> JAXRSDoc. >> >> The plugin used to import these classes for defining the restdoc task, and >> *docJar tasks: >> import org.gradle.api.tasks.javadoc.Javadoc >> import org.gradle.api.tasks.bundling.Jar >> >> These seem to be gone in the M4 release - at least they don't seem to be >> on the classpath using: >> compile: gradleApi() >> >> Are they supposed to be in a new package, do I need to include something >> else as a dependency now? >> >> Thanks for any help. >> Eric >> >> -- >> Learn from the past. Live in the present. Plan for the future. >> Blog: http://eric-berry.blogspot.com >> jEdit <http://www.jedit.org> - Programmer's Text Editor >> Bazaar <http://bazaar.canonical.com> - Version Control for Humans >> > > > > -- > Learn from the past. Live in the present. Plan for the future. > Blog: http://eric-berry.blogspot.com > jEdit <http://www.jedit.org> - Programmer's Text Editor > Bazaar <http://bazaar.canonical.com> - Version Control for Humans > -- Learn from the past. Live in the present. Plan for the future. Blog: http://eric-berry.blogspot.com jEdit <http://www.jedit.org> - Programmer's Text Editor Bazaar <http://bazaar.canonical.com> - Version Control for Humans
