I believe
Gert answered this question in anther thread ([Nant-users]
Solutionfile Problem - Newbie)...Gert if I am incorrect on this please
let me know....
Thanks.
About the compile errors you receive when building NAnt.Win32Tasks assembly
: this is a known issue. The name NAnt.Win32Tasks should perhaps be NAnt.MSNetTasks as the tasks in this assembly are not just Win32-specific, but they are actually MS .NET specific ... This is definitely something we need to look into ...
Gert
-----Original Message-----
From: Lee M Seidel [mailto:[EMAIL PROTECTED]
Sent: Friday, January 23, 2004 11:47 PM
To: '[EMAIL PROTECTED]'
Subject: Mono 0.29 Build Issue on Windows XPAnyone 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 buildBuildfile: 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.
