Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacques Le Roux
Le 06/05/2015 19:54, Jacques Le Roux a écrit : Seems this not get through, forwarding... Again w/o the link, I can't see what else could prevent this message to reach the ML :/ Jacques Le 06/05/2015 17:00, Jacques Le Roux a écrit : Great to see that in the ASF repo, but what about Windows?

Re: Java 8 and functional programming in trunk

2015-05-06 Thread Jacques Le Roux
Yes (lazy) consensus over vote ;) Jacques Le 07/05/2015 05:02, Scott Gray a écrit : I'm not sure if a vote is necessary, particularly if no one has any objections. Regards Scott On 7 May 2015 07:44, "Nicolas Malin" wrote: I'm favorable to use java 8. I think it's will be pretty fin if you c

[jira] [Created] (OFBIZ-6336) Problem about return item in POS component

2015-05-06 Thread Hoan Dang Van (JIRA)
Hoan Dang Van created OFBIZ-6336: Summary: Problem about return item in POS component Key: OFBIZ-6336 URL: https://issues.apache.org/jira/browse/OFBIZ-6336 Project: OFBiz Issue Type: Bug

Re: Java 8 and functional programming in trunk

2015-05-06 Thread Scott Gray
I'm not sure if a vote is necessary, particularly if no one has any objections. Regards Scott On 7 May 2015 07:44, "Nicolas Malin" wrote: > I'm favorable to use java 8. > I think it's will be pretty fin if you can support oracle jdk8 and > openjdk8 also. > > I propose to organize a vote to valid

Re: svn commit: r1678076 [2/3] - in /ofbiz/trunk/applications/product/config: ProductEntityLabels.xml ProductErrorUiLabels.xml

2015-05-06 Thread Adrian Crum
To be clear: Yes, the entire file is parsed - which means it will reside in memory during parsing - but only the requested language is kept in memory. If file size becomes a problem, then we could convert to SAX parsing of UI label files. Adrian Crum Sandglass Software www.sandglass-softwar

Re: svn commit: r1678076 [2/3] - in /ofbiz/trunk/applications/product/config: ProductEntityLabels.xml ProductErrorUiLabels.xml

2015-05-06 Thread Christian Geisert
Hehe, this has already been discussed when switching to from .properties to .xml See https://issues.apache.org/jira/browse/OFBIZ-1442 And I was against this change (with size as one argument against it) ... but meanwhile I like this format ;-) Christian Am 06.05.2015 22:57, schrieb Michael Broh

buildbot success in ASF Buildbot on ofbiz-trunk

2015-05-06 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/864 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The AnyBranchScheduler

Re: svn commit: r1678076 [2/3] - in /ofbiz/trunk/applications/product/config: ProductEntityLabels.xml ProductErrorUiLabels.xml

2015-05-06 Thread Adam Heath
Except that byte site is not equal to in-memory site. Java doesn't use utf-8 internally to store character data. I believe each char is 4 bytes in size. Then you have all the extra string objects with their char array pointing into the large shared blob. On 05/06/2015 03:57 PM, Michael Broh

Re: svn commit: r1678076 [2/3] - in /ofbiz/trunk/applications/product/config: ProductEntityLabels.xml ProductErrorUiLabels.xml

2015-05-06 Thread Michael Brohl
- Posting in dev because I have no permission for commits - Yes, thought about that recently when doing the german translations. The drawback is that you have no overview about missing translations. It's easy to go through the files as they are now and add missing translations. I quick check

Re: Java 8 and functional programming in trunk

2015-05-06 Thread Nicolas Malin
I'm favorable to use java 8. I think it's will be pretty fin if you can support oracle jdk8 and openjdk8 also. I propose to organize a vote to validate or not this proposition Nicolas Le 03/05/2015 11:52, Jacques Le Roux a écrit : Hi Taher, Yes I think so. For now well known (I hope ;)) sec

[jira] [Commented] (OFBIZ-6305) German translations for various applications

2015-05-06 Thread Christian Geisert (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531268#comment-14531268 ] Christian Geisert commented on OFBIZ-6305: -- Thanks Martin! Looking forward to mor

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 12:10 PM, Jacopo Cappellato wrote: On May 6, 2015, at 6:09 PM, Adam Heath wrote: That's bad too. By the way, Adam, you're as bitter as an old spinster today! :-) Just express issues we've had interacting with clients. It's all about placing blame. If I have to download so

Re: svn commit: r1675852 - in /ofbiz/trunk/applications/accounting/servicedef: secas.xml secas_invoice.xml

2015-05-06 Thread Jacques Le Roux
Hi Pranay, Any chances, or is it out of subject? Jacques Le 28/04/2015 09:16, Jacques Le Roux a écrit : Hi Pranay, That's cool, but is it not worth a Jira for releases logs? Thanks Jacques Le 24/04/2015 15:29, pran...@apache.org a écrit : Author: pranayp Date: Fri Apr 24 13:29:56 2015 New

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 6:09 PM, Adam Heath wrote: > That's bad too. By the way, Adam, you're as bitter as an old spinster today! :-)

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Richard Siddall
FWIW, gradle is in Chocolatey (https://chocolatey.org/packages?q=gradle), as is groovy (https://chocolatey.org/packages?q=groovy), but neither is in NuGet. Richard. Richard Siddall wrote: Looking at our local mirror server, gradle is not available in CentOS 5, 6, or 7, or Fedora Core

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Richard Siddall
Looking at our local mirror server, gradle is not available in CentOS 5, 6, or 7, or Fedora Core 21. (I assume the same is true of RedHat Enterprise Linux and the other distros derived from it.) CentOS 7 and Fedora Core 21 have (modified versions of) groovy 1.8.9. Earlier versions of CentOS d

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 10:34 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:57 PM, Adam Heath wrote: On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:45 PM, Adam Heath wrote: Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle.

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
apt-get install gradle yum install gradle emerge gradle Let's assume downloading random things that haven't been vetted against one's OS of choice is frowned upon by the powers that be at a particular company. It's a matter of not having to understand each and every single downloadable softwa

[jira] [Commented] (OFBIZ-6333) Replacing bsh code with groovy Code in SCRUM screens, forms and menus

2015-05-06 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530785#comment-14530785 ] Pierre Smits commented on OFBIZ-6333: - That is correct. Current status is 'In progress

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 5:34 PM, Jacopo Cappellato wrote: > At the top directory of your unpacked source, you need to run the command: >gradle > This sets up the Gradle wrapper and from then on you just need the `gradlew` > command instead of `gradle`. > == again from G

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 4:57 PM, Adam Heath wrote: > > > On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: >> On May 6, 2015, at 4:45 PM, Adam Heath wrote: >> >>> Gradle has to be installed before building ofbiz, so you couldn't use >>> gradle to install gradle. And I'd prefer not to embed it dir

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Taher Alkhateeb
Hi Adam, Maybe I do not understand your point exactly, but I find it very trivial to install gradle with the following steps on _any_ platform: 1) Download the latest binary gradle release from their website. The current version is 2.4 2) Set $JAVA_HOME to the correct java version on your co

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
On 05/06/2015 09:52 AM, Jacopo Cappellato wrote: On May 6, 2015, at 4:45 PM, Adam Heath wrote: Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And I'd prefer not to embed it directly. The Groovy project has some scripts for this: https://gi

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 4:45 PM, Adam Heath wrote: > Gradle has to be installed before building ofbiz, so you couldn't use gradle > to install gradle. And I'd prefer not to embed it directly. The Groovy project has some scripts for this: https://github.com/apache/incubator-groovy/blob/master/gradl

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Adam Heath
Gradle has to be installed before building ofbiz, so you couldn't use gradle to install gradle. And I'd prefer not to embed it directly. And custom compiling every single library that one uses day to day isn't scalable either(let's ignore gentoo). And some like to only install what is availa

[jira] [Commented] (OFBIZ-6333) Replacing bsh code with groovy Code in SCRUM screens, forms and menus

2015-05-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530543#comment-14530543 ] Jacques Le Roux commented on OFBIZ-6333: I see no patch :) > Replacing bsh code w

[jira] [Created] (OFBIZ-6335) Replacing bsh code with groovy code in PROJECTMGR screens, forms and menus

2015-05-06 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6335: --- Summary: Replacing bsh code with groovy code in PROJECTMGR screens, forms and menus Key: OFBIZ-6335 URL: https://issues.apache.org/jira/browse/OFBIZ-6335 Project: OFBiz

[jira] [Updated] (OFBIZ-6333) Replacing bsh code with groovy Code in SCRUM screens, forms and menus

2015-05-06 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-6333: Summary: Replacing bsh code with groovy Code in SCRUM screens, forms and menus (was: Replacing bsh

[jira] [Created] (OFBIZ-6334) Widget Refactoring: Have 'request-confirmation' and 'confirmation-message' available for screens and menus

2015-05-06 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6334: --- Summary: Widget Refactoring: Have 'request-confirmation' and 'confirmation-message' available for screens and menus Key: OFBIZ-6334 URL: https://issues.apache.org/jira/browse/OFBIZ-

[jira] [Updated] (OFBIZ-6333) Replacing bsh code with groovy Code in MyWork screens and forms

2015-05-06 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-6333: Attachment: (was: OFBIZ-6333-BSH2Groovy-Scrum.patch) > Replacing bsh code with groovy Code in My

[jira] [Updated] (OFBIZ-6333) Replacing bsh code with groovy Code in MyWork screens and forms

2015-05-06 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits updated OFBIZ-6333: Attachment: OFBIZ-6333-BSH2Groovy-Scrum.patch This patch addresses the issue. > Replacing bsh code

[jira] [Assigned] (OFBIZ-6333) Replacing bsh code with groovy Code in MyWork screens and forms

2015-05-06 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Smits reassigned OFBIZ-6333: --- Assignee: Pierre Smits > Replacing bsh code with groovy Code in MyWork screens and forms > --

[jira] [Created] (OFBIZ-6333) Replacing bsh code with groovy Code in MyWork screens and forms

2015-05-06 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6333: --- Summary: Replacing bsh code with groovy Code in MyWork screens and forms Key: OFBIZ-6333 URL: https://issues.apache.org/jira/browse/OFBIZ-6333 Project: OFBiz

[jira] [Updated] (OFBIZ-6329) Malfunction of configurable FTL-Template caching in DataResourceWorker.renderDataResourceAsText

2015-05-06 Thread Martin Becker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Becker updated OFBIZ-6329: - Attachment: OFBIZ-6329_Non-Template-Caching-DiffOnly.patch OFBIZ-6329_FTL-Caching-D

[jira] [Updated] (OFBIZ-6305) German translations for various applications

2015-05-06 Thread Martin Becker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Becker updated OFBIZ-6305: - Attachment: OFBIZ-6305-ProductEntityLabels.patch Patch for ProductEntityLabels... > German transl

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Michael Brohl
Hi Adam, I don't know much about Gradle and maybe I misunderstand the survey, but isn't it platform independent and can be installed in the desired version on every Java supported system? (http://gradle.org/docs/current/userguide/installation.html) Regards, Michael Brohl ecomify GmbH www.ec

[jira] [Commented] (OFBIZ-6271) build management with maven

2015-05-06 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530217#comment-14530217 ] Jacques Le Roux commented on OFBIZ-6271: BTW it seems Google is going another way

[jira] [Created] (OFBIZ-6332) Replacing bsh code with Groovy code

2015-05-06 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6332: --- Summary: Replacing bsh code with Groovy code Key: OFBIZ-6332 URL: https://issues.apache.org/jira/browse/OFBIZ-6332 Project: OFBiz Issue Type: Improvement

Re: Vote: move to git.

2015-05-06 Thread Christian Geisert
C'mon Hans The vote was about "should we convert the master SVN repository of Apache OFBIz to a GIT version?" Nobody stops you from creating a proper plan. Christian Am 06.05.2015 09:54, schrieb Hans Bakker: > After creating a proper plan sure, now formally you have blocked > progress with your

Re: Vote: move to git.

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 9:54 AM, Hans Bakker wrote: > After creating a proper plan sure, now formally you have blocked progress > with your veto. The veto is only on commit changes, this vote is not for a commit change so my -1 doesn't count as a veto. Jacopo

Re: Vote: move to git.

2015-05-06 Thread Hans Bakker
After creating a proper plan sure, now formally you have blocked progress with your veto. Hans On 06/05/15 14:16, Jacopo Cappellato wrote: On May 6, 2015, at 9:10 AM, Hans Bakker wrote: However then still we need a vote again after the proposal... if you make it a -0.9 then when the propos

Re: Vote: move to git.

2015-05-06 Thread Pierre Smits
Consensus is always needed. Best regards, Pierre Op woensdag 6 mei 2015 heeft Hans Bakker het volgende geschreven: > Ok let first wait for the vote result seeing your comment at the -1 . > > However then still we need a vote again after the proposal... if you make > it a -0.9 then when the pro

Re: Vote: move to git.

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 9:10 AM, Hans Bakker wrote: > However then still we need a vote again after the proposal... if you make it > a -0.9 then when the proposal is agreed, no need for a vote. are you really considering the idea of doing such an important change for the community without a clear a

Re: Vote: move to git.

2015-05-06 Thread Hans Bakker
Ok let first wait for the vote result seeing your comment at the -1 . However then still we need a vote again after the proposal... if you make it a -0.9 then when the proposal is agreed, no need for a vote. for people who would like to help, there are plenty of GIT workflow proposals in othe

Re: Vote: move to git.

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 8:56 AM, Hans Bakker wrote: > When attached to a jira issue, then after approval (or no objection) merging > the patch into the master branch by a committer so difficult? Did you read the document that you are asking us to refer to as your proposal for the firs Git MVP? The

Re: Vote: move to git.

2015-05-06 Thread Jacopo Cappellato
On May 6, 2015, at 8:43 AM, Taher Alkhateeb wrote: > Hi Jacopo, > > I am a bit of a noob on ASF policies. Is it possible to guide us on > resources to read to be able to draft any kind of proposal? Hi Taher, please read my previous messages on this subject because they contain some of the inf