Re: Gradle loadDefault has some hiccup on BuildBot

2016-08-06 Thread Taher Alkhateeb
Jacques, this has nothing to do with stability. Something is wrong in the configuration. The error message shows it clearly: * What went wrong: Task 'loadDefault' not found in root project 'build'. On Aug 6, 2016 9:49 AM, "Jacques Le Roux" wrote: > HI, > >

Re: Taking a decision on remaining Jars in OFBiz

2016-08-06 Thread Taher Alkhateeb
by default (ofbiz, ofbizDebug, ofbizBackground). Taher Alkhateeb On Saturday, 6 August 2016, Scott Gray <scott.g...@hotwaxsystems.com> wrote: > Why isn't whatever functionality 'ofbizSecure' provides, just included as > part of the regular 'ofbiz' task? > > On 5 August 2016 at

Re: geronimo component alone?

2016-08-05 Thread Taher Alkhateeb
Yup +1 makes sense. To that end I also think all *ext components do not make much sense and should be merged with their base counterparts. On Aug 5, 2016 2:43 PM, "Jacopo Cappellato" < jacopo.cappell...@hotwaxsystems.com> wrote: > I think that making it part of the entity component would make

Re: Security : seed-initial

2016-08-05 Thread Taher Alkhateeb
I think by convention seed-initial does not setup users or passwords, that should be either demo or ext-demo or something like that. Not entirely sure of this though. On Aug 5, 2016 1:37 PM, "Jacques Le Roux" wrote: > Hi, > > I stumbled upon this by chance > >

Re: Taking a decision on remaining Jars in OFBiz

2016-08-05 Thread Taher Alkhateeb
wrote: > Inline > > > Le 05/08/2016 à 10:33, Jacopo Cappellato a écrit : > >> On Fri, Jul 29, 2016 at 1:56 PM, Taher Alkhateeb < >> slidingfilame...@gmail.com >> >>> wrote: >>> >> >> ... >>> >> - ebaystore component

Re: Problem(s) with special purpose

2016-08-02 Thread Taher Alkhateeb
with something more concrete. Taher Alkhateeb On Aug 2, 2016 8:22 PM, "Jacques Le Roux" <jacques.le.r...@les7arts.com> wrote: > I'd recommend an improvement or task Jira to remember and share the work ;) > > Jacques > > > Le 02/08/2016 à 16:37, Taher Alkhateeb a é

[jira] [Comment Edited] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404486#comment-15404486 ] Taher Alkhateeb edited comment on OFBIZ-7016 at 8/2/16 6:04 PM: Hi Jacques

[jira] [Commented] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404486#comment-15404486 ] Taher Alkhateeb commented on OFBIZ-7016: Hi Jacques, Okay just to state for the record and anyone

[jira] [Commented] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404350#comment-15404350 ] Taher Alkhateeb commented on OFBIZ-7016: Ok, i'm not sure I understand your point. What is your

Re: Problem(s) with special purpose

2016-08-02 Thread Taher Alkhateeb
Hi Pierre, Thank you for the input. I'm not sure what is your suggestion? Are you recommending that we handle the plugins in the hot-deploy folder? Taher Alkhateeb On Aug 2, 2016 7:28 PM, "Pierre Smits" <pierre.sm...@gmail.com> wrote: > Hi all, > > Thanks, Taher,

Re: Problem(s) with special purpose

2016-08-02 Thread Taher Alkhateeb
Hi Pierre, All I was looking through the code and with a little bit of work on ComponentContainer, ComponentLoaderConfig I think we can fix this issue. So +1 for allowing zero components in specialpurpose. This is a good step towards implementing the plugins logic as you stated. Taher Alkhateeb

Re: Concurrency annotations

2016-08-02 Thread Taher Alkhateeb
, and other higher level concurrency tools. So, I would suggest to one-up the annotations solution by refactoring to utilizing the higher level java.util.concurrent classes instead. Taher Alkhateeb On Tue, Aug 2, 2016 at 4:43 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi

[jira] [Updated] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taher Alkhateeb updated OFBIZ-7016: --- Attachment: demo_marketing_moved.patch > move base component demo data from specialpurp

[jira] [Commented] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15404035#comment-15404035 ] Taher Alkhateeb commented on OFBIZ-7016: Hi Jacques, If you remember from one of the email

[jira] [Commented] (OFBIZ-7016) move base component demo data from specialpurpose/ecommerce to base components

2016-08-02 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15403962#comment-15403962 ] Taher Alkhateeb commented on OFBIZ-7016: Huh! This is strange Jacques, did you both move the data

Re: Problem(s) with special purpose

2016-08-02 Thread Taher Alkhateeb
required by the inner components. Taher Alkhateeb On Aug 2, 2016 12:30 PM, "Pierre Smits" <pierre.sm...@gmail.com> wrote: > Hi all, > > While working on OFBIZ-7016 (removing dependencies on e-commerce), I tested > also whether it was possible to do a deployment without

Re: Removing dependencies on ecommerce component (OFBIZ-7016)

2016-08-01 Thread Taher Alkhateeb
Hi Pierre, Thank you for your initiative. I look forward to working with you on this jira. It would be great to remove the dependencies from the framework to these outer components. Taher Alkhateeb On Aug 1, 2016 11:47 AM, "Pierre Smits" <pierre.sm...@gmail.com> wrote: > H

[jira] [Commented] (OFBIZ-7937) Shortlist the needed resources to start OFBiz in the sourcesets block in Gradle

2016-07-31 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401085#comment-15401085 ] Taher Alkhateeb commented on OFBIZ-7937: The reference to the exact location where we need to fine

[jira] [Commented] (OFBIZ-7529) Delete stale java files from applications and framework

2016-07-31 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401079#comment-15401079 ] Taher Alkhateeb commented on OFBIZ-7529: Great work Mridul, where should I attach the reference

[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-31 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15401064#comment-15401064 ] Taher Alkhateeb commented on OFBIZ-7534: More fine-tuning and converting from compile to runtime

Re: How manage datamodel change

2016-07-30 Thread Taher Alkhateeb
the plugin to the new version and applies migration: ./gradlew updatePlugin -PpluginName=mycustomplugin -PpluginVersion=desiredversion -PmigratePlugin=true All ideas at the moment, but I think they sound cool. Taher Alkhateeb On Saturday, 30 July 2016, gil portenseigne <gil.porten

Re: Empty build rather than delete for Eclipse derived?

2016-07-30 Thread Taher Alkhateeb
-> //Apply resource filters here } This would have the added value of customizing the project however you like without the need to touch the directory structure. On Sat, Jul 30, 2016 at 8:34 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Le 30/07/2016 à 14:42, Tah

[jira] [Commented] (OFBIZ-7804) Check if we should fix or remove the POS (hence WebPos?)

2016-07-30 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15400748#comment-15400748 ] Taher Alkhateeb commented on OFBIZ-7804: Hi Jacques, If I may suggest I think we can focus our

[jira] [Commented] (OFBIZ-7937) Shortlist the needed resources to start OFBiz in the sourcesets block in Gradle

2016-07-30 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15400738#comment-15400738 ] Taher Alkhateeb commented on OFBIZ-7937: I updated the name of the JIRA and the description

[jira] [Updated] (OFBIZ-7937) Shortlist the needed resources to start OFBiz in the sourcesets block in Gradle

2016-07-30 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taher Alkhateeb updated OFBIZ-7937: --- Description: In gradle we must define both the java sources and resources (non-java files

[jira] [Updated] (OFBIZ-7937) Shortlist the needed resources to start OFBiz in the sourcesets block in Gradle

2016-07-30 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taher Alkhateeb updated OFBIZ-7937: --- Summary: Shortlist the needed resources to start OFBiz in the sourcesets block in Gradle

Re: Empty build rather than delete for Eclipse derived?

2016-07-30 Thread Taher Alkhateeb
Hi Jacques, Usually for all Java projects in common build systems (Gradle, Maven) the build directory is deleted. What is the problem? I'm not getting any thing wrong on eclipse? Please note we can modify the .project properties in build.gradle for whatever you need. On Sat, Jul 30, 2016 at

Re: Gradle Buildship

2016-07-30 Thread Taher Alkhateeb
the unit tests from the same edit screen. But yeah I agree it's nothing to "wow" about it. Taher Alkhateeb On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi, > > I don't know if anyone is using Gradle Buildship plugin in Ec

Re: How manage datamodel change

2016-07-29 Thread Taher Alkhateeb
Hmm I see, So would these files ship with each release? Or you just keep adding more directories for each release in each component in trunk? Taher Alkhateeb On Jul 29, 2016 8:48 PM, "Nicolas Malin" <nicolas.ma...@nereide.fr> wrote: > Yes Taher your solution would be ni

Re: How manage datamodel change

2016-07-29 Thread Taher Alkhateeb
don't know if this is sort of what you have in mind? Taher Alkhateeb On Friday, 29 July 2016, Nicolas Malin <nicolas.ma...@nereide.fr> wrote: > Many times when I try to refactor some code, I discovered some entities > that need to be refactored in order to homogenise or improve them wi

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399319#comment-15399319 ] Taher Alkhateeb commented on OFBIZ-7930: Okay, this is taking too long on my computer

[jira] [Comment Edited] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399308#comment-15399308 ] Taher Alkhateeb edited comment on OFBIZ-7930 at 7/29/16 1:05 PM: - One

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399308#comment-15399308 ] Taher Alkhateeb commented on OFBIZ-7930: One thing I notice is that this plugin downloads a LOT

[jira] [Closed] (OFBIZ-7924) Remove old and deprecated OFBiz server commands

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Taher Alkhateeb closed OFBIZ-7924. -- Resolution: Fixed Issue resolved and committed to Trunk. Thank you Jacques Le Roux for your

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399281#comment-15399281 ] Taher Alkhateeb commented on OFBIZ-7930: One idea comes to my mind is not to load the plugin

[jira] [Commented] (OFBIZ-7924) Remove old and deprecated OFBiz server commands

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399274#comment-15399274 ] Taher Alkhateeb commented on OFBIZ-7924: Work is done in r1754507. This issue is now complete

Taking a decision on remaining Jars in OFBiz

2016-07-29 Thread Taher Alkhateeb
and ofbizBackgroundSecure tasks in Gradle) - ./framework/base/lib/jpim-0.1.jar (used for contacts management) Appreciate your feedback. Regards, Taher Alkhateeb

[jira] [Commented] (OFBIZ-7910) Improve component template(s) to work with the Gradle solution

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399163#comment-15399163 ] Taher Alkhateeb commented on OFBIZ-7910: The nice thing about Gradle is that it considers Ant

[jira] [Comment Edited] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399138#comment-15399138 ] Taher Alkhateeb edited comment on OFBIZ-7930 at 7/29/16 11:01 AM: -- Yeah I

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399138#comment-15399138 ] Taher Alkhateeb commented on OFBIZ-7930: Yeah I am struggling to understand the purpose exactly so

[jira] [Commented] (OFBIZ-7780) Improve readme.md file with respect to description of the loadDefault task

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399103#comment-15399103 ] Taher Alkhateeb commented on OFBIZ-7780: I think no need to change the description. The attached

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15399084#comment-15399084 ] Taher Alkhateeb commented on OFBIZ-7893: ok, noted and agreed. If you can point me to the newly

[jira] [Commented] (OFBIZ-7910) Improve component template(s) to work with the Gradle solution

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398996#comment-15398996 ] Taher Alkhateeb commented on OFBIZ-7910: I see no reason to waste efforts on duplicate work

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398982#comment-15398982 ] Taher Alkhateeb commented on OFBIZ-7893: I don't think it is necessary to conclude only on summary

[jira] [Commented] (OFBIZ-7767) Have gradle produce logs

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398955#comment-15398955 ] Taher Alkhateeb commented on OFBIZ-7767: FYI ofbizBackground and ofbizBackgroundSecure both pipe

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-29 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398910#comment-15398910 ] Taher Alkhateeb commented on OFBIZ-7930: Hi Jacques, I will try to help out. I am still however

[jira] [Commented] (OFBIZ-7930) Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398753#comment-15398753 ] Taher Alkhateeb commented on OFBIZ-7930: Hi Jacques, We can definitely come up with a solution

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398746#comment-15398746 ] Taher Alkhateeb commented on OFBIZ-7893: ok replying in there > Rename generated *of

[jira] [Commented] (OFBIZ-7924) Remove old and deprecated OFBiz server commands

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398705#comment-15398705 ] Taher Alkhateeb commented on OFBIZ-7924: Great work Jacques, and sorry to see it go. Hopefully we

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398700#comment-15398700 ] Taher Alkhateeb commented on OFBIZ-7893: I also forgot to mention there is a big inefficiency

[jira] [Commented] (OFBIZ-7893) Rename generated *ofbiz-gradle.jar* to *ofbiz.jar*

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398698#comment-15398698 ] Taher Alkhateeb commented on OFBIZ-7893: Hi Jacques, I also like the idea of improving the jvm

Re: [FYI]Gradle daemon issue on trunk demo

2016-07-28 Thread Taher Alkhateeb
Hi Jacques, The Gradle guide recommendation is to disable the Daemon for CI (link below, look for continuous integration box). Is there a reason why we preferred to apply the Daemon? https://docs.gradle.org/current/userguide/gradle_daemon.html Taher Alkhateeb On Thursday, 28 July 2016, Jacques

[jira] [Commented] (OFBIZ-7529) Delete stale java files from applications and framework

2016-07-28 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15397723#comment-15397723 ] Taher Alkhateeb commented on OFBIZ-7529: Alright, I think the first thing we need to do here

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-28 Thread Taher Alkhateeb
it is fair for those who make the effort of designing, >> implementing, testing and patching to have their name on the JIRA as the >> Reporter as a recognition of their efforts. >> >> Taher Alkhateeb >> >> On Wed, Jul 27, 2016 at 6:39 PM, Taher Alkhateeb < >> sli

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-28 Thread Taher Alkhateeb
Alkhateeb On Wed, Jul 27, 2016 at 6:39 PM, Taher Alkhateeb <slidingfilame...@gmail.com > wrote: > Would you be willing to take care of that task Pierre? > > On Jul 27, 2016 6:36 PM, "Pierre Smits" <pierre.sm...@gmail.com> wrote: > >> An issue regarding the

Re: Library Dependencies Cleanup

2016-07-27 Thread Taher Alkhateeb
Err, I just realized I'm missing some runtime dependencies for tomcat, although all tests pass running the server is missing a few items. So, this makes me want feedback even more :) So appreciate the help On Wed, Jul 27, 2016 at 9:31 PM, Taher Alkhateeb <slidingfilame...@gmail.com >

Library Dependencies Cleanup

2016-07-27 Thread Taher Alkhateeb
-java5:ws-commons-java5:1.0.1' - compile 'xalan:xalan:2.7.2' - compile 'xml-apis:xml-apis-ext:1.3.04' - compile 'xml-apis:xml-apis:1.4.01' Regards, Taher Alkhateeb

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-27 Thread Taher Alkhateeb
that the same could apply to the other backend applications > so > > there is definitely a grey area... > > For the short term we could consider to move the demo data up the stack. > > > > Jacopo > > > > On Wed, Jul 27, 2016 at 5:10 PM, Taher Alkhateeb < &g

Re: Proposal to delete stale java files

2016-07-27 Thread Taher Alkhateeb
ause jars with incompatible licenses should > not be required to build a release. > > Jacopo > > On Wed, Jul 27, 2016 at 2:18 PM, Taher Alkhateeb < > slidingfilame...@gmail.com > > wrote: > > > Actually, I think you can also enable these files and declare what

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-27 Thread Taher Alkhateeb
application? it seems to be highly integrated within the framework. Taher Alkhateeb On Wed, Jul 27, 2016 at 4:01 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > I think that the core reason for the failure is that most of the tests need > the demo data th

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395696#comment-15395696 ] Taher Alkhateeb commented on OFBIZ-7808: I disagree, naming two build files one gradle and one ant

Re: Proposal to delete stale java files

2016-07-27 Thread Taher Alkhateeb
Actually, I think you can also enable these files and declare whatever proprietary libraries you need since they will be pulled from an external repository, please correct me if I'm wrong anyone I'm not the best guy to speak legalese in here. On Wed, Jul 27, 2016 at 3:07 PM, Taher Alkhateeb

Re: Proposal to delete stale java files

2016-07-27 Thread Taher Alkhateeb
the master build script and declare them in the components build.gradle files away from the framework and applications. Do we have an available JIRA? Are you still interested in applying the work? Taher Alkhateeb On Sun, Jun 19, 2016 at 11:09 PM, Jacques Le Roux < jacques.le.r...@les7arts.com>

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395515#comment-15395515 ] Taher Alkhateeb edited comment on OFBIZ-7808 at 7/27/16 11:58 AM: -- Maybe

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395515#comment-15395515 ] Taher Alkhateeb edited comment on OFBIZ-7808 at 7/27/16 11:57 AM: -- Maybe

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395515#comment-15395515 ] Taher Alkhateeb commented on OFBIZ-7808: Maybe also just adding a small statement, so something

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395507#comment-15395507 ] Taher Alkhateeb edited comment on OFBIZ-7808 at 7/27/16 11:51 AM: -- Hi

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

2016-07-27 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15395507#comment-15395507 ] Taher Alkhateeb commented on OFBIZ-7808: Hi Jacques. Extending Gradle with additional scripts

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-27 Thread Taher Alkhateeb
active by default to protect and isolate the framework and core applications. Actually we need help from everyone who is willing to help to volunteer in getting a working build with tests passing while all specialpurpose components are disabled. Taher Alkhateeb On Sat, Jul 23, 2016 at 10:32 PM

Re: EOL issue on build.gradle

2016-07-27 Thread Taher Alkhateeb
explained at the bottom of > http://svnbook.red-bean.com/en/1.7/svn.advanced.props.file-portability.html > > I explained that a bit in r1753400 > > Of course you need to use a Subversion version > 1.7, but nowadays else > would not make much sense (vulnerabilities, etc.) > > Ja

Re: EOL issue on build.gradle

2016-07-27 Thread Taher Alkhateeb
Hi Jacques, What does this setting imply? Does it imply that all users regardless of their OS will push LF characters for EOL to the repository? And does it also mean that If I checkout a working copy that I will not find strange EOL characters (^M) in my files? Taher Alkhateeb On Wed, Jul 27

EOL issue on build.gradle

2016-07-27 Thread Taher Alkhateeb
). What exactly should I do here? Regards, Taher Alkhateeb

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" <jacques.le.r...@les7arts.com> wrote: > Thanks Taher, >

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.3.1/12ec02d8cb9fbb33bd05506109a4fc8bcc3578/commons-cli-1.3.1-sources.jar Is that what you were searching for? Taher Alkhateeb On Tue, Jul 26, 2016 at 5:04 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Tha

[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 Taher Alkhateeb
correctly? Sorry if I shifted. Regards, Taher Alkhateeb On Tue, Jul 26, 2016 at 1:47 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > 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. &g

[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] [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

[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

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 > >

Re: Library sources are automatically downloaded

2016-07-26 Thread Taher Alkhateeb
; > 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, >> >> Af

[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

[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: [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] [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] [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] [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 Gra

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

2016-07-25 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15393199#comment-15393199 ] Taher Alkhateeb commented on OFBIZ-7808: A quick comment folks: - createTenant has only 2

[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-24 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391096#comment-15391096 ] Taher Alkhateeb commented on OFBIZ-7534: Okay, LDAP library (cas-server-core) is now replaced

Re: Library sources are automatically downloaded

2016-07-24 Thread Taher Alkhateeb
Hi All, After a bit of investigation I believe Gradle will _not_ download source libraries _unless_ someone calls the "eclipse" task. So I think no need to do any changes for releases. Cheers, Taher Alkhateeb On Fri, Jul 22, 2016 at 11:08 PM, Taher Alkhateeb < slidingfilame...@gma

Re: [VOTE] Create a "notifications" mailing list

2016-07-24 Thread Taher Alkhateeb
+1 this would make things nice and clear On Sunday, 24 July 2016, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > Rationale: Jira notifications are currently sent to the "dev" list, causing > a lot of traffic and sometimes distracting from actual conversations; the > creation

Re: [VOTE] Create the "security" mailing list for the OFBiz project

2016-07-24 Thread Taher Alkhateeb
+1 good idea On Jul 24, 2016 3:56 PM, "Jacques Le Roux" wrote: Le 24/07/2016 à 14:55, Jacques Le Roux a écrit : > Yes Michael. > > +1 for me also for the security list > > I noted that this will allow your contact info to be published here: >

[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-24 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391014#comment-15391014 ] Taher Alkhateeb commented on OFBIZ-7534: After the work on Migrating BIRT, we now have

[jira] [Commented] (OFBIZ-7804) Check if we should fix or remove the POS (hence WebPos?)

2016-07-24 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391011#comment-15391011 ] Taher Alkhateeb commented on OFBIZ-7804: I think either way we should remove the Jars for the POS

Re: svn commit: r1753885 - /ofbiz/trunk/build.gradle

2016-07-24 Thread Taher Alkhateeb
Noted, Thank you Jacques, You are right about the config file, I've updated to the latest version. Thank you. On Sun, Jul 24, 2016 at 11:12 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Taher here it is http://markmail.org/message/kgg2x5pxr5ttozoj < >

[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-24 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390981#comment-15390981 ] Taher Alkhateeb commented on OFBIZ-7534: Extremely happy to announce that I got BIRT working

Re: [DISCUSSION] Proposed Task List for Moving Forward with Gradle and the Trunk

2016-07-23 Thread Taher Alkhateeb
happen in this unified architecture. So ... food for thought. Taher Alkhateeb On Jul 23, 2016 7:34 PM, "gil portenseigne" <gil.portensei...@nereide.fr> wrote: > Hi all, > > First, I like the idea of gradle being the plugin solution endebbed within > OFBiz. > >

Re: svn commit: r1753831 - /ofbiz/trunk/build.gradle

2016-07-23 Thread Taher Alkhateeb
Hi Jacques, Perhaps we can call it shutdown instead of stop? To maintain the same naming convention in a way. And don't worry about the name being longer :) Gradle accepts shortcuts, you can say ./gradlew shut or even ,/gradlew Regards Taher Alkhateeb On Sat, Jul 23, 2016 at 12:29 AM, Jacques

[jira] [Commented] (OFBIZ-7924) Remove old and deprecated OFBiz server commands

2016-07-22 Thread Taher Alkhateeb (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15390133#comment-15390133 ] Taher Alkhateeb commented on OFBIZ-7924: Okay Jacques, I will wait until you give me thumbs up

<    6   7   8   9   10   11   12   13   14   15   >