Re: [DISCUSSION] where download gradle-wrapper.jar ?

2019-08-05 Thread Jacques Le Roux
And to be clear: we don't need to muck around testing if a version is not on Gradle Github. We can directly take it from Bintray, et voilà :) Can't be simpler! Le 05/08/2019 à 12:03, Jacques Le Roux a écrit : Hi Nicolas, I think your idea of using Bintray is the best ! Simple, no question

Re: svn commit: r1863840 - /ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml

2019-08-05 Thread Pawan Verma
Hi Suraj, Done at rev#1863840. -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Mon, Aug 5, 2019 at 6:02 PM Suraj Khurana wrote: > Hello Pawan, > > Please change this commit message as per our pattern, so

Re: svn commit: r1863840 - /ofbiz/ofbiz-framework/trunk/applications/accounting/widget/GlForms.xml

2019-08-05 Thread Suraj Khurana
Hello Pawan, Please change this commit message as per our pattern, so that it can be included in our monthly blog as well. Thanks !! -- Best Regards, Suraj Khurana Technical Consultant HotWax Systems On Sat, Jul 27, 2019 at 1:32 PM wrote: > Author: pawan > Date: Sat Jul 27 08:02:55 2019 > New

Re: [Proposal] Enhancements in Programmable Export

2019-08-05 Thread Pawan Verma
Hi Devanshu, +1 for the enhancements. IMO, we can have some kind of configuration for the output of Program Export. Maybe some variable in script like outputMode="XML" or "JSON" default to XML. -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source

Re: [DISCUSSION] where download gradle-wrapper.jar ?

2019-08-05 Thread Jacques Le Roux
Hi Nicolas, I think your idea of using Bintray is the best ! Simple, no question to ask to anybody.- This also answers to the message you specifically sent to me :) Jacques Le 05/08/2019 à 10:03, Nicolas Malin a écrit : Thanks Jacopo for spot these rules. Currently with the script helper,

Re: [DISCUSSION] where download gradle-wrapper.jar ?

2019-08-05 Thread Nicolas Malin
Jacques, in line On 8/1/19 1:08 PM, Jacques Le Roux wrote: I also read  there:    >

Re: [DISCUSSION] where download gradle-wrapper.jar ?

2019-08-05 Thread Nicolas Malin
Thanks Jacopo for spot these rules. Currently with the script helper, I used the github location [1] to download the wrapper and if failed backup used own svn. If use the svn as sparse is a problem I can have different solution :  * No use backup, if github gradle wrapper isn't available,

Re: [FYI] Old demo crashed, restarted

2019-08-05 Thread Jacques Le Roux
It went well this morning. I have no idea why either, let it be :) Le 04/08/2019 à 12:20, Jacques Le Roux a écrit : Same issue. Though I knew it would not help, because I already run the old launching script yesterday, I ran each of its commands by hand today. As expected all went well. I

Re: svn commit: r1864215 - in /ofbiz/ofbiz-framework/trunk/applications/party: servicedef/services_upgrade.xml src/main/java/org/apache/ofbiz/party/party/UpgradeServices.java

2019-08-05 Thread Pawan Verma
Thanks, Mathieu for the review. I will be more careful next time. -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Sun, Aug 4, 2019 at 3:44 AM Mathieu Lirzin wrote: > Hello Pawan, > > pa...@apache.org

[Proposal] Enhancements in Programmable Export

2019-08-05 Thread Devanshu Vyas
Hello Guys, I recently used the Programmable Export feature in Webtools application and I thought that this feature can be extended to use the *EntityQuery* for data fetching. Nowadays, EntityQuery usage to perform data fetching is increasing. This will be a rather simple enhancement as the