Ah cool. Thanks. :) On Wed, Aug 3, 2011 at 3:33 PM, Adam Murdoch <[email protected]>wrote:
> > It's this one: http://issues.gradle.org/browse/GRADLE-1699 > > On 04/08/2011, at 8:28 AM, Szczepan Faber wrote: > > There's a bug with gradleApi() in M4 - I don't remember if it was reported > officially in jira. > > Cheers! > > On Wed, Aug 3, 2011 at 11:35 PM, Eric Berry <[email protected]> wrote: > >> 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 >> > > > > -- > Szczepan Faber > Principal engineer@gradleware > Lead@mockito > > > > -- > Adam Murdoch > Gradle Co-founder > http://www.gradle.org > VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting > http://www.gradleware.com > > -- 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
