I have a solution that I need to build that contains web projects.  I've 
excluded them by doing the following:

<solution
    configuration="${config}"
    outputdir="${outdir}"
    solutionfile="${solution}"
    failonerror="true"
    verbose="true">
    <projects>
        <exclude name="path to web project .csproj" />
        <exclude name="path to other web project .csproj" />
    </projects>
</solution>

but when I run it it complains about not having the webmap stuff... do I 
still need to provide mappings if I plan on skipping those projects?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to