|
I like the wrapper idea. I never understood why
NAnt included NDoc instead of just spawning it. Same thing applies to
NUnit.
It would be cool to have a common way of detecting
the packages locations. I think we can use pkgconfig approach on Unix and
AssemblyFolders or other registry place on Windows (all we need to do is to
convince the developers to provide the appropriate registration procedures or
prepare them ourselves).
NAnt would then be able to provide a common way to
get the paths:
package::installed('NUnit2') -
true/false
package::get-version('NUnit2') -
2.2.0 package::get-lib-path('NUnit2') - "C:\Program Files\NUnit
2.2\bin"package::get-exe-path('NUnit2') - "C:\Program
Files\NUnit 2.2\bin"
Of course, much more needs to be done to properly
use versioning and framework support but that's the idea.
Jarek
----- Original Message -----
|
- [nant-dev] RE: NDoc 1.3 Gert Driesen
- Re: [nant-dev] Re: NDoc 1.3 Jaroslaw Kowalski
- Re: [nant-dev] Re: NDoc 1.3 Ian MacLean
