|
From: Mike R. <mi...@th...> - 2003-07-30 17:44:51
|
Hi guys, I've setup a publically-viewable instance of CruiseControl.NET - the website is at http://ccnetlive.thoughtworks.com/nmock/. At the moment its not labelling or publishing binaries to a known location but I'll set that up soon and reply just to the mailing list. At the moment the build is failing one test - after a bit of experimenting it seems that test fails if there is something running with remoting on the same machine (CruiseControl.NET uses remoting), so you might want to fix it or ignore for now. Cheers, Mike |
|
From: Joe W. <jo...@tr...> - 2003-07-30 18:18:38
|
Awesome, Mike. Thanks! Could you do one last thing and hyperlink the files in the 'modifications since last build' to viewcvs at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nmock/nmock/ BTW, how can I make modifications to the cc instance (i.e. skin)? Owen, could you look at the remoting problem. cheers -joe Mike Roberts wrote: > Hi guys, > > I've setup a publically-viewable instance of CruiseControl.NET - the > website is at http://ccnetlive.thoughtworks.com/nmock/. At the moment > its not labelling or publishing binaries to a known location but I'll > set that up soon and reply just to the mailing list. > > At the moment the build is failing one test - after a bit of > experimenting it seems that test fails if there is something running > with remoting on the same machine (CruiseControl.NET uses remoting), > so you might want to fix it or ignore for now. > > Cheers, > > Mike > > > > > |
|
From: Mike R. <mi...@th...> - 2003-07-30 19:39:22
|
Joe Walnes wrote: > Awesome, Mike. Thanks! > > Could you do one last thing and hyperlink the files in the > 'modifications since last build' to viewcvs at: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nmock/nmock/ Urrk - I'm a tad busy at the mo, but if you grab the source (there's a zip file of latest (as of now) good at http://ccnetlive.thoughtworks.com/CCNet-builds/4/CruiseControl.NET.source.zip) and make a change to the XSL let me know. > BTW, how can I make modifications to the cc instance (i.e. skin)? You can't make changes yourself since I'm not sure I can give out user details to the server that its running on. However, its just running the vanilla skin from the source above so if you want to change it email me the updates. Mike |
|
Re: [Nmock-general] Re: CruiseControl.NET instance now running for NMock (and
a problem with a test)
From: Owen R. <OR...@th...> - 2003-08-03 18:30:54
|
this is caused by the mock server used by the nmock remoting unit tests sharing the same port as the CruiseControl.NET server (port 1234). doh! what are the odds of picking the same (semi)random port? ok, ok steve, i'm eating crow ;) so, i can check in a fix that changes the port number, but it sounds like for you, mike, that won't be the easiest solution. what about changing the ccnet server port instead if that would be easier? sorry all. o. --- R. Owen Rogers ThoughtWorks Ltd ThoughtWorks - Deliver with passion! |---------+-----------------------------------------> | | Joe Walnes <jo...@tr...> | | | Sent by: | | | nmo...@li...| | | ceforge.net | | | | | | | | | 07/30/2003 07:18 PM | |---------+-----------------------------------------> >--------------------------------------------------------------------------------------------------------------------------------------------------| | | | To: Mike Roberts <mi...@th...> | | cc: nmo...@li..., exo...@us..., joe...@us..., ma...@us...,| | sk...@us..., sm...@us... | | Subject: [Nmock-general] Re: CruiseControl.NET instance now running for NMock (and a problem with a test) | >--------------------------------------------------------------------------------------------------------------------------------------------------| Awesome, Mike. Thanks! Could you do one last thing and hyperlink the files in the 'modifications since last build' to viewcvs at: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nmock/nmock/ BTW, how can I make modifications to the cc instance (i.e. skin)? Owen, could you look at the remoting problem. cheers -joe Mike Roberts wrote: > Hi guys, > > I've setup a publically-viewable instance of CruiseControl.NET - the > website is at http://ccnetlive.thoughtworks.com/nmock/. At the moment > its not labelling or publishing binaries to a known location but I'll > set that up soon and reply just to the mailing list. > > At the moment the build is failing one test - after a bit of > experimenting it seems that test fails if there is something running > with remoting on the same machine (CruiseControl.NET uses remoting), > so you might want to fix it or ignore for now. > > Cheers, > > Mike > > > > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Nmock-general mailing list Nmo...@li... https://lists.sourceforge.net/lists/listinfo/nmock-general |
|
Re: [Nmock-general] Re: CruiseControl.NET instance now running for
NMock (and a problem with a test)
From: Mike R. <mi...@th...> - 2003-08-04 21:48:08
|
Owen Rogers wrote: >this is caused by the mock server used by the nmock remoting unit tests >sharing the same port as the CruiseControl.NET server (port 1234). doh! >what are the odds of picking the same (semi)random port? ok, ok steve, i'm >eating crow ;) >so, i can check in a fix that changes the port number, but it sounds like >for you, mike, that won't be the easiest solution. what about changing the >ccnet server port instead if that would be easier? > > I have changed CCNetLive to use different Remoting ports Mike |