[Nant-users] Re: [nant-dev] multiple runtime support

2003-02-24 Thread Gert Driesen
Title: Message Ian,   But the config file won't let you discover the location and availability of runtimes.  You also need to be able to have the task behave differently within the same buildfile.  It's no use being able to define which framewokcompiler directory the csc task should use in a

[Nant-users] RE: [nant-dev] multiple runtime support

2003-02-24 Thread Ian MacLean
Title: Message I'm already looking at this problem by having settings stored in the config file. ie there would be a FrameworkCompilerDir and a FrameworkSDKDir paramater. These values will accessible from tasks and changeable from the build file. There will also be task specific settings so