Re: Testing on a Different CPU/OS

2006-08-29 Thread Wayne Fay
Sounds like a good feature request for CruiseControl. Not sure how exactly Maven could handle this for you, except via some plugins etc. Wayne On 8/29/06, neil hart <[EMAIL PROTECTED]> wrote: This may be the only solution. I was hoping I could build and gather the test results in one place ins

Re: Testing on a Different CPU/OS

2006-08-29 Thread neil hart
This may be the only solution. I was hoping I could build and gather the test results in one place instead of having one build script to build the code and deploy it and then another to run the tests. I was looking to somehow remote the testing. On 8/29/06, Wayne Fay <[EMAIL PROTECTED]> wrote:

Re: Testing on a Different CPU/OS

2006-08-29 Thread Wayne Fay
Can you set up another CruiseControl instance on a Windows box? That's probably easiest. Wayne On 8/29/06, neil hart <[EMAIL PROTECTED]> wrote: I have my application built by Maven inside of CruiseControl. We are building on a Linux box and want to test on a Windows box. Is there any way to h

Testing on a Different CPU/OS

2006-08-29 Thread neil hart
I have my application built by Maven inside of CruiseControl. We are building on a Linux box and want to test on a Windows box. Is there any way to have Maven deploy our code and run Unit Tests remotely?If not Maven, any thoughts on how? TIA