[Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread www0
> 2. Use one of the XML tasks with a foreach to "poke" the documentation > setting into the project files before the task runs. Thanks for your idea, this way we can generate all we need in both debug/release mode without being intrusive. Selon Matthew Mastracci <[EMAIL PROTECTED]>: > There

RE: [Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread Markel, Kris
PROTECTED]; [EMAIL PROTECTED] Subject: [Nant-users] Re: Force documentation generation in Solution task There are a couple of easier alternatives: 1. Generate documentation only in release mode, build debug mode on development machines 2. Use one of the XML tasks with a foreach to

[Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread Matthew Mastracci
There are a couple of easier alternatives: 1. Generate documentation only in release mode, build debug mode on development machines 2. Use one of the XML tasks with a foreach to "poke" the documentation setting into the project files before the task runs. I think we would all prefer to keep