[Nant-users] Small error in task example

2004-12-13 Thread Butler, Mark A Mr IPI Gramm Tech
Shouldn’t the “includes” be “include” instead?   ii.  Copy a set of files to a new directory.                         One of these days I’ll figure out how to fix this stuff myself. (Probably right after I launch my plan

[Nant-users] basedir seems to fail on resources task

2004-12-13 Thread Jose
This is part of my build file:       The resx file has some references to gif's in the format:       ..\Resources\Customer.gif;System.Drawing.Bitmap, System.Drawing, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a    When

Re: [Nant-users] Changing failonerror on the fly

2004-12-13 Thread Merrill Cornish
Eric, Properties are immutable ONLY if their readonly attribute has been set to true. Properties which are created by virtue of being -D: command line arguments are automatically readonly. However, properties that YOU create are readonly ONLY if you override the default of read/write and set

RE: [Nant-users] NUnit with NAnt

2004-12-13 Thread Eric Deslauriers
1. A 3. NUnit2 4. To facilitate debugging, we use the task. In some cases, we need some prebuild and postbuild steps in VS to support things like using CodeSmith for our codegeneration. 5. Use NReport to compile them and feed them to CruiseControl (or Draco if you want). CruiseControl t