Re: Developing groovyScripts in the IDE

2021-01-21 Thread Pawan Verma
Hi Dan, I use IntelliJ 2019.1 Ultimate Edition(I know it's too old) and have a Groovy SDK setup(groovy-2.5.7). For me it works well, I am also able to navigate between other OFBiz Classes from GroovyScript files. I've tried removing the Groovy SDK and set it up as a fresh one and recorded a

Re: Developing groovyScripts in the IDE

2021-01-21 Thread Daniel Watford
Hi Pawan, I had to carry out one more step to get your solution to work for me. I'm running IntelliJ Ultimate 2020.3.1. I find that I get asked to configure a Groovy SDK for the first groovyScript file that I open in the IDE for any particular module. I tried two Groovy SDKs, 'Gradle:

Re: [ofbiz-framework] branch trunk updated: Improved: Updated tasks.checkstyleMain.maxErrors to 278

2021-01-21 Thread Michael Brohl
Hi James, the commit contains more changes than mentioned in the  commit message. It would be more transparent to separate those changes in separate commits to make it more clear and easier for reviewers. Thanks, Michael Brohl ecomify GmbH - www.ecomify.de Am 21.01.21 um 14:22 schrieb

Re: Developing groovyScripts in the IDE

2021-01-21 Thread Daniel Watford
Another CON to the global library approach, I'm afraid. When using a global Groovy SDK I can no longer hit break points in groovy script files when debugging. If I remove the global library, even while ofbiz is running, I can hit break points again. Thanks, Dan. On Thu, 21 Jan 2021 at 12:44,

Re: Developing groovyScripts in the IDE

2021-01-21 Thread Pawan Verma
Thanks dan for the details, I am also more inclined to have an automated way. Looking forward for the solution. Have a great day, buddy On Thu, Jan 21, 2021, 7:13 PM Daniel Watford wrote: > Another CON to the global library approach, I'm afraid. > > When using a global Groovy SDK I can no

Re: [ofbiz-framework] branch trunk updated: Improved: Updated tasks.checkstyleMain.maxErrors to 278

2021-01-21 Thread James Yong
Hi Michael, This commit is related to fixing checkstyle errors. Fixed 3 and updated tasks.checkstyleMain.maxErrors from 279 to 278. Regards, James On 2021/01/21 13:45:59, Michael Brohl wrote: > Hi James, > > the commit contains more changes than mentioned in the  commit message. > > It