Re: Library sources are automatically downloaded

2016-07-26 Thread Jacques Le Roux
Thanks Taher, I found that but I thought from answers in the Stackoverflow thread that Eclipse would automatically link the jars with the sources if they exist. Or do you have to link them all manually :-o ? Jacques Le 26/07/2016 à 16:18, Taher Alkhateeb a écrit : Hi Jacques, As I

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
Hi Jacques, They are linked automatically here. I'm beginning to get worried that this might be a windows thing again. Are the sources not linked on your PC? Taher Alkhateeb. On Jul 26, 2016 9:01 PM, "Jacques Le Roux" wrote: > Thanks Taher, > > I found that but I

[jira] [Commented] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393291#comment-15393291 ] Jacques Le Roux commented on OFBIZ-7929: Thanks for review and comment Scott :) > Scrum find

Re: svn commit: r1754051 - in /ofbiz/trunk/specialpurpose/scrum: groovyScripts/FindProductBacklogItem.groovy widget/scrumForms.xml

2016-07-26 Thread Scott Gray
I didn't ask him to fix them, they were mostly just informational comments for both yourself and Florian. Regards Scott On 26 July 2016 at 17:46, Jacques Le Roux wrote: > Le 26/07/2016 à 07:43, Jacques Le Roux a écrit : > >> Thanks for the review Scott, I'll ask

[jira] [Commented] (OFBIZ-4274) Implement a REST Servlet

2016-07-26 Thread vijayasaradhi (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15394613#comment-15394613 ] vijayasaradhi commented on OFBIZ-4274: -- Thanks Pierre Smits.. As I am trying to rendering the Data

[jira] [Updated] (OFBIZ-7878) Improvements in BudgetAttribute entity definition and services

2016-07-26 Thread Pratik Kulshreshth (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pratik Kulshreshth updated OFBIZ-7878: -- Attachment: OFBIZ-7878.patch Uploaded patch for this task. Thanks [~rishisolankii] for

Re: svn commit: r1754051 - in /ofbiz/trunk/specialpurpose/scrum: groovyScripts/FindProductBacklogItem.groovy widget/scrumForms.xml

2016-07-26 Thread Nicolas Malin
Le 26/07/2016 à 08:12, Scott Gray a écrit : I didn't ask him to fix them, they were mostly just informational comments for both yourself and Florian. And these little remarks are important to grow the quality code, thanks scott Nicolas Regards Scott

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393374#comment-15393374 ] Jacques Le Roux commented on OFBIZ-7808: Thanks Gil, good to read this thread and see we mostly

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393394#comment-15393394 ] Taher Alkhateeb commented on OFBIZ-7808: Thank you, please don't assume anything about my

[jira] [Updated] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Montalbano Florian (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Montalbano Florian updated OFBIZ-7929: -- Attachment: OFBIZ-7929.patch Thank you for your review and advice ! I put it all in

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Pierre Smits
The basePermission parameters leads to a few things: * being used in ofbiz-component.xml of the new component * being used in the *SecurityPermissionSeedData.xml of the new component * being used in the *SecurityGroupDemoData.xml of the new component A specific security group is not set in the

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393385#comment-15393385 ] Pierre Smits commented on OFBIZ-7808: - re *the dpIp, dpUser and dbPassword are only mandatory if you

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Pierre Smits
For starters: - A componentId needs to be unique - A componentName need not be as an example: -PcomponentId=1 -PcomponentName=webshop -PcomponentId=2 -PcomponentName="webshop The componentName parameters is more for humans than for a software system. It provides convenience. And has less

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Taher Alkhateeb
The component name is unique because it creates a directory with that name. On Tue, Jul 26, 2016 at 11:10 AM, Pierre Smits wrote: > For starters: > >- A componentId needs to be unique >- A componentName need not be > > as an example: > -PcomponentId=1

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15379608#comment-15379608 ] Pierre Smits edited comment on OFBIZ-7808 at 7/26/16 8:50 AM: -- It seems, you

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393297#comment-15393297 ] Jacques Le Roux commented on OFBIZ-7808: Thanks Taher, That's quite an idea and good news if we

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393426#comment-15393426 ] Scott Gray commented on OFBIZ-7808: --- I tend to agree with Taher on this, I don't think interactive tasks

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393330#comment-15393330 ] Pierre Smits edited comment on OFBIZ-7808 at 7/26/16 8:53 AM: -- For the

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Jacques Le Roux
Pierre all that is obvious to me, I expected a more argumented answer :) Maybe I did not well phrase my sentence, here is a new try: I still don't see what prevent componentId and componentName to be same Thanks Jacques Le 26/07/2016 à 10:10, Pierre Smits a écrit : For starters: - A

[jira] [Commented] (OFBIZ-6087) Extend ./ant create-tenant to be able to differentiate between OLTP and OLAP rdbms

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393511#comment-15393511 ] Jacques Le Roux commented on OFBIZ-6087: Are we not going too far here with OOTB requirements? BTW

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Jacques Le Roux
Le 26/07/2016 à 09:10, Pierre Smits a écrit : The basePermission parameters leads to a few things: * being used in ofbiz-component.xml of the new component * being used in the *SecurityPermissionSeedData.xml of the new component * being used in the *SecurityGroupDemoData.xml of the new component

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Gil Portenseigne (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393306#comment-15393306 ] Gil Portenseigne commented on OFBIZ-7808: - Hi Jacques, it must be this one :

[jira] [Commented] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393326#comment-15393326 ] Jacques Le Roux commented on OFBIZ-7929: Hi Florian Could you provide an updated patch for trunk

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393338#comment-15393338 ] Taher Alkhateeb commented on OFBIZ-7808: I don't see why the data readers should be considered

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393374#comment-15393374 ] Jacques Le Roux edited comment on OFBIZ-7808 at 7/26/16 8:00 AM: - Thanks

[jira] [Commented] (OFBIZ-7923) Improve the Marketing Demo data

2016-07-26 Thread Montalbano Florian (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393421#comment-15393421 ] Montalbano Florian commented on OFBIZ-7923: --- Thanks for the review :) By the hardest way, do you

[jira] [Reopened] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reopened OFBIZ-7929: Thanks Florian, reopening... > Scrum find Total Backlog Item is not working in non-English

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393533#comment-15393533 ] Taher Alkhateeb commented on OFBIZ-7808: Hi Scott, I also completely disagree with the convenience

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
Oh, allow me to explain: ./gradlew cleanAll loadDefault -> This would download the dependencies and load your data ./gradlew cleanAll build eclipse loadDefault -> this would be same as above but would additionally download the source Jars. So if you avoid calling the eclipse tasks, then no

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393595#comment-15393595 ] Jacques Le Roux commented on OFBIZ-7808: I tend to agree it's not a good idea. For 2 reasons # a

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393613#comment-15393613 ] Pierre Smits edited comment on OFBIZ-7808 at 7/26/16 10:45 AM: --- As a

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393613#comment-15393613 ] Pierre Smits commented on OFBIZ-7808: - As a solution to this discussion we could consider adding the

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Jacopo Cappellato
On Tue, Jul 26, 2016 at 11:36 AM, Pierre Smits wrote: > ... > In my viewpoint, this project should not limit the flexibility of the > product (for any - potential - adopter) just to cater to the viewpoint of a > (few) contributor(s). It is always difficult to foresee

[jira] [Commented] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393537#comment-15393537 ] Jacques Le Roux commented on OFBIZ-7929: Florian, your patch looks good to me (not tested yet),

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393546#comment-15393546 ] Scott Gray commented on OFBIZ-7808: --- It's a sad state of affairs really, there had been consensus on

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Scott Gray
I'm confused Pierre, didn't you start this thread with a simple and straightforward solution to the createComponent task? Where did it diverge so that you now appear to be arguing against your original proposal? I'm sorry if I missed the divergence but I haven't been able to spot it. Regards

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393607#comment-15393607 ] Taher Alkhateeb commented on OFBIZ-7808: No problem Jacques. I guess the discussion happened in

[jira] [Comment Edited] (OFBIZ-7680) Attribute 'value-field' must appear on element 'entity-one'

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364499#comment-15364499 ] Jacques Le Roux edited comment on OFBIZ-7680 at 7/26/16 9:44 AM: - Hi

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393586#comment-15393586 ] Jacopo Cappellato commented on OFBIZ-7808: -- In my opinion it would be better to initially focus

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393606#comment-15393606 ] Jacques Le Roux commented on OFBIZ-7808: This sounds reasonnable to me, I was not expecting to

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
Hi Jacques, I believe that in JCenter (and I think MavenCenteral also) most Jars declare their sources. If you call the eclipse task, then it will download those sources to the gradle cache along with the binaries. Very few exceptions are there. For example, javolution sources didn't download

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393666#comment-15393666 ] Taher Alkhateeb commented on OFBIZ-7808: Hi Jacques, Regarding security, I think the absolute best

Re: Library sources are automatically downloaded

2016-07-26 Thread Jacques Le Roux
Does this mean that you used downloadSources=true" In you local Eclipse task? Because you said you had the sources easily available. Beside, where did you find the sources exactly? Thanks Jacques Le 24/07/2016 à 17:54, Taher Alkhateeb a écrit : Hi All, After a bit of investigation I

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393541#comment-15393541 ] Taher Alkhateeb commented on OFBIZ-7808: Oh and I should add that the dependencies were added

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Taher Alkhateeb
Actually I didn't understand! What is the specific difference between componentName and componentId, what purpose do they exactly serve? How would differentiation add value? On Tue, Jul 26, 2016 at 12:48 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > That's a good answer for me > >

[jira] [Commented] (OFBIZ-6087) Extend ./ant create-tenant to be able to differentiate between OLTP and OLAP rdbms

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393558#comment-15393558 ] Pierre Smits commented on OFBIZ-6087: - Good question, [~jacques le roux]! But aren't requirements

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393623#comment-15393623 ] Taher Alkhateeb commented on OFBIZ-7808: I don't think that is an appropriate idea. Both

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393622#comment-15393622 ] Taher Alkhateeb commented on OFBIZ-7808: I don't think that is an appropriate idea. Both

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Pierre Smits
Jacques, Of course there is nothing to prevent the two parameters to be the same. But is that not in the domain of the adopter? And in relation to his policies and procedures? In my viewpoint, this project should not limit the flexibility of the product (for any - potential - adopter) just to

[jira] [Comment Edited] (OFBIZ-6087) Extend ./ant create-tenant to be able to differentiate between OLTP and OLAP rdbms

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393511#comment-15393511 ] Jacques Le Roux edited comment on OFBIZ-6087 at 7/26/16 9:40 AM: - Are we

Re: [DISCUSSION] Simplification of the create component process

2016-07-26 Thread Jacques Le Roux
That's a good answer for me Thanks Jacques Le 26/07/2016 à 11:36, Pierre Smits a écrit : Jacques, Of course there is nothing to prevent the two parameters to be the same. But is that not in the domain of the adopter? And in relation to his policies and procedures? In my viewpoint, this

[jira] [Updated] (OFBIZ-7929) Scrum find Total Backlog Item is not working in non-English language

2016-07-26 Thread Montalbano Florian (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Montalbano Florian updated OFBIZ-7929: -- Attachment: OFBIZ-7929.patch Patch created from an up-to-date OFBiz trunk version >

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393588#comment-15393588 ] Jacques Le Roux commented on OFBIZ-7808: Thanks for the fix Taher, I have still to learn about

Re: Library sources are automatically downloaded

2016-07-26 Thread Jacques Le Roux
Oh I have no problems with the eclipse task, this is for local usage. I use it of course, else Eclipse is lost with the OFBiz project. I was more asking where are the Java sources available, in the Gradle cache? And if it's there, where exactly? Also, from your answer I understand that you

[jira] [Issue Comment Deleted] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taher Alkhateeb updated OFBIZ-7808: --- Comment: was deleted (was: I don't think that is an appropriate idea. Both statements above

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15379640#comment-15379640 ] Jacques Le Roux edited comment on OFBIZ-7808 at 7/26/16 11:57 AM: -- If

[jira] [Comment Edited] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393330#comment-15393330 ] Jacques Le Roux edited comment on OFBIZ-7808 at 7/26/16 11:58 AM: -- For

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393312#comment-15393312 ] Taher Alkhateeb commented on OFBIZ-7808: Thank you Gil, yes that's correct > Add Gradle

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Pierre Smits (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393330#comment-15393330 ] Pierre Smits commented on OFBIZ-7808: - For the createComponent task we already had a JIRA issue:

Re: Library sources are automatically downloaded

2016-07-26 Thread Jacques Le Roux
Thanks Taher, I did not read the Stackoverflow thread sufficiently it's there: https://docs.gradle.org/current/dsl/org.gradle.plugins.ide.eclipse.model.EclipseClasspath.html#org.gradle.plugins.ide.eclipse.model.EclipseClasspath:downloadSources so downloadSources=true is default in v2 But I

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393832#comment-15393832 ] Jacques Le Roux commented on OFBIZ-7808: I totally agree, this is part of my point 1. "OWASP

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
Hi Jacques, As I mentioned above, the sources reside in your Gradle cache. For example. looking at the commons-cli library, on my computer it is found in : $HOME/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.3.1/1303efbc4b181e5a58bf2e967dc156a3132b97c0/commons-cli-1.3.1.jar

[jira] [Commented] (OFBIZ-7808) Add Gradle Interactive tasks

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393684#comment-15393684 ] Jacques Le Roux commented on OFBIZ-7808: I don't agree about reopening OFBIZ-7772, better to

[jira] [Updated] (OFBIZ-7782) Duplicates of .properties and Label files appear in ${ofbizRootName}.jar

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-7782: --- Summary: Duplicates of .properties and Label files appear in ${ofbizRootName}.jar (was:

[jira] [Commented] (OFBIZ-7782) Duplicates of .properties and Label files appear in ${ofbizRootName}.jar

2016-07-26 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15394080#comment-15394080 ] Jacques Le Roux commented on OFBIZ-7782: I have already given a solution above for the build, bin,