The developers on my team are used to working in the Microsoft IDE with
sln and vcproj files. With NAnt, I have been able to use the <solution>
task to compile code using this familiar environment. I don't want
everyone on the team to be REQUIRED to learn NAnt to get their job done.

So my thought is that the developers will do their programming and
debugging in the traditional environment on their dev machines, and NAnt
will be primarily used on the build machine.

While this seems like a reasonable approach, it leaves me a little
uneasy that there are essentially two processes going on here
simultaneously, although one process is kind of a sub-process of the
other.

Does this bother anyone with more experience in these types of
environments? Should I bite the bullet and require everyone to build
with NAnt all the time? Is there any good reason to be that dictatorial
(not that I have dictatorial powers)? (I know I can launch NAnt directly
from the IDE, it's the process of adding files and changing settings
that is more of an issue with the learning curve.) I'm also concerned
that if I have NAnt on every dev machine, I've somewhat complicated the
situation of setting up the dev environment, although I know I could
solve that with NAnt as well. It's just more work to be done.

-Kelly





E-Mail messages may contain viruses, worms, or other malicious code. By reading 
the message and opening any attachments, the recipient accepts full 
responsibility for taking protective action against such code. Sender is not 
liable for any loss or damage arising from this message.

The information in this e-mail is confidential and may be legally privileged. 
It is intended solely for the addressee(s). Access to this e-mail by anyone 
else is unauthorized.



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to