Re: ant devop tasks/targets

2016-03-29 Thread james yong
gt; Best regards, > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com>; > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ -- View this message in context: http://ofbiz.135035.n4.nabble.com/ant-devop-tasks-targets-tp4678520p4678530.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: ant devop tasks/targets

2016-03-29 Thread Jacques Le Roux
That sounds like a good idea to me So we could have ant db-create ant db-check ant db-update db-create could be based on db-check on CheckDb.groovy and db-update on db-create Disclaimer: only thinking out loud to start the discussion :) Jacques Le 29/03/2016 12:16, Pierre Smits a

ant devop tasks/targets

2016-03-29 Thread Pierre Smits
Hi all, Currently we have the various ant tasks to instantiate the OFBiz environment, such as: - ./ant start - various ./ant load- commands. However, we don't have specific (separate) DEVOPS commands to help instantiation and checking of the OFBiz environment. I am thinking of: - a com