Re: Problem with org.codehaus.groovy.tools.RootLoader

2019-11-14 Thread Jochen Theodorou
On 14.11.19 17:47, Kerridge, Jon wrote: [...] It would appear that Intellij invokes the RootLoader in some way when you invoke these processes from within the IDE. [...] I now have to find a way of stopping Intellij from loading the RootLoader but that is altogether a different problem and noth

RE: Problem with org.codehaus.groovy.tools.RootLoader

2019-11-14 Thread Kerridge, Jon
Hi, Thanks to feedback from Jochen and significant help and suggestions from Eric, I have found a solution to the problem I was experiencing. It is nothing to do with Groovy but everything to do with Intellij. It would appear that Intellij invokes the RootLoader in some way when you invoke th

Re: Problem with org.codehaus.groovy.tools.RootLoader

2019-11-12 Thread Jochen Theodorou
On 12.11.19 11:58, Kerridge, Jon wrote: [...] The problem is that the Groovy version when run as three separate processes creates the error org.codehaus.groovy.tools.RootLoader cannot be cast to jcsp.net2.mobile.DynamicClassLoader. This error comes from deep in the jcsp library.  DynamicClassLo

Re: Problem with org.codehaus.groovy.tools.RootLoader

2019-11-12 Thread Milles, Eric (TR Tech, Content & Ops)
When I get rid of the groovy-all:2.3.11 dependency and add sourceCompatibility = 11 targetCompatibility = 11 to build.gradle, I can build and execute RunPO2, RunPO1 and RunSingleMachine using Java 11 with no issues. From: Kerridge, Jon Sent: Tuesday, Novembe