Peter,
In NAnt 0.84, the default target framework is .NET 1.0. In the current NAnt
nightly builds, this has been changed to use the framework in which NAnt is
executing as the default target framework.
So I would recommend downloading the latest NAnt nightly build
(http://nant.sourceforge.net/ni
I neglected to mention that I don't have or want Fx 1.0 installed.
---
Peter G Jones
University of Canterbury, NZ
---
Senior Analyst/Programmer
Microsoft .Net MVP
Blog: http://jonsie.net
> -Original Message-
> From: Peter Jones
You need to have the .NET Framework SDK installed of the framework version
that you want to target.
Gert
- Original Message -
From: "Peter Jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 25, 2004 2:01 AM
Subject: [Nant-users] Framework version ??
I get the follo
I get the following from a task when trying to compile a resx
file.
The SDK for the net-1.0 framework is not available or not
configured.
What should I do?
---
Peter G Jones
Senior Analyst/Programmer
University of Canterbury
---
It looks like the same is true for vbc too. Thanks for that Gert. The
..\..\ works in the IDE because the actual build path is \obj\debug and
then file gets copied to the \bin folder whereas I'm building straight into
the \bin folder with vbc so ..\..\ goes to the wrong place. If I change it
to
Hi all!
I have a problem with NDoc task.
My problem is: When a dll is added to the NDoc task everything goes fine,
the documentation is done correctly. But, when 2 dlls are included the NDoc
task gives an error like this one.
I have been playing around with the solution in a rather large application that we have and wonder if I can this is an issue that can be worked around. When I run the solution task on one of the heavily integrated csproj files, by heavily integrated I mean it compiles to the key data access dll, a
It would appear I was not precise enough in my description. I was able to get everything building as expected when I specified where NUnit was but I specifically didn't want to be forced to this within the Nant script. I wanted CSC to pick up nunit.framework.dll from whereever it required.
Anyw