Well, it worked the other day, but it's now failing at:

-----------------------------------------------------------
compile.schematask:

      [csc] Compiling 1 files to
'C:\src\NAntContrib\build\nantcontrib-0.85-debug\bin\NAnt.Xsd.Tasks.dll'.
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(31,12): error CS0234:
The type or namespace name 'Core' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(32,12): error CS0234:
The type or namespace name 'Core' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(33,12): error CS0234:
The type or namespace name 'Core' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(34,12): error CS0234:
The type or namespace name 'Core' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(35,12): error CS0234:
The type or namespace name 'Core' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(37,12): error CS0234:
The type or namespace name 'DotNet' does not exist in the class or namespace
'NAnt' (are you missing an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(133,28): error CS0246:
The type or namespace name 'ExternalProgramBase' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(155,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(165,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(177,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(188,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(198,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(207,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(216,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(229,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(239,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(248,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(257,10): error CS0246:
The type or namespace name 'TaskAttribute' could not be found (are you
missing a using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(131,6): error CS0246:
The type or namespace name 'TaskName' could not be found (are you missing a
using directive or an assembly reference?)
      [csc] c:\src\NAntContrib\src\Tasks\XsdTask.cs(132,6): error CS0246:
The type or namespace name 'ProgramLocation' could not be found (are you
missing a using directive or an assembly reference?)

BUILD FAILED - 0 non-fatal error(s), 4 warning(s)

C:\src\NAntContrib\NAntContrib.build(101,10):
External Program Failed:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1)
-----------------------------------------------------------

Again, here is my batch file for building NAnt and NAntContrib...

-----------------------------------------------------------
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nant checkout nant
cd nant
bin\nant package
cd ..
cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nantcontrib checkout
NAntContrib
cd NAntContrib
..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
-D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
-f:NAntContrib.build
xcopy /E /S /Y build\nantcontrib-0.85-debug
..\nant\build\net-1.1.win32\nant-0.85-debug
..\nant\build\net-1.1.win32\nant-0.85-debug\bin\nant
-D:nant.dir="..\nant\build\net-1.1.win32\nant-0.85-debug"
-f:NAntContrib.build msi
-----------------------------------------------------------

Thanks,

John Cole

-------------------------------------
This email and any files transmitted with it are confidential and intended solely for 
the use of the individual or entity to whom they are addressed. If you have received 
this email in error please notify the system manager. This message contains 
confidential information and is intended only for the individual named. If you are not 
the named addressee you should not disseminate, distribute or copy this e-mail.


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to