Doug,
NAnt currently by default targets the ..NET
Framework 1.0 (this might change in the near future).
To change the target framework you can (man, we
urgently need to document this somewhere) :
1. use the -k (-defaultframework) commandline
option
eg. NAnt.exe -buildfile:<buildfile>
-k:net-1.1
2. change the value of the
nant.settings.currentframework property
<property name="nant.settings.currentframework"
value="net-1.1" />
3. change the default framework in the NAnt
configuration file.
Hope this helps,
Gert
|
Title: winexe build reports errors when Folder
- [Nant-users] winexe build reports errors when Folder Hale, Douglas
- Gert Driesen