----- Original Message -----
From: "Martin Betak" <mbetak(a)redhat.com>
To: "Alon Bar-Lev" <alonbl(a)redhat.com>
Cc: "engine-devel" <engine-devel(a)ovirt.org>
Sent: Tuesday, August 27, 2013 3:17:44 PM
Subject: Re: [Engine-devel] Java Development Lifecycle
For me personally the most time consuming part of development
is when I have to frequently change/update configurations
of the engine, I have to manually deal with the interactive setup
wizzard. Thanks to the new development environment I managed to automate
all other parts of my process using scripts, except engine-setup.
I would greatly appreciate if there were some way of supplying 'answers'
to the engine-setup from command line (or answer files, like in the 'full'
version) so it could be scripted.
# engine-setup --help
Usage: /usr/bin/engine-setup
--log=file
write log to this file.
--config=file
Load configuration files.
--config-append=file
Load extra configuration files.
--offline
Offline mode.
--generate-answer=file
Generate answer file.
--jboss-home=dir
Use this jboss.
Can you tell more precisely what is missing?
BTW: I also curious why you need to re-run fresh setup over and over.
Thanks,
Alon