Matt,

It should work as you've described.  Can you provide a small repro for this
issue ?

Gert

----- Original Message ----- 
From: "Matt Hulse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 22, 2004 6:56 PM
Subject: [Nant-users] VS.Net 2003, <solution> <excludeprojects> does not do
anything.


> Please Help!
>
>
>
> I need to exclude a project from the solution being built because it's
> breaking the build.
>
> I'm using the following for my solution task:
>
>
>
>           <solution
>
solutionfile="c:\conformx\solutions\conformx_project_ref\conformx_project_re
> f.sln" configuration="debug">
>
>                         <excludeprojects>
>
>                               <include
> name="c:\conformx\shared\mimepackage\mimepackage.vcproj" />
>
>                         </excludeprojects>
>
>                <webmap>
>
>                     <map url="http://localhost/conformx";
> path="c:\conformx\conformx" />
>
>                     <map url="http://localhost/conformxws";
> path="c:\conformx\conformxws" />
>
>                </webmap>
>
>           </solution>
>
>
>
> Is my syntax correct?  Is this meant to exclude projects from the
solution?
> I don't want to the excluded project to be built but I also don't want to
> change the solution file unless I have no other choice.  Does anyone use
the
> excludeprojects attribute with success?
>
>
>
> Please tell me if you can see what I'm doing wrong.
>
>
>
> (I'm using the latest nightly build of NAnt and NAnt_Contrib and VS.Net
> 2003)
>
>
>
> Thanks,
>
>
>
> Matt Hulse
>
> [EMAIL PROTECTED]
>
> Docutech, Inc.
>
>
>
>


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to