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
|
- [Nant-users] Solution task and projects Adam Patacchiola
- [Nant-users] Solution task and projects Adam Patacchiola
- Re: [Nant-users] Solution task and projects Jaroslaw Kowalski
- Adam Patacchiola