On 27/05/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
Hi,
On 5/25/07, vcordaro <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> I have picked up an interesting project at work. My end goal is to deploy
our latest code in SVN to our servers nightly. Now we have a custom installer
built
> in izpack. So ideally I would like to build the pieces that the installer
needs, then build the installer, then deploy the installer. Anyone ever done this?
Yes, we do that. Basically it is as follows:
* The components of the application are continuously integrated with Continuum
* We have a "bundle" project that gathers all the pieces of the
applications. Some of these pieces are the above components
* The bundle is also deployed as a dependency which is used by the
"installer" project that generates an InstallAnywhere distro based on
the bundle
We use the dependency and assembly plugins for step2 and a custom mojo
for step3 based on the InstallAnywhere ant task.
izpack has ANT tasks, so you should be able to use that from within
Maven as a first step.
Cheers,
James
Since continuum is able to fire a build when a dependency changes, the
whole chain is always up to date.
HTH,
Stéphane
>
<snip/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]