[GitHub] [groovy] paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J…

2020-03-18 Thread GitBox
paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access 
within o.c.g.vmplugin.v7.J…
URL: https://github.com/apache/groovy/pull/811#issuecomment-600626208
 
 
   The GROOVY_TURN_OFF_JAVA_WARNINGS environment flag would have only worked if 
FileBot called into the Groovy startup scripts which it doesn't. You'd need to 
change possibly one of the ini files in FileBot to try to do similar things to 
what Groovy's startup scripts do.
   
   With respect to steps to reproduce, yes it would be helpful if you could 
give us some simple steps we can follow to reproduce the issue, e.g.:
   
   1. install FileBot (link to instructions)
   2. run this command: 'some command here'
   
   I don't think any of us has used FileBot before and this would speed up our 
ability to reproduce locally so we can debug further.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [groovy] paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J…

2020-03-16 Thread GitBox
paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access 
within o.c.g.vmplugin.v7.J…
URL: https://github.com/apache/groovy/pull/811#issuecomment-599750409
 
 
   The general answers to your question are:
   
   - use JDK8
   - move to a later Groovy version
   - ignore the warnings (they don't affect any operation)
   - alter the startup scripts to turn off warnings (FileBot seems to have some 
of this in place already, maybe it could be extended)
   
   I don't really know much about FileBot. You could contact the authors and 
ask them to upgrade Groovy. But just having a quick look, it does look like a 
FileBot install (I looked at portable version) has a `jar` directory. You could 
simply replace the 9 groovy jars in that directory. You could try with 2.5.10 
first and if that doesn't work, try 3.0.2. Make sure to back up your install 
before tweaking it.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [groovy] paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access within o.c.g.vmplugin.v7.J…

2019-05-28 Thread GitBox
paulk-asert commented on issue #811: GROOVY-8843: Fix illegal reflective access 
within o.c.g.vmplugin.v7.J…
URL: https://github.com/apache/groovy/pull/811#issuecomment-496510493
 
 
   It also looks like you are using 2.5.6 which won't have most of the warnings 
turned off. You can safely ignore them or if using the command line tools, you 
might want to use the GROOVY_TURN_OFF_JAVA_WARNINGS environment switch.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services