Hi

What you can do is just code on one computer. When you are done, you can
then submit your code to a version control system, CVS, SVN, Perforce. Now
you can deploy an automated build script in the build server, such as
AntHill or BuildForge or Maven, and then set it to take the fresh code from
the repository at a specified time or interval. Add an ant script or a build
script to generate the fresh WAR/EAR.

When done just script out to deploy the code on to any remote machine using
the AntHill/Maven scripts. Once deployment succeeds, test your code for
Junits, HttpUnits, Coverage, load test, stress test (JUnit, cobertura, pmd,
checkstyle, astra load etc...) etc... generate and compile the reports and
deploy the report dashboard on to a new server(QALabs.sourcforge.net)

Hope this helps.

Regards,
Sandeep



On 1/17/07, Stanislav <[EMAIL PROTECTED]> wrote:

Tnx for your answer. I'll try to do that.

I want to unburden no1 with building because it takes much cpu and memory
resources, but still i
want to be able  to do testing on no1.

From: "Bruno Melloni" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: RE: Struts/Eclipse remote app build
Date: Tue, 16 Jan 2007 14:12:27 -0600

----- Original Message Follows -----
> You could also consider a continous integration environment:
> - Code in one machine
> - Submit changes to a version control system (i.e.: CVS or ClearCase)
> - Use a Continous Integration tool to do the formal build (i.e.:
> CruiseControl or Buildforge
>
> But I must admit... I'm a bit puzzled with the idea to deploy back in
> the machine you code.
>
> B.
>
> -----Original Message-----
> From: Sandeep Gupta [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 16, 2007 10:49 AM
> To: Struts Users Mailing List
> Subject: Re: Struts/Eclipse remote app build
>
> Hi
>
> You can use a build server for the purpose, if both the computers are
> connected through network.
>
> Hope this helps.
>
> - Sandeep
>
>
> On 1/16/07, Nuwan Chandrasoma <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > Why dont you do coding and building on one machine and deploy the app
> > in second machine which would action kind of a app server, i dont
> > think bulding a application would take that much of memory or process
> > power.
> >
> > Thanks,
> >
> > Nuwan
> >
> > ----- Original Message -----
> > From: "Stanislav" <[EMAIL PROTECTED]>
> > To: <user@struts.apache.org>
> > Sent: Tuesday, January 16, 2007 9:39 AM
> > Subject: Struts/Eclipse remote app build
> >
> >
> > > Hi.
> > >
> > > I have 2 computers. On first I do development (coding in Eclipse,
> > building
> > > and deploying on JBOSS).
> > > Now i want to do coding in Eclipse on computer No1, building on
> > > computer
> > > No2 and deploying on
> > > computer No1. Basicly i want to do hard cpu and memory proceses on
> > > computer No2. Is this posible?
> > > Both computers are on Win OS (No1: WinXP SP2, No2. Win2003).
> > >
> > > Tnx,
> > > Stanislav
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to