Patrick,
try this:
I hope that helps.
j3d.
On Sat, 2004-01-24 at 20:58, Patrick McNamara wrote:
> Has anyone gotten the unit tests for NAnt to pass under mono? After
> struggling to get two of the nine tests in NAntTest.cs to pass, I end
Has anyone gotten the unit tests for NAnt to pass under mono? After
struggling to get two of the nine tests in NAntTest.cs to pass, I ended up
with 33 failures out of 213 in the core tests. The failures are broken up
as:
1. File attribute failures. By glancing at the failures it looks like th
Title: Message
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 nam
Gert,
To confirm my understandingI do have .NET framework 1.1 installed and
mono 0.29 installed on my Win XP Pro system. I am running NAnt set with the
Mono framework as the default framework. It sounds like when I run the
task against my Hello_World solution that there are items in the
sol
Lee,
The reason for this error is that the task currently does not use
other NAnt tasks to, for example, perform the compilation. For now, the
task directly executes commandline tools to perform these
tasks/steps. In your case its executing csc.exe (from the MS .NET
Framework) which is not ava
Lee,
I've fixed the solution task to respect the build order configured in
VS.NET, but I haven't been able to commit these changes to cvs yet as sf cvs
is down for maintenance ...
About the compile errors you receive when building NAnt.Win32Tasks assembly
: this is a known issue. The name NAnt.W