Update of /cvsroot/nmock/nmock/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11415/tools Modified Files: ICSharpCode.SharpCvsLib.dll NAnt.Core.dll NAnt.DotNetTasks.dll NAnt.NUnit.dll NAnt.NUnit1Tasks.dll NAnt.NUnit2Tasks.dll NAnt.SourceControlTasks.dll NAnt.VSNetTasks.dll NAnt.VisualCppTasks.dll NAnt.Win32Tasks.dll NAnt.ZipTasks.dll NAnt.exe.config NDoc.Core.dll NDoc.Documenter.Msdn.dll NDoc.Documenter.NAnt.dll nant.exe Removed Files: NAnt.Core.xml NAnt.DotNetTasks.xml NAnt.NUnit.xml NAnt.NUnit2Tasks.xml NAnt.xml log4net-net-1.0.dll Log Message: upgraded NAnt -- partially to work with ccnetlive Index: NAnt.NUnit1Tasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.NUnit1Tasks.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsYAoztg and /tmp/cvswJRcWw differ Index: NAnt.Core.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.Core.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsRr65zj and /tmp/cvsbfQB6z differ --- NAnt.NUnit.xml DELETED --- Index: NAnt.exe.config =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.exe.config,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NAnt.exe.config 15 Jan 2004 00:59:39 -0000 1.2 --- NAnt.exe.config 25 Mar 2004 11:41:32 -0000 1.3 *************** *** 17,31 **** </appSettings> <!-- nant config settings --> ! <nant defaultframework="net-1.1" taskpath=".\optional"> <frameworks> ! <platform name="win32" default="net-1.0"> ! <framework name="net-1.0" description="Microsoft .NET Framework 1.0" version="${version}" runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" frameworkdirectory="${installRoot}v${version}" frameworkassemblydirectory="${installRoot}v${version}"> <properties> ! <property name="version" value="1.0.3705" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="sdkInstallRoot" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="InstallRoot" /> </properties> <tasks> --- 17,42 ---- </appSettings> <!-- nant config settings --> ! <nant> <frameworks> ! <platform name="win32" default="auto"> ! <framework ! name="net-1.0" ! family="net" ! version="1.0" ! description="Microsoft .NET Framework 1.0" ! runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" ! frameworkdirectory="${installRoot}v${clrversion}" ! frameworkassemblydirectory="${installRoot}v${clrversion}" ! clrversion="${clrversion}" ! > ! <extensions> ! <includes name="*Tasks.dll" /> ! <includes name="*Tests.dll" /> ! </extensions> <properties> ! <property name="clrversion" value="1.0.3705" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="sdkInstallRoot" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="InstallRoot" /> </properties> <tasks> *************** *** 54,67 **** <attribute name="useruntimeengine">false</attribute> </task> </tasks> </framework> ! <framework name="net-1.1" description="Microsoft .NET Framework 1.1" version="${version}" runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" frameworkdirectory="${installRoot}v${version}" frameworkassemblydirectory="${installRoot}v${version}"> <properties> ! <property name="version" value="1.1.4322" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="sdkInstallRootv1.1" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="InstallRoot" /> </properties> <tasks> --- 65,93 ---- <attribute name="useruntimeengine">false</attribute> </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> + <attribute name="useruntimeengine">false</attribute> + </task> </tasks> </framework> ! <framework ! name="net-1.1" ! family="net" ! version="1.1" ! description="Microsoft .NET Framework 1.1" ! runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" ! frameworkdirectory="${installRoot}v${clrversion}" ! frameworkassemblydirectory="${installRoot}v${clrversion}" ! clrversion="${clrversion}" ! > ! <extensions> ! <includes name="*Tasks.dll" /> ! <includes name="*Tests.dll" /> ! </extensions> <properties> ! <property name="clrversion" value="1.1.4322" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="sdkInstallRootv1.1" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="InstallRoot" /> </properties> <tasks> *************** *** 90,103 **** <attribute name="useruntimeengine">false</attribute> </task> </tasks> </framework> ! <framework name="net-1.2" description="Microsoft .NET Framework 1.2" version="${version}" runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" frameworkdirectory="${installRoot}v${version}" frameworkassemblydirectory="${installRoot}v${version}"> <properties> ! <property name="version" value="1.2.30703" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="sdkInstallRootv1.2" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="InstallRoot" /> </properties> <tasks> --- 116,144 ---- <attribute name="useruntimeengine">false</attribute> </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> + <attribute name="useruntimeengine">false</attribute> + </task> </tasks> </framework> ! <framework ! name="net-1.2" ! family="net" ! version="1.2" ! description="Microsoft .NET Framework 1.2" ! runtimeengine="" ! sdkdirectory="${sdkInstallRoot}bin" ! frameworkdirectory="${installRoot}v${clrversion}" ! frameworkassemblydirectory="${installRoot}v${clrversion}" ! clrversion="${clrversion}" ! > ! <extensions> ! <includes name="*Tasks.dll" /> ! <includes name="*Tests.dll" /> ! </extensions> <properties> ! <property name="clrversion" value="1.2.30703" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="sdkInstallRootv1.2" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="InstallRoot" /> </properties> <tasks> *************** *** 126,140 **** <attribute name="useruntimeengine">false</attribute> </task> </tasks> </framework> ! <framework name="netcf-1.0" description="Microsoft .Net Compact Framework Framework 1.0" version="${version}" ! runtimeengine="" sdkdirectory="${sdkInstallRoot}v${version}\bin" frameworkdirectory="${installRoot}v1.1.4322" ! frameworkassemblydirectory="${sdkInstallRoot}v${version}\Windows CE"> <properties> ! <property name="version" value="1.0.5000" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETCompactFramework" ! regvalue="sdkInstallRoot" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" ! regvalue="InstallRoot" /> </properties> <tasks> --- 167,194 ---- <attribute name="useruntimeengine">false</attribute> </task> + <task name="delay-sign"> + <attribute name="exename">sn</attribute> + <attribute name="useruntimeengine">false</attribute> + </task> </tasks> </framework> ! <framework ! name="netcf-1.0" ! family="netcf" ! version="1.0" ! description="Microsoft .NET Compact Framework 1.0" ! runtimeengine="" ! sdkdirectory="${sdkInstallRoot}v1.0.5000\bin" ! frameworkdirectory="${installRoot}v${clrversion}" ! frameworkassemblydirectory="${sdkInstallRoot}v1.0.5000\Windows CE" ! clrversion="${clrversion}" ! > ! <extensions> ! <!-- this is not a supported runtime framework --> ! </extensions> <properties> ! <property name="clrversion" value="1.1.4322" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETCompactFramework" regvalue="sdkInstallRoot" /> ! <property name="installRoot" useregistry="true" regkey="SOFTWARE\Microsoft\.NETFramework" regvalue="InstallRoot" /> </properties> <tasks> *************** *** 163,177 **** </tasks> </framework> ! <framework name="mono-1.0" description="GNOME projects port of the .NET Framework" version="${version}" ! runtimeengine="mono.exe" sdkdirectory="${sdkInstallRoot}\bin" frameworkdirectory="${sdkInstallRoot}\bin" ! frameworkassemblydirectory="${frameworkAssemblyDirectory}"> <properties> ! <property name="version" value="0.28" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Mono\${version}" regvalue="SdkInstallRoot" /> ! <property name="frameworkAssemblyDirectory" useregistry="true" regkey="SOFTWARE\Mono\${version}" regvalue="FrameworkAssemblyDirectory" /> ! <property name="configDir" useregistry="true" regkey="SOFTWARE\Mono\${version}" regvalue="MonoConfigDir" /> </properties> <environment> ! <env name="PATH" path="${frameworkAssemblyDirectory};%PATH%" /> <env name="MONO_BASEPATH" path="${sdkInstallRoot};%MONO_BASEPATH%" /> <env name="MONO_PATH" path="${frameworkAssemblyDirectory};%MONO_PATH%" /> --- 217,248 ---- </tasks> </framework> ! <framework ! name="mono-1.0" ! family="mono" ! version="1.0" ! description="GNOME projects port of the .NET Framework" ! runtimeengine="mono.exe" ! sdkdirectory="${sdkInstallRoot}\bin" ! frameworkdirectory="${sdkInstallRoot}\bin" ! frameworkassemblydirectory="${frameworkAssemblyDirectory}" ! clrversion="${clrversion}" ! > ! <extensions> ! <includes name="*Tasks.dll" /> ! <includes name="*Tests.dll" /> ! <!-- exclude Microsoft.NET specific extension assembly --> ! <excludes name="NAnt.MSNetTasks.dll" /> ! <!-- exclude Microsoft.NET specific test assembly --> ! <excludes name="NAnt.MSNet.Tests.dll" /> ! </extensions> <properties> ! <property name="internalversion" value="0.31" /> ! <property name="clrversion" value="1.1.4322" /> ! <property name="sdkInstallRoot" useregistry="true" regkey="SOFTWARE\Mono\${internalversion}" regvalue="SdkInstallRoot" /> ! <property name="frameworkAssemblyDirectory" useregistry="true" regkey="SOFTWARE\Mono\${internalversion}" regvalue="FrameworkAssemblyDirectory" /> ! <property name="configDir" useregistry="true" regkey="SOFTWARE\Mono\${internalversion}" regvalue="MonoConfigDir" /> </properties> <environment> ! <env name="PATH" path="${frameworkAssemblyDirectory};${sdkInstallRoot}\icu\bin;%PATH%" /> <env name="MONO_BASEPATH" path="${sdkInstallRoot};%MONO_BASEPATH%" /> <env name="MONO_PATH" path="${frameworkAssemblyDirectory};%MONO_PATH%" /> *************** *** 179,182 **** --- 250,257 ---- </environment> <tasks> + <task name="al"> + <attribute name="exename">al</attribute> + <attribute name="useruntimeengine">true</attribute> + </task> <task name="csc"> <attribute name="exename">mcs</attribute> *************** *** 197,205 **** </tasks> </framework> ! <framework name="sscli-1.0" description="Microsoft Shared Source CLI 1.0" version="${version}" ! runtimeengine="clix.exe" sdkdirectory="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin" frameworkdirectory="C:\sscli\build\v1.x86fstchk.rotor" ! frameworkassemblydirectory="C:\sscli\build\v1.x86fstchk.rotor"> <properties> ! <property name="version" value="1.0.0000" /> </properties> <tasks> --- 272,291 ---- </tasks> </framework> ! <framework ! name="sscli-1.0" ! family="sscli" ! version="1.0" ! description="Microsoft Shared Source CLI 1.0" ! runtimeengine="clix.exe" ! sdkdirectory="C:\sscli\build\v1.x86fstchk.rotor\sdk\bin" ! frameworkdirectory="C:\sscli\build\v1.x86fstchk.rotor" ! frameworkassemblydirectory="C:\sscli\build\v1.x86fstchk.rotor" ! clrversion="${clrversion}" ! > ! <extensions> ! <!-- this is not a supported runtime framework --> ! </extensions> <properties> ! <property name="clrversion" value="1.0.3" /> </properties> <tasks> *************** *** 227,238 **** </framework> </platform> ! <platform name="unix" default="mono-1.0"> ! <framework name="mono-1.0" description="GNOME projects port of the .NET Framework" version="${version}" ! runtimeengine="mono" sdkdirectory="/usr/local/bin" frameworkdirectory="/usr/local/bin" ! frameworkassemblydirectory="/usr/local/lib"> <properties> ! <property name="version" value="0.28" /> </properties> <tasks> <task name="csc"> <attribute name="exename">mcs</attribute> --- 313,348 ---- </framework> </platform> ! <platform name="unix" default="auto"> ! <framework ! name="mono-1.0" ! family="mono" ! version="1.0" ! description="GNOME projects port of the .NET Framework" ! runtimeengine="mono" ! sdkdirectory="/usr/local/bin" ! frameworkdirectory="/usr/local/bin" ! frameworkassemblydirectory="/usr/local/lib" ! clrversion="${clrversion}" ! > ! <extensions> ! <includes name="*Tasks.dll" /> ! <includes name="*Tests.dll" /> ! <!-- exclude Microsoft.NET specific extension assembly --> ! <excludes name="NAnt.MSNetTasks.dll" /> ! <!-- exclude Microsoft.NET specific test assembly --> ! <excludes name="NAnt.MSNet.Tests.dll" /> ! <!-- exclude win32 specific extension assembly --> ! <excludes name="NAnt.Win32Tasks.dll" /> ! <!-- exclude win32 specific test assembly --> ! <excludes name="NAnt.Win32.Tests.dll" /> ! </extensions> <properties> ! <property name="clrversion" value="1.1.4322" /> </properties> <tasks> + <task name="al"> + <attribute name="exename">al</attribute> + <attribute name="useruntimeengine">true</attribute> + </task> <task name="csc"> <attribute name="exename">mcs</attribute> *************** *** 317,321 **** </log4net> <startup> ! <supportedRuntime version="v1.1.4322" /> <supportedRuntime version="v1.0.3705" /> </startup> --- 427,431 ---- </log4net> <startup> ! <supportedRuntime version="v1.1.4322" /> <supportedRuntime version="v1.0.3705" /> </startup> Index: NAnt.VSNetTasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.VSNetTasks.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsyTiXxs and /tmp/cvszSnb9I differ Index: NAnt.SourceControlTasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.SourceControlTasks.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs6yK0Lw and /tmp/cvshYJ5oN differ Index: NAnt.NUnit2Tasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.NUnit2Tasks.dll,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsIkY93A and /tmp/cvsxeBwIR differ Index: NAnt.DotNetTasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.DotNetTasks.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvs0yeqWy and /tmp/cvsj9myHP differ Index: NDoc.Documenter.Msdn.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NDoc.Documenter.Msdn.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsUFoxWD and /tmp/cvsBC2WKU differ Index: NDoc.Core.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NDoc.Core.dll,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsgPf9BL and /tmp/cvsWyhau2 differ --- NAnt.NUnit2Tasks.xml DELETED --- --- log4net-net-1.0.dll DELETED --- Index: ICSharpCode.SharpCvsLib.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/ICSharpCode.SharpCvsLib.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvs10IaAM and /tmp/cvs0mXlu3 differ --- NAnt.Core.xml DELETED --- Index: NAnt.NUnit.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.NUnit.dll,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvspuhq6R and /tmp/cvsNbE418 differ Index: NAnt.Win32Tasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.Win32Tasks.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsaPomrR and /tmp/cvseDBfo8 differ Index: NAnt.ZipTasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.ZipTasks.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsX3rIDX and /tmp/cvs5iH0Ce differ Index: NDoc.Documenter.NAnt.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NDoc.Documenter.NAnt.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsRXn0QZ and /tmp/cvsDB1eSg differ --- NAnt.DotNetTasks.xml DELETED --- Index: nant.exe =================================================================== RCS file: /cvsroot/nmock/nmock/tools/nant.exe,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 Binary files /tmp/cvsWmLzy4 and /tmp/cvsRpcmCl differ --- NAnt.xml DELETED --- Index: NAnt.VisualCppTasks.dll =================================================================== RCS file: /cvsroot/nmock/nmock/tools/NAnt.VisualCppTasks.dll,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsLRs4c7 and /tmp/cvsbT2Jio differ |