Andrew Goktepe wrote:
have a gui for end users that creates a script for deploying to the local
box?
No. It doesn't have to create a script - I already have one.
make it easy for someone who doesn't know ant to deploy to many systems?
Yes. The Ant script does all of the real work, but it's exposure to the user
should be minimal.
Our applications have many properties and xml files within the ear file and
elsewhere that need to be configured for the particular environment being
used. I already have an Ant script that will configure these files and
deploy the application to any of several application servers, but I want a
GUI front-end to collect all of the settings from the user before running
the script.
-Andrew
On 2/2/06, Steve Loughran <[EMAIL PROTECTED]> wrote:
Andrew Goktepe wrote:
I am looking for an ant-based GUI installer to configure and deploy our
J2EE
applications. I have tried Antigen and AntInstaller. I really like
AntInstaller, especially its configuration file format and the way it
saves
all of the user-provided values for repeat runs of the Ant script. Is
anyone
using any others besides these two? Although I can't use anything that
is
licensed under the GPL, I'd still like to know about any other choices
that
are out there.
What is it you are trying to do?
-have a gui for end users that creates a script for deploying to the
local box?
-make it easy for someone who doesnt know ant to deploy to many systems?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I don't know of anything you ask for you will probably have to write
your own. Have you looked at writing an Eclipse RCP application to
handle your front end? Eclipse works very well with Ant and can run on
many different OS's
--
Mark Russell
Instantiations, Inc.
724-368-3331 (land line)
http://www.instantiations.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]