Hi All,

My Project is a web site based on ASP.Net,VB.Net
and a Access Database.I simply copy all below
files to the release folder using Nant XML Script.
<copy todir="C:/Data/Projects/Devl/TestWeb/Release">
     <fileset basedir="${src.dir}">
  <includes name="**.aspx" />
  <includes name="**.ascx" />
  <includes name="**.config" />
  <includes name="**.gif" />
  <includes name="**.jpg" />
  <includes name="**.mdb" />
  <includes name="**.css" />
</fileset>
 </copy>
I usually deploy a web site manually simply using window
copy paste,now i am using same copy paste concept with
Nant.This automate Build/deployment of my website.Is this
is the build automation Nant based on? Is this is the right
way to deploy a website using Nant or there is some other
way to deploy it.
Please help.

Thanks & Regards
Sab
-------------------------------------------------------------------------
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