Hi Leonardo,

There was a bug with exclusion of projects, which was fixed very recently.

Can you try using a recent nightly build
(http://nant.sourceforge.net/nightly/latest) ?

Thanks !

Gert 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Leonardo Quijano Vincenzi
> Sent: maandag 14 maart 2005 20:33
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Solution task warning when using 
> database project
> 
> Hi. 
> 
> I have a <solution> task in my master build file that include several
> C# projects and a VS database project. When I do a build, i get the
> following warning:
> 
>  [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
> project 'DataProject\DataProject.dbp'.
> 
> What can I do to disable this warning? I tried using an exclude
> directive on the build file, like this:
> 
>   <target name="compile">
>     <solution configuration="${solution.config}"
> solutionfile="${solution.file}">
>       <excludeprojects>
>         <include name="DataProject\DataProject.dbp" />
>       </excludeprojects>
>     </solution>
>   </target>
> 
> But i'm still getting the warning. This is distracting for the
> CruiseControl builds. Perhaps there's a way to turn this off?
> 
> Thanks in advance.
> 
> -- 
> Ing. Leonardo Quijano Vincenzi <[EMAIL PROTECTED]>
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to