Title: Message
Anyone able to build the NAnt 0121 version with Mono .29 on Windows XP?  I get the following errors when doing the build:
 
     [nant] C:\NAnt0121\src\NAnt.Win32\NAnt.Win32.build build
 
            Buildfile: file:///C:/NAnt0121/src/NAnt.Win32/NAnt.Win32.build
            Target(s) specified: build
           
            build:
           
                  [csc] Compiling 7 files to 'C:\NAnt0121\build\mono-1.0.win32\nant-0.85-debug\bin\NAnt.Win32Tasks.dll'.
                        C:\NAnt0121\src\NAnt.Win32\Tasks\ServiceControllerTask.cs(212) error CS0246: Cannot find type `ServiceController'
                        C:\NAnt0121\src\NAnt.Win32\Tasks\ServiceControllerTask.cs(235) error CS0246: Cannot find type `ServiceController'
                        C:\NAnt0121\src\NAnt.Win32\Tasks\ServiceControllerTask.cs(263) error CS0246: Cannot find type `ServiceController'
                        C:\NAnt0121\src\NAnt.Win32\Tasks\ServiceControllerTask.cs(278) error CS0246: Cannot find type `ServiceController'
                        C:\NAnt0121\src\NAnt.Win32\Tasks\ServiceControllerTask.cs(321) error CS0246: Cannot find type `ServiceController'
                        Compilation failed: 5 error(s), 0 warnings
           
            BUILD FAILED
           
            C:\NAnt0121\src\NAnt.Win32\NAnt.Win32.build(11,10):
            External Program Failed: C:\Program Files\Mono-0.29\bin\mcs.exe (return code was 1)
           
            Total time: 1 seconds.

Reply via email to