Title: .net Beta1.1 & Nant.

Hi all,
Just to say that I have succesfully compiled the latest snapshot (nant-snapshot-20021004.zip) on the Beta 1.1 of the .Net framework

I've also used a Nant compiled on version 1.0 in a 1.1 runtime without any problems.

Attached the log file for the 1.1 compilation there are some deprecation warnings.

Have a nice weekend

 Yves

 

Buildfile: file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/NAnt.build

init:

debug:

build:
     [echo] Build Directory is 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant/build/nant-0.8.0-debug
    [mkdir] Creating directory 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant/build/nant-0.8.0-debug/bin
     [copy] Copying 4 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant/build/nant-0.8.0-debug/bin
      [csc] Compiling 60 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.Core.dll
d:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\src\NAnt.Core\Tasks\StyleTask.cs(176,21):
 warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 
'You should pass evidence to Load() method'
d:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\src\NAnt.Core\Tasks\StyleTask.cs(184,21):
 warning CS0618: 
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, 
System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You should pass 
XmlResolver to Transform() method'

      [csc] Compiling 31 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.Core.Tests.dll
      [csc] Compiling 2 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.Console.exe
d:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\src\NAnt.Console\ConsoleRunner.cs(236,13):
 warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 
'You should pass evidence to Load() method'
d:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\src\NAnt.Console\ConsoleRunner.cs(243,13):
 warning CS0618: 
'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, 
System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass 
XmlResolver to Transform() method'

      [csc] Compiling 2 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.Console.Tests.dll
     [nant] src/NAnt.DotNetTasks.build build
            Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.DotNetTasks.build
            
            build:
                  [csc] Compiling 25 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.DotNetTasks.dll
                  [csc] Compiling 4 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.DotNetTasks.Tests.dll
            
            BUILD SUCCEEDED
            
            Total time: 1 seconds
     [nant] src/NAnt.ZipTasks.build build
            Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.ZipTasks.build
            
            build:
                  [csc] Compiling 2 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.ZipTasks.dll
                  [csc] Compiling 2 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.ZipTasks.Tests.dll
            
            BUILD SUCCEEDED
            
            Total time: 1 seconds
     [nant] src/NAnt.VisualCppTasks.build build
            Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.VisualCppTasks.build
            
            build:
                  [csc] Compiling 4 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.VisualCppTasks.dll
                  [csc] Compiling 1 files to 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant\build\nant-0.8.0-debug\bin\NAnt.VisualCppTasks.Tests.dll
            
            BUILD SUCCEEDED
            
            Total time: 1 seconds

test:
     [echo] Running unit tests with just built version of NAnt.
     [exec] 
D:\_RSF_DEVFW\Tool\Nant\nant-snapshot-20021004\nant/build/nant-0.8.0-debug/bin/NAnt.Console.exe
  -indent:1 -buildfile:NAnt.build debug self-test
            Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/NAnt.build
            
            debug:
            
            init:
            
            self-test:
                [nunit] Running NAnt.Core.Tests.AllTests
                [nunit] 96 tests: ALL SUCCESSFUL
                [nunit] Running NAnt.Console.Tests.AllTests
                [nunit] 9 tests: ALL SUCCESSFUL
                 [nant] src/NAnt.DotNetTasks.build test
                        Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.DotNetTasks.build
                        
                        build:
                        
                        test:
                            [nunit] Running NAnt.DotNetTasks.Tests.AllTests
                            [nunit] 6 tests: ALL SUCCESSFUL
                        
                        BUILD SUCCEEDED
                        
                        Total time: 5 seconds
                 [nant] src/NAnt.ZipTasks.build test
                        Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.ZipTasks.build
                        
                        build:
                        
                        test:
                            [nunit] Running NAnt.ZipTasks.Tests.AllTests
                            [nunit] 1 tests: ALL SUCCESSFUL
                        
                        BUILD SUCCEEDED
                        
                        Total time: 0 seconds
                 [nant] src/NAnt.VisualCppTasks.build test
                        Buildfile: 
file:///D:/_RSF_DEVFW/Tool/Nant/nant-snapshot-20021004/nant/src/NAnt.VisualCppTasks.build
                        
                        build:
                        
                        test:
                            [nunit] Running NAnt.VisualCppTasks.Tests.AllTests
                            [nunit] 0 tests: ALL SUCCESSFUL
                        
                        BUILD SUCCEEDED
                        
                        Total time: 0 seconds
            
            BUILD SUCCEEDED
            
            Total time: 14 seconds


BUILD SUCCEEDED

Total time: 24 seconds

Reply via email to