Re: OFBizDebug and OFBIZ-11302

2019-12-04 Thread Jacques Le Roux
Le 03/12/2019 à 20:06, Mathieu Lirzin a écrit : Jacques Le Roux writes: With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz --debug-jvm" can be used instead. This is now ‘gradlew "ofbiz" --debug-jvm’ with the --debug-jvm outside of the double quotes. g ofbiz

Re: OFBizDebug and OFBIZ-11302

2019-12-04 Thread Mathieu Lirzin
Jacques Le Roux writes: > Le 02/12/2019 à 18:18, Mathieu Lirzin a écrit : >> >> Jacques Le Roux writes: >> >>> With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz >>> --debug-jvm" can be used instead. >> This is now ‘gradlew "ofbiz" --debug-jvm’ with the --debug-jvm

Re: OFBizDebug and OFBIZ-11302

2019-12-03 Thread Nicolas Malin
I agree to use native process that offer more standardization. Nicolas On 03/12/2019 09:45, Jacques Le Roux wrote: Le 02/12/2019 à 18:18, Mathieu Lirzin a écrit : Hello, Jacques Le Roux writes: With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz --debug-jvm" can be

Re: OFBizDebug and OFBIZ-11302

2019-12-03 Thread Jacques Le Roux
Le 02/12/2019 à 18:18, Mathieu Lirzin a écrit : Hello, Jacques Le Roux writes: With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz --debug-jvm" can be used instead. This is now ‘gradlew "ofbiz" --debug-jvm’ with the --debug-jvm outside of the double quotes. g

Re: OFBizDebug and OFBIZ-11302

2019-12-02 Thread Mathieu Lirzin
Hello, Jacques Le Roux writes: > With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz > --debug-jvm" can be used instead. This is now ‘gradlew "ofbiz" --debug-jvm’ with the --debug-jvm outside of the double quotes. > I have no problem with this change, it's easy to

OFBizDebug and OFBIZ-11302

2019-12-02 Thread Jacques Le Roux
Hi, With OFBIZ-11302 Mathieu removed the ofbizDebug Gradle task, because "ofbiz --debug-jvm" can be used instead. I have no problem with this change, it's easy to remember. Though I like the idea of having syntax sugar to easy remember commands, like ofbizDebug and ofbizBackground BTW