Re: Build on remote machine.

2007-10-29 Thread David Weintraub
We currently use CruiseControl, but I recently downloaded Hudson and I am considering replacing CruiseControl with Hudson. Hudson's configuration is probably not as flexible, but it is a heck of a lot easier to figure out. This means that when I am not here and something goes terribly wrong, someo

Re: Build on remote machine.

2007-10-29 Thread Steve Loughran
david 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.

Re: Build on remote machine.

2007-10-26 Thread Peter Reilly
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

Re: Build on remote machine.

2007-10-26 Thread david
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 complete

Re: Build on remote machine.

2007-10-17 Thread Steve Loughran
david wrote: If you want an ant only solution you will have to build locally and deploy remotely: I am currently building locally and deploying remotely using and doing post deployment using . You will have to look up both ant optional tasks for their argument lists. Minimally you will need

Re: Build on remote machine.

2007-10-17 Thread david
If you want an ant only solution you will have to build locally and deploy remotely: I am currently building locally and deploying remotely using and doing post deployment using . You will have to look up both ant optional tasks for their argument lists. Minimally you will need to set the tas

Re: Build on remote machine.

2007-10-17 Thread Kevin Jackson
> Set up one of the continuation tools to do the build on the remote box > > Free >-cruisecontrol >-hudson >-luntbuild >-gump >-continuum >-anthill or cruisecontrol.rb[1] if you're willing to install another runtime on the build machine - ThoughtWorks have switched to using

Re: Build on remote machine.

2007-10-17 Thread Bob Aiello
Has anybody seen a comparison of Hudson to CruiseControl? -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 07:07 AM Eastern Standard Time To: Ant Users List Subject:Re: Build on remote machine. Hudson as a slave mechanism

Re: Build on remote machine.

2007-10-17 Thread Steve Loughran
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 sh

Re: Build on remote machine.

2007-10-17 Thread Peter Reilly
Hudson as a slave mechanism to run jobs on remote machines. It also has a pretty awesome vmserver plugin to place these remote jobs on vm servers. Peter On 10/17/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > > > -Original Message- > From: Yona Eilat [mailto:[EMAIL PROTECTED] > Sen

RE: Build on remote machine.

2007-10-17 Thread Rebhan, Gilbert
-Original Message- From: Yona Eilat [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 11:38 AM To: user@ant.apache.org Subject: Build on remote machine. /* I would like to write ant file that will run Build on NT remote machine. I have doubts regarding the way to implemen