Han Ouyang wrote:
> I wanted to buid a solution which include projects as follows:
> a VC project of OCX control and
> a VB demo project
>  
> in VS.NET <http://VS.NET> enviroment, if i choose rebuid all, the IDE 
> will rebuild the solution and register the control
> automatically. However, how to realize it with nant?
There's a great deal of good documentation for NAnt.  It's included in 
the installation kit or available online at 
http://nant.sourceforge.net/release/0.85/help/.  If you're asking how to 
get started, that's the place to begin.

If you've tried to use NAnt to build your solution, and you've run into 
a specific problem, then you'll have to provide more details about the 
problem.

NAnt can build Visual Studio 2003 solutions directly.  To build Visual 
Studio 2005 solutions, use the <msbuild> task from the NAntContrib project.

Gary



-------------------------------------------------------------------------
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