I would assume you are deploying with a file copy. So, you have to
provide a file path to which NAnt copies the file. I guess you could
read something in the solution/project and munge it into a file path.

BOb


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Whitley
Sent: Monday, July 24, 2006 3:25 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] web projects

I have a build server that downloads & builds among other things, web 
projects.  those projects are deployed to another computer.  in visual 
studio they have their deploy to web feature that lets you specify a url

and the file share path to push the project to the server.  I tried 
specifying the webmap url exactly like I do in visual studio, but it 
complains I dont have http://localhost/myweb/ mapped to a path...

can somebody explain how the web map works.  can I use it to deploy the 
build to the remote server, or do I need the mkiisdir from nant contrib 
to do this?

thanks,
Steve

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to