Simple,
use hudson ;-)
see the awesome plugins....
Peter

On 10/26/07, david <[EMAIL PROTECTED]> wrote:
> Hello Steve and ant folks, I have read and have completely improved my 
> development with the JDA book but now I'm in the position such that I need 
> more tools. Please reply if the continual build tools listed are in order of 
> preference and why. I am currently (trying...) to use CC. What I completed 
> with my projects building under CC/Ant shows that CC is a great tool but the 
> config has gotten out-of-hand. And, therefore, I am looking elsewhere. Please 
> advise, David.
>
> Steve Loughran wrote ..
> > Yona Eilat wrote:
> > >
> > >
> > > Hi,
> > >
> > >
> > >
> > > I would like to write ant file that will run Build on NT remote machine.
> > >
> > > I have doubts regarding the way to implement it.
> > >
> > > I would like enabling the option to run it from any local PC (of my team
> > > members) or to run it from the remote machine in itself.
> > >
> > > The build should to execute commands from the remote during the process.
> > >
> > > I'll be happy to get an ideas or recommendation about the way to
> > > implement it.
> > >
> > > I thought to map drive (as part of the build) to the remote machine and
> > > run it from there.
> > >
> > > The problem is that once I'll run it from the remote machine, there
> > > isn't required to map external drive for that machine...
> > >
> > > If I run the build from my PC, does it use my resources or the remote
> > > resources?
> >
> > your resources. you have only mapped the drive, not logged in. Note also
> > if your clock is different from other people's clocks, the depencencies
> > get screwed up.
> >
> > >
> > > Moreover, how can I write code to enable for only 1 user to run build
> > > for specific version?
> > >
> >
> > dont try and set up ant to do this. It can be done, but it is pretty
> > painful.
> >
> > Set up one of the continuation tools to do the build on the remote box
> >
> > Free
> >    -cruisecontrol
> >    -hudson
> >    -luntbuild
> >    -gump
> >    -continuum
> >    -anthill
> >
> > commercial
> >   -bamboo
> >   -teamcity
> >   -anthill pro
> >   -luntbuild pro
> >
> >
> >
> > --
> > Steve Loughran                  http://www.1060.org/blogxter/publish/5
> > Author: Ant in Action           http://antbook.org/
> >
> > ---------------------------------------------------------------------
> > 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