Help in testing big refactor in Start component OFBIZ-6783

2016-05-11 Thread Taher Alkhateeb
der - Last but not least, serious refactoring would now be possible in the start component. Most of the testing we need is with ant commands and with java -jar ofbiz.jar commands. Please help us with testing and feedback! All help is greatly appreciated. Taher Alkhateeb

Re: A rant I could not hold (read: wanted to share)

2016-05-02 Thread Taher Alkhateeb
Hi Jacques, Very useful and interesting. The material seems to be give even more value for obsessive compulsive people like me :) Thank you. Taher Alkhateeb On Sun, May 1, 2016 at 9:02 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > For the moment I'm reading (one page

Deleting CommonsDaemonStart.java

2016-05-05 Thread Taher Alkhateeb
cleaner way in the future. Thank you in advance for your feedback. Taher Alkhateeb

Re: Deleting CommonsDaemonStart.java

2016-05-06 Thread Taher Alkhateeb
to poor code and my suspicion that it is not used. Otherwise, I'll have to try and refactor _around_ it. Not sure if we should vote on this, or wait for more feedback, or just drop it? Appreciate any feedback. Taher Alkhateeb On Fri, May 6, 2016 at 11:45 AM, Jacques Le Roux < jacques.l

Refactoring the Start component

2016-05-08 Thread Taher Alkhateeb
the Container and StartupLoader (both need to remove args and add something else) If anyone is interested in helping out, I urge you to jump in and help me out, the thing is so messy that I'm losing focus. Taher Alkhateeb

Re: Permission service not on the same transaction

2016-04-15 Thread Taher Alkhateeb
Hi Nicolas, I have to note that in ModelPermission the same exact call is also made with a new transaction. I did not dig deep into it but I advice to at least check it over there as well. This makes me suspect that either both call are wrong or both calls are right. HTH Taher Alkhateeb On Fri

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

2016-07-22 Thread Taher Alkhateeb
s on the ERP and the ERP will > have a number of modules with a hierarchy of dependencies rather than a web. > > > Ron > > > On 22/07/2016 10:12 AM, Taher Alkhateeb wrote: > >> Hi Ron, >> >> Maven and Jcenter are jar repositories. OFBiz components are n

Re: [COMMUNITY VOTE] New OFBiz Logo - Please Vote for Your Preferred Choice

2016-07-22 Thread Taher Alkhateeb
oops just noticed the survey and filled it On Friday, 22 July 2016, Taher Alkhateeb <slidingfilame...@gmail.com> wrote: > Thank you for the great efforts. > > All are great, I prefer 3 > > On Friday, 22 July 2016, Julien NICOLAS <julien.nico...@nereide.fr >

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

2016-07-22 Thread Taher Alkhateeb
define a task in every plugin called "installDependencies" or something like that which checks for dependent plugins and install them. We can go crazy with this :) A lot of ideas are ringing in my head. Taher Alkhateeb On Friday, 22 July 2016, Nicolas Malin <nicolas.ma...@nere

Re: [COMMUNITY VOTE] New OFBiz Logo - Please Vote for Your Preferred Choice

2016-07-22 Thread Taher Alkhateeb
Thank you for the great efforts. All are great, I prefer 3 On Friday, 22 July 2016, Julien NICOLAS wrote: > Thanks Sharan and Kenneth for your good work ! > > Whatever the community select, It will be the good one ! I'm looking > forward to have a new sticker on my

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

2016-07-22 Thread Taher Alkhateeb
ompile, load init date and run init service >> >> When you run ./gradlew installAllPlugin : >> * Realize installPlugin on all know plugins, with the official apache >> ofbiz release, only plugins present on >> svn.apache.org/repos/asf/ofbiz-pulgins/branches/relatedRelea

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

EOL issue on build.gradle

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

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

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: Entity and Service definition

2016-07-12 Thread Taher Alkhateeb
for the initiative, I love this enthusiasm and energy :) Cheers! Taher Alkhateeb On Tue, Jul 12, 2016 at 11:31 AM, Rishi Solanki <rishisolan...@gmail.com> wrote: > Dear Folks, > > While working/reviewing recent work in community, I observed some > improvement/fixes required at entity a

Re: Removing multiple commands and related files for OFBiz server

2016-07-22 Thread Taher Alkhateeb
to. https://issues.apache.org/jira/browse/OFBIZ-7924 Regards, Taher Alkhateeb On Fri, Jul 22, 2016 at 1:55 AM, Michael Brohl <michael.br...@ecomify.de> wrote: > After reading all comments on this proposal, I agree: +1 > > Michael Brohl > ecomify GmbH > www.ecomify.de >

Re: Library sources are automatically downloaded

2016-07-22 Thread Taher Alkhateeb
Hi Jacques, Sure. I have an idea in mind for how to make this very trivial so that minimal code is needed to prepare for a release. Whenever you issue the jira I'll attach a patch for a convenient solution. Regards, Taher Alkhateeb On Jul 22, 2016 11:04 PM, "Jacques Le Roux" <

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 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: Taking a decision on remaining Jars in OFBiz

2016-08-14 Thread Taher Alkhateeb
if they do work. Taher Alkhateeb On Aug 14, 2016 11:29 AM, "Jacques Le Roux" <jacques.le.r...@les7arts.com> wrote: > Hi Taher, > > Inline > > Le 14/08/2016 à 09:31, Taher Alkhateeb a écrit : > >> Hi Jacques, >> >> I removed ofbizSecure and ofbizBa

Re: Taking a decision on remaining Jars in OFBiz

2016-08-14 Thread Taher Alkhateeb
with plugins that we might introduce in the future. I'm stating this here in case we face such an issue in the future to be aware of it and fix it. Taher Alkhateeb On Sat, Aug 13, 2016 at 1:23 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Taher, > > I agree, to co

Re: system property not define

2016-08-14 Thread Taher Alkhateeb
nks & Regards, > Mridul Pathak > http://www.hotwaxsystems.com > > > On Aug 12, 2016, at 7:49 PM, Taher Alkhateeb <slidingfilame...@gmail.com> > wrote: > > > > Hi Mridul, > > > > I'm assuming you want to split the methods, not copy-paste into a new > file right? If

Removing debug task

2016-08-12 Thread Taher Alkhateeb
rectly. Why? because ofbizDebug activates the debugger on everything (--test --load-data --shutdown --start --help) So it helps developers in debugging any scenario. If you keep the debug task then developers might not be aware that they have these different combinations of debugging options available. Taher Alkhateeb

Re: Removing debug task

2016-08-12 Thread Taher Alkhateeb
> > The ofbiz pattern by itself makes sense since it's used with the start > options, that's why I created the lazy start and stop cover tasks > > Opinions, before I commit my tiny changes (including "debug task" revert)? > > Jacques > > > Le 12/08/2016 à 12:21, Taher Al

Re: Removing debug task

2016-08-12 Thread Taher Alkhateeb
Also another note Jacques, if things are a WIP, I suggest not to commit before testing functionality. I know we are in trunk, but at least committing working code is better than fixing it after a commit. On Fri, Aug 12, 2016 at 2:25 PM, Taher Alkhateeb <slidingfilame...@gmail.com > wrote

Re: Taking a decision on remaining Jars in OFBiz

2016-08-12 Thread Taher Alkhateeb
on intersecting work? Would you mind helping out in switching buildbot to ofbiz instead of ofbizSecure? Taher Alkhateeb On Fri, Aug 12, 2016 at 11:22 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Le 12/08/2016 à 20:51, Taher Alkhateeb a écrit : > >> Hi Jacque

Re: Taking a decision on remaining Jars in OFBiz

2016-08-12 Thread Taher Alkhateeb
Hi Jacques, I created OFBIZ-7951 to remove ofbizSecure and ofbizBackgroundSecure. However, I understand you want to rename the tasks so I do not want to cross wires with you. Are you going to start your task anytime soon? Taher Alkhateeb On Fri, Aug 12, 2016 at 1:27 PM, Jacques Le Roux

Re: system property not define

2016-08-12 Thread Taher Alkhateeb
Hi Mridul, I'm assuming you want to split the methods, not copy-paste into a new file right? If yes then yeah I think It's a good idea. Taher Alkhateeb On Thu, Aug 11, 2016 at 5:37 PM, Mridul Pathak < mridul.pat...@hotwaxsystems.com> wrote: > The other area that I believe needs

Re: Removing debug task

2016-08-13 Thread Taher Alkhateeb
s why many times I get very afraid when touching code because I just don't know what am I going to break next. Taher Alkhateeb On Saturday, 13 August 2016, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > On Fri, Aug 12, 2016 at 1:58 PM, Jacques Le Roux < > jac

Re: Taking a decision on remaining Jars in OFBiz

2016-08-12 Thread Taher Alkhateeb
Hi Jacques, Ok so I'm a little confused now. If the whitelist is incomplete and we did not exhaust the investigation, then why are we running the demo on ofbizSecure? Or actually, let me ask you in another why ... When should we prefer _not_ to have ofbizSecure and why? Taher Alkhateeb On Fri

Re: Should few Gradle tasks be interactive has were similars in Ant?

2016-07-13 Thread Taher Alkhateeb
I find it > difficult to develop it, before I submitted the patch. > > Best regards, > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Sun

Re: Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
t; On 21 July 2016 at 21:38, Taher Alkhateeb <slidingfilame...@gmail.com > <javascript:;>> > wrote: > > > Hello Everyone, > > > > This is a proposal to _remove_ the following commands from the OFBiz > server > > (invoked with ./gradlew "ofbiz

Re: Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
. Regards, Taher Alkhateeb On Thursday, 21 July 2016, Scott Gray <scott.g...@hotwaxsystems.com> wrote: > Why wouldn't it use the start up loader logic? What would it do instead? > > On 22 July 2016 at 01:18, Taher Alkhateeb <slidingfilame...@gmail.com > <javascript:;>> &

Re: Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
to remove it Taher Alkhateeb On Thursday, 21 July 2016, Scott Gray <scott.g...@hotwaxsystems.com> wrote: > By the way, again my memory is hazy but I believe testlist was added as > some sort of means to enable the database to be reverted to its original > state between each set of tests.

Library sources are automatically downloaded

2016-07-21 Thread Taher Alkhateeb
I find very helpful for debugging. So just wanted to share that for anyone who might want to take advantage of this Taher Alkhateeb

Re: Library sources are automatically downloaded

2016-07-21 Thread Taher Alkhateeb
Hi Jacopo, Sure we can do a little bit of research on that. What is there reason to limit downloads on releases? Efficiency? Regards, Taher Alkhateeb On Jul 21, 2016 9:17 AM, "Jacopo Cappellato" < jacopo.cappell...@hotwaxsystems.com> wrote: This is very useful for dev

Re: Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
that this is how it should be not what it is. Regards, Taher Alkhateeb On Thursday, 21 July 2016, Scott Gray <scott.g...@hotwaxsystems.com> wrote: > Yeah exactly, POS *is* OFBiz, just running with a different configuration > that enables a thick-client UI on top. Is isn't the solel

Re: Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
e min 72hr) to allow anybody to come forward. > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Thu, J

Removing multiple commands and related files for OFBiz server

2016-07-21 Thread Taher Alkhateeb
Hello Everyone, This is a proposal to _remove_ the following commands from the OFBiz server (invoked with ./gradlew "ofbiz --commandHere" 1- --both 2- --pos 3- --testlist Reasons: - The POS component is a specialpurpose component and should not have code existing in the start component. Instead

Re: Library sources are automatically downloaded

2016-07-21 Thread Taher Alkhateeb
t, with other things, in the "Gradle to And" wiki page ASAP > > Jacques > > > Le 21/07/2016 à 08:05, Taher Alkhateeb a écrit : > >> Hi Everyone, >> >> One of the very nice things I discovered a while back is that Gradle >> automatically downloads The S

Re: OFBiz & Gradle building OFBiz

2016-07-17 Thread Taher Alkhateeb
be a good idea to consider other vendors. Regrads, Taher Alkhateeb On Sun, Jul 17, 2016 at 4:47 AM, Pierre Smits <pierre.sm...@gmail.com> wrote: > Hi Taher, > > Bringing the dev environment up to the latest revision did the trick. > Thanks! > > Even > > Pie

Re: [DISCUSSION] Simplification of the create component process

2016-07-19 Thread Taher Alkhateeb
Taher Alkhateeb On Tue, Jul 19, 2016 at 11:58 AM, Pierre Smits <pierre.sm...@gmail.com> wrote: > Hi all, > > Currently our create component process (./gradlew createComponent) is error > prone. > > It requires 4 variables to successfully create a new component in

Re: [DISCUSSION] Simplification of the create component process

2016-07-19 Thread Taher Alkhateeb
lace > http://oem.ofbizci.net/oci-2/ > > On Tue, Jul 19, 2016 at 11:04 AM, Taher Alkhateeb < > slidingfilame...@gmail.com> wrote: > > > Hi Pierre, > > > > Hmmm, that's actually a nice idea. I suggest however we avoid componentId > > and just appl

Re: [DISCUSSION] Simplification of the create component process

2016-07-19 Thread Taher Alkhateeb
; > On Tue, Jul 19, 2016 at 11:15 AM, Taher Alkhateeb < > slidingfilame...@gmail.com> wrote: > > > Noted, thank you. > > > > On Tue, Jul 19, 2016 at 12:09 PM, Pierre Smits <pierre.sm...@gmail.com> > > wrote: > > > > > Hi Taher, > > &

Re: Proposal to modify the testing framework for OFBiz

2016-07-19 Thread Taher Alkhateeb
a conversation about this in here and would appreciate your input to it. Regards, Taher Alkhateeb On Jul 19, 2016 9:00 AM, "Scott Gray" <scott.g...@hotwaxsystems.com> wrote: > Yeah I'm sure unit tests probably worked well for the start component given > it is the lowest level c

Re: Proposal to modify the testing framework for OFBiz

2016-07-18 Thread Taher Alkhateeb
areas more than others. But I can't see how it could be bad or unwanted. Taher Alkhateeb On Jul 19, 2016 8:18 AM, "Scott Gray" <scott.g...@hotwaxsystems.com> wrote: > Thanks Ron and Taher for your responses, I appreciate them but I don't hear > much in the conversation th

Re: Proposal to modify the testing framework for OFBiz

2016-07-18 Thread Taher Alkhateeb
an exact vision of how to do it, because the details always win. I look forward to hearing your thoughts and thank you for enriching this conversation. Taher Alkhateeb On Tuesday, 19 July 2016, Scott Gray <scott.g...@hotwaxsystems.com> wrote: > I know I'm late to the party here, but I

Re: [DISCUSSION] Simplification of the create component process

2016-07-19 Thread Taher Alkhateeb
FBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Tue, Jul 19, 2016 at 11:27 AM, Taher Alkhateeb < > slidingfilame...@gmail.com> wrote: > > > By the way, this is a good example of the problems of interactive tasks. > If > > we create an interactive task

Re: svn commit: r1753348 - /ofbiz/trunk/framework/start/src/test/java/org/apache/ofbiz/base/start/OfbizStartupUnitTests.java

2016-07-19 Thread Taher Alkhateeb
Hi Suraj, The system is building fine on my computer. And you don't need an import because you are on the same package. Maybe something is wrong in your environment? Regards, Taher Alkhateeb On Tue, Jul 19, 2016 at 2:52 PM, Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > He

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

2016-07-19 Thread Taher Alkhateeb
ices which is a good thing and we can move forward with this lingering issue. What is your opinion? Taher Alkhateeb On Thu, Jul 14, 2016 at 7:00 PM, Pierre Smits <pierre.sm...@gmail.com> wrote: > Ahh. I found where they were hidden in the component, with the help of [1]. > > [1]

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

2016-07-19 Thread Taher Alkhateeb
oices when you need to make them, and it has the added bonus of introducing a plugin system for OFBiz which is badly needed to protect the core framework and applications and to provide an eco-system around it. I'm trying to reach a win-win solution if you will. Regards, Taher Alkhateeb On Wed, Ju

Re: [QUESTION] Should we keep the Webhelp as is?

2016-07-20 Thread Taher Alkhateeb
proposal as I mentioned. Taher Alkhateeb On Wed, Jul 20, 2016 at 11:31 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi All, > > With https://issues.apache.org/jira/browse/OFBIZ-7906 "Have a Gradle > build file for the cmssite component" Pierre Smits sug

Please stop all work on Java sources for a directory restructure

2016-07-15 Thread Taher Alkhateeb
will send another email today once I've committed the work Thank you for your support. Taher Alkhateeb

Re: Please stop all work on Java sources for a directory restructure

2016-07-16 Thread Taher Alkhateeb
Hello Everyone, Thanks to some hard work by Deepak Dixit which he committed in r1752920 every single source and artifact in OFBiz now is renamed to org.apache.ofbiz. Congratulations, and thank you Deepak. Regards, Taher Alkhateeb On Fri, Jul 15, 2016 at 9:48 PM, Jacques Le Roux < jacques.l

Re: Lazy request

2016-07-16 Thread Taher Alkhateeb
Hi Jacques, I think unnecessary, alternatives: Windows: doskey g=gradlew Linux: g=./gradlew And for all operating systems, you can save your favorite commands in the gradle GUI -> ./gradlew --gui Cheers, Taher Alkhateeb On Sat, Jul 16, 2016 at 12:56 PM, Michael Brohl <mich

Re: Lazy request

2016-07-16 Thread Taher Alkhateeb
Oops, we crossed wires. Anyway, I have a type: Linux: alias g=./gradlew On Sat, Jul 16, 2016 at 1:17 PM, Taher Alkhateeb <slidingfilame...@gmail.com > wrote: > Hi Jacques, > > I think unnecessary, alternatives: > > Windows: doskey g=gradlew > Linux: g=./gradlew > >

Re: Please stop all work on Java sources for a directory restructure

2016-07-15 Thread Taher Alkhateeb
Alkhateeb On Fri, Jul 15, 2016 at 3:17 PM, Taher Alkhateeb <slidingfilame...@gmail.com > wrote: > Hi Everyone, > > In reference to https://issues.apache.org/jira/browse/OFBIZ-7790 May I > suggest that you please postpone any work you have on Java source files. > > I have a pa

Re: OFBiz & Gradle building OFBiz

2016-07-16 Thread Taher Alkhateeb
t; > > > I am yet to find the actual jar on my Mac. > > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ >

Re: OFBiz & Gradle building OFBiz

2016-07-16 Thread Taher Alkhateeb
Hi Pierre, The jar name is there, what is hashed is the directory name. For example the postgresql jar on my computer is ./caches/modules-2/files-2.1/postgresql/postgresql/9.0-801.jdbc4/153f2f92a786f12fc111d0111f709012df87c808/postgresql-9.0-801.jdbc4.jar Regards, Taher Alkhateeb On Sat, Jul

Re: OFBiz & Gradle building OFBiz

2016-07-16 Thread Taher Alkhateeb
Hi Pierre, Can I ask what do you want the jar for maybe I can provide an alternative answer? Taher Alkhateeb On Jul 16, 2016 6:31 PM, "Pierre Smits" <pierre.sm...@gmail.com> wrote: > Hi all, > > I am still working my way through how our gradle implementation wo

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

2016-07-11 Thread Taher Alkhateeb
the specialpurpose folder to plugins The migration of remote libs is already on its way. Taher Alkhateeb On Jul 11, 2016 7:38 PM, "Sharan-F" <sharan.f...@gmail.com> wrote: Hi Everyone Another update on the task list for moving forward with Gradle and the Trunk. We would also like

Re: Rename artifacts from org.ofbiz to org.apache.ofbiz

2016-07-13 Thread Taher Alkhateeb
Actually I would appreciate the help. What is the JIRA? I need to apply a patch so you guys can help me with debugging. I have a massive patch (43,000+) that takes care of the whole thing but for some reason I'm getting classloader problems. So, yes definitely I need your help :), and a JIRA to

Re: Rename artifacts from org.ofbiz to org.apache.ofbiz

2016-07-13 Thread Taher Alkhateeb
4 > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Wed, Jul 13, 2016 at 2:15 PM, Taher Alkhateeb < > slidingfil

Re: [FYI] Trunk demo crashed

2016-07-18 Thread Taher Alkhateeb
Hi Jacques, Are you using terminateOfbiz in the buildbot scripts? If yes, the terminateOfbiz task kills the Java process, but not the gradle process which started it. I'm not sure if this is relevant but highlighting it just in case. Taher Alkhateeb On Mon, Jul 18, 2016 at 9:04 AM, Jacques Le

Re: Proposal to modify the testing framework for OFBiz

2016-07-18 Thread Taher Alkhateeb
. This is in fact exactly what I needed to be able to apply some of the tests. Cheers, Taher Alkhateeb On Mon, Jul 18, 2016 at 9:22 AM, Akash Jain <akash.j...@hotwaxsystems.com> wrote: > Thanks Taher for nice initiative! > > We are planning to written unit tests to all components u

Re: Proposal to modify the testing framework for OFBiz

2016-07-17 Thread Taher Alkhateeb
can to all components 2- Migrate most of the integration tests we currently have to unit tests (since they are designed to do very little integration). This is a great chance for us to practice real TDD in OFBiz Cheers, Taher Alkhateeb On Mon, Jun 13, 2016 at 7:43 AM, Pranay Pandey < pranay.

Re: JackRabbit branch

2016-07-18 Thread Taher Alkhateeb
+1 On Mon, Jul 18, 2016 at 1:01 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Nope, simply that we will no longer see the JackRabbit branch when filling > the Fix Version/s field, which is disturbing, same for Bootstrap > > Jacques > > > > Le 18/07/2016 à 11:31, Pierre Smits a

[Discussion] Shifting our OFBiz culture to enable innovation

2016-07-16 Thread Taher Alkhateeb
ar far outweigh the losses in my opinion. What do you think? I would love to hear everyone's opinion on this, and thank you again for being such supportive and wonderful people. Cheers :) Taher Alkhateeb

Re: OFBiz & Gradle building OFBiz

2016-07-16 Thread Taher Alkhateeb
logistical problems? BTW this is very good feedback we need that kind of stuff for deployment fine-tuning. I heard others ask similar questions. Regards, Taher Alkhateeb On Sat, Jul 16, 2016 at 6:57 PM, Pierre Smits <pierre.sm...@gmail.com> wrote: > I thought that Gradle was not unlike the o

Re: OFBiz & Gradle building OFBiz

2016-07-16 Thread Taher Alkhateeb
0111f709012df87c808/postgresql-9.0-801.jdbc4.jar > > > > So that adds to the traceability issue I have. A pom in one folder and a > > jar in another, no apparent relation and no logging. More digging to do. > :( > > > > Best regards, > > > > Pierre Smits &

<    1   2   3   4   5   6   7   8   9   10   >