Certainly, here it is:

<target name="build-release">

<solution configuration="release" solutionfile="ResWare.sln" failonerror = "false" outputdir = "${baseoutputdir}">

<projects>

<includes name="ClientWinforms\ClientWinforms.csproj" />

</projects>

 <webmap>

<map url="http://localhost/ResWareClientWeb/ClientWeb.csproj" path="d:\sandbox\resware\clientweb\clientweb.csproj" />

</webmap>

</solution>

<copy file="${configfile}" tofile="${baseoutputdir}\ClientWinforms.exe.config"/>

</target>



From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 3:42 AM
To: Adam Patacchiola; [EMAIL PROTECTED]
Subject: Re: [Nant-users] Solution task and projects

This looks like a syntax problem. NAnt is not very strict at detecting syntax problems and sometimes it silently ignores them.
 
Can you post a failing portion of your buildfile to the list?
 
Jarek
----- Original Message -----
Sent: Tuesday, February 17, 2004 1:20 AM
Subject: [Nant-users] Solution task and projects

Hi,
 
I'm trying to compile only one project in my solution by using the projects tag. However every project is always built. Any ideas what I'm doing wrong? I have also tried to exclude projects but they always get built as well.

Thanks,
 
Adam

Reply via email to