[Nant-users] how to build with package target using nmake...

2005-02-24 Thread John Cole
Title: task - filesets - refid I'm trying to use the new build instructions with nmake, but the MSI task in the NAntContrib.build.include is failing because it cannot find some NAnt documentation.   Previously, you needed to make nant with the "package" target.  How do you do that with t

[Nant-users] Building Nant using Nant task

2005-02-24 Thread Scott Carr
I have a nant task like the following: [code] [/code] The problem is that it is not building in any specific order. Seems like first come, first served. I have the following structure: root 03_proj 01_proj

RE: [Nant-users] Accelerating Resource Creation on

2005-02-24 Thread Gert Driesen
Hi Mike,   I've just modified the compiler tasks to use a single resgen task to compile all resx files, so you should see a (large) improvement in the next nightly build.   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nau, MichaelSent: woensdag 23 februari 2005 2

[Nant-users] task - filesets - refid

2005-02-24 Thread Whitner, Tom
Title: task - filesets - refid I have just discovered that the filesets within the task do not seem to support the refid attribute.    When I add this attribute I get the following error:  "Validation Error: The 'refid' attribute is not declared."  Am I doing something wrong, or are they re