-----Original Message-----
Thanks Clayton.
I’m not quite ready to start learning the switches yet. I’m so overwhelmed with what’s in front of me. I’m getting closer to getting a successful build on a real project.
As soon as I can though, I’ll be digging deeper. Thanks for the help.
Brian
P.S. I found an older post right regarding this situation and it states to use one of the 0.85 nightly builds since it contains the option to use whichever framework is being targeted by the assemblies being built. That’s what I’ve done and it works like a charm.
-----Original Message-----
Hi,
You can use the -k switch to specify a different framework. So it would look like: nant -k:net-1.1
for the 1.1 framework. NAnt has a number of useful command line switches (such as -projecthelp), to see a list use nant -help
Cheers,
Clayton
|
Title: Message
- [Nant-users] Compiling with .NET Framework 1.1 Brian Beaudet
- RE: [Nant-users] Compiling with .NET Framework 1.1 Bob Archer
- RE: [Nant-users] Compiling with .NET Framework 1.1 Clayton Harbour
- Brian Beaudet