Re: [SPAM] How to use Groovy with Latest Intellij Idea?
Paul King <[email protected]>
| Newsgroups | gmane.comp.lang.groovy.user |
|---|---|
| Message-ID | <CAMbkE7RoG34tOVZjw3bt2S9icsNbHz1fa9+yKUi1vpeCMtmqvg@mail.gmail.com> |
Those instructions were written for Groovy 2.5 but should mostly work. The groovy-jaxb module was removed in Groovy 4, so just skip anything mentioning "jaxb". For more info, see the first bullet point in "Other breaking changes" in the release notes: https://groovy-lang.org/releasenotes/groovy-4.0.html#Groovy4.0-breaking Cheers, Paul. On Fri, May 13, 2022 at 6:49 AM MG <mgbiz-yvYIh6MZAuFWk0Htik3J/[email protected]> wrote: > > I don't know what the best/official answer here is, but as a workaround: If I remember correctly it was still included in the Groovy 3 binaries, so you can use that... > Cheers, > mg > > On 12/05/2022 22:26, Richard Heintze wrote: > > I'm trying to follow these instructions so I can write groovy scripts: Getting started with Groovy and Java 11 project | IntelliJ IDEA (jetbrains.com) > > Are these instructions out-of-date? I downloaded the Groovy 4.0.2 binary and then the Groovy 4.0.2 SDK and I could not find this directory called "extras-jaxb"... > > Is this supposed to be in the Groovy SDK? Where is it? > > How do I run groovy with Idea? > > Thanks > > Siegfried > >