Hi,

Has anyone had experience or shed light with the following scenario
usage of Nant & NUnit?

2 Servers (1 Build & 1 Deployment)

The Build server will run a NANT script to compile all source code
and deploy the new assemblies to the deployment server (e.g. web
server or app server).  

How would I do a remote method call within the same script to run a
Nunit2 task to test the new assemblies on the deployment server if my
Nant script is executed on the Build Server?  

I tried the UNC path but found from the online mail archives and
trial & error that it was not possible. It can only use relative
paths (e.g. C:\...\myassembly.dll)

thanks,

mike


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to