Bonio Lopez wrote:
> Hi Jaroslaw,
> Why do you create a nant tasks "manually" instead of using solution task ?
> Is it because VS2005 not supported so far? 
> Is somebody working to support VS2005 solution task?
> With best regards,
> Boni
>   
I prefer "clean" tasks, because I prefer to specify source files using 
wildcards (which <fileset>s do very well) instead of specifying them 
one-by-one (which is required for VS projects).

I never used the <solution> task. My personal opinion is that solution 
building should be placed in a separate utility and NAnt should only 
spawn it instead of implementing the entire build logic in-process. 
Ideally this should implement the command line interface and output of 
MSBuild (now that we know it). For VS2005 projects you could just spawn 
MSBuild.exe (which is known to be present in .NET 2.0 Framework) and 
you're done.

Regards,

Jarek



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to