I included groovy-test-2.5.7.jar and that cleared up a lot of problems. I am still missing the jar for groovy.ui.Console
On Fri, Jul 26, 2019 at 7:22 AM Paul King <pa...@asert.com.au> wrote: > [image: Boxbe] <https://www.boxbe.com/overview> This message is eligible > for Automatic Cleanup! (pa...@asert.com.au) Add cleanup rule > <https://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Fkey%3DIRpFfNu1fdFiZ4COb4IsBbiZ5Re1BCqf%252FnRHRk%252FJGCs%253D%26token%3DGCbhLMtbyVRpjA2RVkaL27ocdJYLdM%252FWzrQ2K3%252FL426mmnLIkrE4WwsGFhEoUtkgxSqNijgf%252BUg6oEHdEBZ4awhaDbzWIA0n%252F6TZT0OyRbAFqaPJYm5xP2yeX%252BgtXB3pFJ5OXxUWBRw%253D&tc_serial=50291901977&tc_rand=1453631183&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001> > | More info > <http://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=50291901977&tc_rand=1453631183&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001> > There aren't any jars corresponding to groovy-ui, groovy-util or > groovy-mock. The groovy.mock package is in groovy-test. It depends on the > other classes as to which jar they might be in. Can you elaborate a bit > more? > > Cheers, Paul. > > On Fri, Jul 26, 2019 at 9:30 PM Ralph Johnson <rjohnson.u...@gmail.com> > wrote: > >> I'm migrating a big project from 2.4.8 to 2.5.7. I am doing it all >> under Eclipse, and in fact it was my desire to use the newest version of >> Eclipse that made me decide to do the migration. The latest version >> didn't seem to support older versions of Groovy well, so I just decided to >> try to migrate to a newer version of Groovy. >> >> A lot of packages that seemed to be standard in older versions of Groovy >> on Eclipse no longer seem to be standard. I looked through the lib >> directory of a regular installation of Groovy and discovered a number of >> these packages. I included groovy-cli-commons, groovy-ant, groovy-json, >> groovy-test-junit, grooy-swing and groovy-testing and that got rid of a lot >> of the errors. However, I am still looking for some jar files. Where >> would I find far files for groovy-ui, groovy-util, groovy-mock (I want to >> import groovy.mock.interceptor.MockFor)? I assume these are really named >> something like groovy-ui-2.5.7.jar to match the others, but maybe that is >> my problem, perhaps they have different names. >> >> -Ralph Johnson >> >