Your message dated Sun, 18 Jun 2006 23:34:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line nant dependency on winforms done
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: nant
Version: 0.84+0.85-rc3-10
Severity: serious
Tags: patch
From my pbuilder build log:
...
mcs -target:exe -define:MONO -out:bootstrap/NAnt.exe -r:bootstrap/log4net.dll \
-recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.cs
resgen src/NAnt.Core/Resources/Strings.resx bootstrap/Strings.resources
Error: Cannot load support for ResX format: System.Windows.Forms,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
make[1]: *** [bootstrap/NAnt.Core.dll] Error 1
make[1]: Leaving directory `/tmp/buildd/nant-0.84+0.85-rc3'
make: *** [build-stamp] Error 2
Adding libmono-winforms1.0-cil to the Build-Depends allows the package to
compile successfully.
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
I forgot to record this was fixed in 0.84+0.85-rc4-1 when I added
dependencies on libmono-winforms1.0-cil and libmono-winforms2.0-cil for
.NET 1.0 and 2.0. That should address this bug as you asked for just
one of them.
Dave
--- End Message ---