Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
Thanks Taher for trying on Windows :) I think our last messages crossed on Wire. When you sent your message I had just identified the real issue (thanks to Jacopo on HipChat) and committed the fix. I should have spotted this issue on BuildBot in 1st place but I was convinced I did already comm

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Taher Alkhateeb
Hi Jacques, in reply: - The build does not compile on windows (until you made the correction) ! This is NOT related to the OS as I mentioned, but related to erroneous code. - You unnecessarily inserted a tab character next to the delegator. Please be careful, quality matters more than quantity. I

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
Sorry Taher, was my bad. I forgot I did not commit the change in EntityListIterator that I had pending for a week Done Jacques Le 16/09/2016 à 17:03, Jacques Le Roux a écrit : HEAD of course, see tools/test.bat BTW I checked I have jdk1.8.0_74 installed. 101 is the JRE I have also installe

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
HEAD of course, see tools/test.bat BTW I checked I have jdk1.8.0_74 installed. 101 is the JRE I have also installed by the Java auto update. So I thought it could be due to a JDK version (weird because try-with-ressources is not new) And BTW the xlint below is with my last commit reverted. I

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
And if you are interested here is with |-Xlint:unchecked and -Xlint:deprecation| C:\projectASF-Mars\ofbiz>gradlew build :compileJava C:\projectASF-Mars\ofbiz\framework\base\src\main\java\org\apache\ofbiz\base\test\GenericTestCaseBase.java:353: warning: [unchecked] Possible heap pollution from pa

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Taher Alkhateeb
What revision are you on? On Fri, Sep 16, 2016 at 5:51 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > And if you are interested here is with |-Xlint:unchecked and > -Xlint:deprecation| > > C:\projectASF-Mars\ofbiz>gradlew build > :compileJava > C:\projectASF-Mars\ofbiz\framework\bas

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
Sorry, I used locally tools/test.bat which is svn up && gradlew cleanAll eclipse loadDefault testIntegration And it works perfectly It also compiles w/o problems with "gradlew clean build": C:\projectASF-Mars\ofbiz>gradlew clean build :clean :compileJava Note: Some input files use unchecked or

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Taher Alkhateeb
Jacques it seems you don't get it. The problem is not an OS problem. The problem is in your code, it's all wrong on many levels. And by the way, the system does not even compile (on windows and linux!) On Fri, Sep 16, 2016 at 5:21 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Thank

Re: svn commit: r1761023 - in /ofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/account ing: finaccount/FinAccountServices.java payment/PaymentGatewayServices.java

2016-09-16 Thread Jacques Le Roux
Thanks Taher for support, Tests pass locally on Windows 7 with java version "1.8.0_101" -- 2016-09-16 15:07:08,916 |main |ContainerL