Hi,

I just notice that delay-sign task is broken in (31/12 nightly). Don't know
how about 0.84 release - could someone confirm?

from DelaySignTask.cs was deleted propety exename which defaults to "sn.exe"
and instead value from .config file is taken as default. But in distributed
.config is no such value for "net-1.0" or "net-1.1" (values for mono etc are
in place) so running delay-sign under net-1.1 e.g. failed with:

Delay-signing 2 assemblies.

BUILD FAILED

C:\temp\server\GINIS.NET.build(213,4):
[delay-sign] E:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\bin\delay-sign.exe failed to start.
    Systém nemůže nalézt uvedený soubor

Total time: 15 seconds.

It is sufficient to add this lines to nant.exe.config:
                        <task name="delay-sign">
                            <attribute name="exename">sn</attribute>
                            <attribute
name="useruntimeengine">false</attribute>
                        </task>
under framework "net-1.1" and "net-1.0"

Regards,
Martin



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to