Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-23 Thread Clifford Williams
Will do. One of the parts of 16 that I found interesting was there was a Project module. Although not really targeted towards construction does have basic project management. I know it looks more targeted towards Agile development projects but Agile can work for a construction project in some

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Paul Piper
Then you are in luck - in terms of functionality we have not removed anything. We cleaned-up and added new features, fixed bugs and updated some core mechanics (the renderer is just one of the examples). Besides new functionalities, we put alot of effort into our releases. So give it a try and

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Valery Ngah
Missed that ☺ On 11/22/16, 09:07, "Taher Alkhateeb" wrote: We crossed on wire Valery, thank you for helping out :) On Nov 22, 2016 8:04 PM, "Valery Ngah" wrote: > Hi Clifford, > > > > >1. Database Setup: I

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Clifford Williams
I did just that today. Impressive interface. This is a side project by a few folks currently in the construction industry. Our goal is to create a Job Cost system and use OFBiz so as not to have to re-invent the wheel for all the other accounting functions. On Nov 22, 2016, at 09:07 AM, Paul

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Clifford Williams
Wow, I had not expedited a response so quickly form so many. Truly impressed. Will follow these instructions and report back my progress. Thank you all. On Nov 22, 2016, at 09:08 AM, Taher Alkhateeb wrote: We crossed on wire Valery, thank you for helping out :)

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Taher Alkhateeb
We crossed on wire Valery, thank you for helping out :) On Nov 22, 2016 8:04 PM, "Valery Ngah" wrote: > Hi Clifford, > > > > >1. Database Setup: I was able to setup OFBiz 13.07 to use MySql (MariaDB) > successfully following the documentation. Now that I would like to

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Paul Piper
Perhaps it is also worth to checkout www.scipioerp.com - we have not migrated to gradle and it is meant for production run :) -- View this message in context: http://ofbiz.135035.n4.nabble.com/ANT-vs-Gradle-confused-Database-setup-and-other-configurations-tp4699508p4699514.html Sent from the

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Valery Ngah
Hi Clifford, >1. Database Setup: I was able to setup OFBiz 13.07 to use MySql (MariaDB) >successfully following the documentation. Now that I would like to work with >the latest code 16.11 I followed the Gradle docs which state >the same process >but there is no ${ofbiz install

Re: ANT vs Gradle (confused) Database setup and other configurations

2016-11-22 Thread Taher Alkhateeb
Hi Clifford, For the database part, the only thing you need to do is add a dependency to the mysql/postgres/whatever database driver in build.gradle and off you go. Search in Jcenter for the database driver suitable for the database installed on your production system. For example, under the