That's the first thing I tried and for some reason even with the
deployment projects unchecked it still throws those warnings.  I thought
maybe it wasn't using my config so I unchecked several other projects
and it skipped those projects during the build so I know that is
working.  So far the only solution that looks plausible would be to put
the deployment projects in a separate solution.  This is what I was
hoping not to have to do.
 
Thanks for the help
Ryan

________________________________

From: Jay Flowers [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 8:47 PM
To: Lattimer, Ryan
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Hiding warnings thrown by msbuild


Hi Ryan,
If I remember correctly you can compile a config that does not include
the deployment projects.  So if you created a new config, say "Release
Assemblies", and unchecked the deployment projects you could use this
config. 

Jay


On 9/13/07, Lattimer, Ryan <[EMAIL PROTECTED]> wrote: 

        I was wondering if anyone knew a way to hide certain warnings
that come up from running msbuild.  I'm currently using the nant contrib
msbuild task to run msbuild on my solution.  Because msbuild does not
support vdproj files and I have 2 of them in my solution, I always get 2
warnings.  

        warning MSB4078: The project file "test.vdproj" is not supported
by MSBuild and cannot be built. 

        Now my question is not how to run the vdproj files but if there
is anyway to hide these warnings when I run msbuild. 

        Thanks in advance 
        Ryan 


        
------------------------------------------------------------------------
-
        This SF.net email is sponsored by: Microsoft
        Defy all challenges. Microsoft(R) Visual Studio 2005.
        http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
        _______________________________________________
        NAnt-users mailing list
        NAnt-users@lists.sourceforge.net
        https://lists.sourceforge.net/lists/listinfo/nant-users 
        
        




-- 
Jay Flowers
----------------------------------------------------------------------
http://jayflowers.com
--------------------------------------------------------------------- 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to