Sandeep wrote:

I want to run a common NAnt script stored on a server remotely by
passing some parameters (like system name, source control folder,
mailing list etc.) dynamically.
I am looking for feasible (not requiring much effort :)) options to
satisfy the above requirement.

I assume you also want the script to execute on that remote server ? One easy option ( if that server is a windows box ) could be to use PsExec [1] which allows you to execute commands on remote machines.

I though of Cruise control .net but it doesn't allow passing any
parameters by user. I am thinking of developing an ASP.NET application
which will take the parameters on form and invoke build on the server.
thats an alternative solution - obviously requiring a bit more work.

[1] http://www.sysinternals.com/ntw2k/freeware/psexec.shtml


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to