Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Taher Alkhateeb
It might be more useful not to launch from the IDE. Instead run gradle "ofbizDebug" and hookup remotely with the debug port. This would maintain a consistent environment instead of being surprised (happened to me in the past). It would also make a consistent experience to development team

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Girish Vasmatkar
So every IDE provides a shortcut (certain combination of keys) to execute any java file in a project as a java application, that in turn invokes *java *command on that class file. Eclipse applies all classpath entries (list of jar files from gradle dependency) as -classpath argument. Under the

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Taher Alkhateeb
start how? what is the command? Are you trying to start _from_ eclipse. If yes why? On Sat, May 25, 2019 at 2:26 PM Girish Vasmatkar < girish.vasmat...@hotwaxsystems.com> wrote: > I realised Taher's reply after I had sent my response. > > Following's the command. > > *./gradlew eclipse* > > This

Re: Missing microseconds support in date-time picker

2019-05-25 Thread Jacques Le Roux
Le 25/05/2019 à 14:22, Pawan Verma a écrit : Hello Devs, While working on OFBIZ-11022, I have found that current date-time picker does not have support for microseconds. In existing demo data for WebSitePathAlias, we have microseconds in it. But on Edit webSitePathAlias screen date-time picker

Re: svn commit: r1859877 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/servicedef/ applications/content/servicedef/ applications/marketing/servicedef/ applications/order/servicedef/ appli

2019-05-25 Thread Jacques Le Roux
Le 25/05/2019 à 11:01, Mathieu Lirzin a écrit : Hello, Jacques Le Roux writes: Le 25/05/2019 à 09:07, Jacques Le Roux a écrit : Le 25/05/2019 à 08:54, Jacques Le Roux a écrit : You mean when ran isolated, right? OK, got it, it's a framework only issue

Re: Missing microseconds support in date-time picker

2019-05-25 Thread Pierre Smits
IMO microseconds for something like demo data for fairly static (from a second viewpoint) records is overkill. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator

Missing microseconds support in date-time picker

2019-05-25 Thread Pawan Verma
Hello Devs, While working on OFBIZ-11022, I have found that current date-time picker does not have support for microseconds. In existing demo data for WebSitePathAlias, we have microseconds in it. But on Edit webSitePathAlias screen date-time picker does not pass microseconds and due to this

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Girish Vasmatkar
I realised Taher's reply after I had sent my response. Following's the command. *./gradlew eclipse* This would do the job of setting up the eclipse workspace with all all gradle dependencies nicely set-up in the classpath. Then I would normally try to start OFBiz using Start.java. Not sure if

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Girish Vasmatkar
There is a bit more to it ... When the system can't find cache.properties (as it's no more on the classpath), following happens - 1. Exception is thrown (which is obvious) 2. Code execution halts (which is fine), so no tomcat is launched. 3. Since execution stops, JVM should be terminated in my

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Taher Alkhateeb
What is the exact command used to run? On Sat, May 25, 2019, 12:27 PM Girish Vasmatkar < girish.vasmat...@hotwaxsystems.com> wrote: > Hi Mathieu, > > With those entries missing from the classpath, you'd get the following > exceptions and warning - > > 1. For cache.properties (when

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Girish Vasmatkar
Hi Mathieu, With those entries missing from the classpath, you'd get the following exceptions and warning - 1. For cache.properties (when /framework/base/config entry is missing) Exception in thread "main" java.lang.ExceptionInInitializerError at

Re: svn commit: r1859877 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/servicedef/ applications/content/servicedef/ applications/marketing/servicedef/ applications/order/servicedef/ appli

2019-05-25 Thread Mathieu Lirzin
Hello, Jacques Le Roux writes: > Le 25/05/2019 à 09:07, Jacques Le Roux a écrit : >> Le 25/05/2019 à 08:54, Jacques Le Roux a écrit : >>> You mean when ran isolated, right? >> >> OK, got it, it's a framework only issue >> >> https://ci.apache.org/projects/ofbiz/logs/trunk/framework/html/ >> >>

Re: Gradle eclipse task - classpath modification

2019-05-25 Thread Mathieu Lirzin
Hello Girish, Girish Vasmatkar writes: > When you run eclipse task it removes all unnecessary classpath entries > including the ones containing "config" and "dtd". This introduces a minor > inconvenience, in turn, because you do need two entries below in order for > OFBiz to start normally - >

Re: svn commit: r1859877 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/servicedef/ applications/content/servicedef/ applications/marketing/servicedef/ applications/order/servicedef/ appli

2019-05-25 Thread Jacques Le Roux
Le 25/05/2019 à 09:07, Jacques Le Roux a écrit : Le 25/05/2019 à 08:54, Jacques Le Roux a écrit : You mean when ran isolated, right? OK, got it, it's a framework only issue https://ci.apache.org/projects/ofbiz/logs/trunk/framework/html/ Looking at it... Jacques This is due to the simple

Re: svn commit: r1859877 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/servicedef/ applications/content/servicedef/ applications/marketing/servicedef/ applications/order/servicedef/ appli

2019-05-25 Thread Jacques Le Roux
Le 25/05/2019 à 08:54, Jacques Le Roux a écrit : You mean when ran isolated, right? OK, got it, it's a framework only issue https://ci.apache.org/projects/ofbiz/logs/trunk/framework/html/ Looking at it... Jacques

Re: svn commit: r1859877 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/servicedef/ applications/content/servicedef/ applications/marketing/servicedef/ applications/order/servicedef/ appli

2019-05-25 Thread Jacques Le Roux
Hi Mathieu, You mean when ran isolated, right? Because https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins is OK Thanks Jacques Le 24/05/2019 à 23:50, Mathieu Lirzin a écrit : Hello Jacques, jler...@apache.org writes: Author: jleroux Date: Fri May 24 13:47:08 2019 New Revision: