Hi NAnt Guru, 

I face difficulty during using the NAnt. 

1)don't know how to check out by Cvs 

<target name="checkout" > 
  <cvs-update 
                destination="${cvsDir}" 
                cvsroot= "${cvsRoot}" 
                password="${cvsPassword}" 
                module="cs" 
                verbose="true" 
                failonerror="true"/> 
</target> 

I don't real understand the 'module' attribute 

2) more imporatant, I can't compile by <solution>. In
fact, I don't know how to config the build file. 

In my solution, there are 5 projects:3 are console
application, 2 are web application. 
Hps is a web project, P1,P2,P3 are console
application, and will refer to Hps.dll. 
App is another web application, also refer to Hps.dll.



<target name="compile" > 
  <solution configuration="release"> 
     <webmap> 
        <map url="http://localhost/Hps/Hps.csproj";
path="c:\inetpub\wwwroot\Hps\Hps.csproj" /> 
     </webmap> 
     <projects> 
        <includes
name="c:\inetpub\wwwroot\Hps\Hps.csproj" /> 
        ... ... 
     </projects> 
  </solution> 
</target> 


Thanks a lot for any comments 
 
 


_________________________________________________________
Do You Yahoo!? 
完全免费的雅虎电邮,马上注册获赠额外60兆网络存储空间
http://cn.rd.yahoo.com/mail_cn/tag/?http://cn.mail.yahoo.com


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to