Hi,
I (we) would like to use NMaven in the feature, but it should handle
more then just it handle now on the trunk (I'm watching changes daily
and NMaven is my favorite hobby).
The feature which we would like to have is to deploy application in
both build styles Debug and Release. This is very useful for us. There
is at least one development scenario/use case what helps developers on
the large scaled projects to save compilation time in case the developer
is trying to debug built target application. He debugs his sub-system of
all large scaled project and he would like to cross his boundary (step
out of the call stack) to other subsystem (without other sub-system
recompilation to get .pdb) and he cannot do that until the debugger has
special .pdb file to interpret the debug information.
This arise a question: "Will be there a way to
build/install/deploy/assemble the all projects in two build styles?",
but without splitting POM to two POMs with Debug and Release profile.
OR is there another way to do similar technique?
OR how do you debug your large scaled projects - not just two
or three POM results, but 50 POMs result?
AND will include .pdb file the deployed debug style build ?
Thankx for reply.
Br, Pavel Znamenacek