Gradle documentation and migration status

2017-03-10 Thread Jacques Le Roux
Hi All, I'd like to complete the Gradle documentation at OFBIZ-7677 For that AFAIK only remain the "Patch Management Using Gradle Targets" section in the Addressing Custom Requirements wiki page 1) I'd like to know if people are still using the 4 targets, to create/apply/reapply/revert

Re: Tests and Buildbot are OK again

2017-03-10 Thread Jacques Le Roux
Ah, forgot to say that it seems the issue we get with R16 on Buildbot is the same than what I get locally with framework trunk alone: no runtime\logs\test-results is created. The last we have for 16 is from 2017-02-02 10:25:37 https://ci.apache.org/projects/ofbiz/logs/16.11/ When we lastly

Re: Render table rows from pulled data

2017-03-10 Thread Pierre Smits
Nicolas, That can be achieved through services. Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Fri, Mar 10, 2017 at 2:17 PM, Nicolas Malin wrote: > Hello

Re: Render table rows from pulled data

2017-03-10 Thread Pierre Smits
Hi James, Such functionality is already available in the feature set of OFBiz, even if it is not shown in the demo applications. You can on form widget level retrieve data through services, in Freemarker templates, and even in javascript functions in onload events after the initial rendering has

Re: Documentation by Release / Version

2017-03-10 Thread Rishi Solanki
See if this effort can be part of - https://cwiki.apache.org/confluence/display/OFBIZ/Business+Process+Stories+and+Use+Cases+Library For more details please refer the email thread - ofbiz.markmail.org/search/?q=User+Acceptance+Test+Cases+For+Ecommerce+14.12 Or you would like to do it as

Re: Render table rows from pulled data

2017-03-10 Thread james_sg
Hi Nicolas, Do you mean a json renderer to be used by forms as discussed at https://issues.apache.org/jira/plugins/servlet/mobile#issue/OFBIZ-6967 ? Regards, James Yong Nicolas Malin-2 wrote > Hello james, the better way for me would be create a screenjson or > something like that who parse

Tests and Buildbot are OK again

2017-03-10 Thread Jacques Le Roux
Hi, Buildbot is back again, pfew...! All tests are passing there but R16.11 which passes locally. I'll try to see why it's a pb on Buildbot. I guess I have an idea: upgrading to Gradle 3 the Infra team lets the daemon in place which is a default now (beware of that in prod!). I created

Re: Render table rows from pulled data

2017-03-10 Thread Nicolas Malin
Hello james, the better way for me would be create a screenjson or something like that who parse the form to json format. Nicolas Le 10/03/2017 à 13:45, james_sg a écrit : Hi all, Currently, form / table data is being rendered together with the form widgets. To better facilitate the use of

buildbot success in on ofbiz-branch15

2017-03-10 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch15 while building . Full details are available at: https://ci.apache.org/builders/ofbiz-branch15/builds/317 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The AnyBranchScheduler

Render table rows from pulled data

2017-03-10 Thread james_sg
Hi all, Currently, form / table data is being rendered together with the form widgets. To better facilitate the use of Single Page or Mobile Application in the future, it would be better to let the form widgets pull data from the server instead. Any suggestion on how i can better implement this

buildbot success in on ofbiz-trunk-framework

2017-03-10 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk-framework while building . Full details are available at: https://ci.apache.org/builders/ofbiz-trunk-framework/builds/10 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The

Re: Documentation by Release / Version

2017-03-10 Thread Jacques Le Roux
+1 Jacques Le 10/03/2017 à 02:45, james yong a écrit : Hi Jacques, I like your approach too. I propose creating a Tour page in Confluence. This tour page will have a direct child page for the recent OFBiz releases, like the following menu structure: Tour -> Release 13.7 ->

Re: Documentation by Release / Version

2017-03-10 Thread james yong
Hi all, Will create the placeholder for the following pages in Confluence soon if there is no objection. Tour -> Release 13.7 -> Release 16.11 This is also very much a work-in-progress, and group work will be better. Thanks. Regards, James james yong wrote > Hi Jacques, >

buildbot success in on ofbiz-branch14

2017-03-10 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-branch14 while building . Full details are available at: https://ci.apache.org/builders/ofbiz-branch14/builds/349 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: orcus_ubuntu Build Reason: The AnyBranchScheduler

buildbot failure in on ofbiz-branch16

2017-03-10 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-branch16 while building . Full details are available at: https://ci.apache.org/builders/ofbiz-branch16/builds/7 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

Test and ports issue (was Re: [DISCUSSION] Plugins: svn:external or Gradle Task?)

2017-03-10 Thread Jacques Le Roux
Le 08/03/2017 à 19:57, Jacques Le Roux a écrit : Le 14/02/2017 à 08:57, Jacques Le Roux a écrit : We now just need INFRA-13496 to be fixed :) (the port 8080 issue again) Have a nice day Jacques Here we go again https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-13573 Jacques

Re: Groovy

2017-03-10 Thread Jacques Le Roux
On the other hand if your question is "*How Groovy is currently used in OFBiz?*" Then it's mostly used to prepare a context to pass to Freemarker before it renders pages. Note that we want to use as less as possible Freemarker templates in Management Apps and rather use OFBiz Widgets (Menu,