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
9
To: dev@groovy.apache.org
Subject: Problem with org.codehaus.groovy.tools.RootLoader
CAUTION: This email originated from outside Edinburgh Napier University. Do not
follow links or open attachments if you doubt the authenticity of the sender or
the content.
Hi,
I have come across a problem
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
, November 12, 2019 4:58 AM
To: dev@groovy.apache.org
Subject: Problem with org.codehaus.groovy.tools.RootLoader
Hi,
I have come across a problem that I am finding very confusing.
I have a parallel library that is reliable, mounted on jcenter() called jcsp –
CSP for Java.
I have been wanting to
Hi,
I have come across a problem that I am finding very confusing.
I have a parallel library that is reliable, mounted on jcenter() called jcsp -
CSP for Java.
I have been wanting to update the library for Java9+ and to use it with Groovy
3.
But first discovered a problem that first manifest