OK, I thought it would work as is, I'll complete it later, still have to use ofbizDebug for now
Jacques
Le 05/08/2016 à 11:24,
[hidden email] a écrit :
> Author: jleroux
> Date: Fri Aug 5 09:24:08 2016
> New Revision: 1755265
>
> URL:
http://svn.apache.org/viewvc?rev=1755265&view=rev> Log:
> Sorry I prefer debug over ofbizDebug. I see no point putting the ofbiz prefix there.
>
> Modified:
> ofbiz/trunk/build.gradle
>
> Modified: ofbiz/trunk/build.gradle
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1755265&r1=1755264&r2=1755265&view=diff> ==============================================================================
> --- ofbiz/trunk/build.gradle (original)
> +++ ofbiz/trunk/build.gradle Fri Aug 5 09:24:08 2016
> @@ -728,7 +728,7 @@ tasks.addRule('Pattern: ofbiz <Commands>
> }
>
> tasks.addRule('Pattern: ofbizDebug <Commands>: Execute OFBiz startup commands in remote debug mode') { String taskName ->
> - if(taskName ==~ /^ofbizDebug\s.*/ || taskName == 'ofbizDebug') {
> + if(taskName ==~ /^ofbizDebug\s.*/ || taskName == 'ofbizDebug' || taskName == 'debug') {
> def arguments = (taskName - 'ofbizDebug').toLowerCase().tokenize(' ')
> createOfbizCommandTask(taskName, arguments, jvmArguments, true)
> }
>
>
>