2
2b|!2b==?
I am working on a largish project (about 40 modules). I have created a
solution that builds all 40 modules/projects. However, I want to be able
to automate the build process - and kick it off without having to start
the IDE etc.
I fiddled around with NAnt for a while but it seems VC8 dosent work so
well with NAnt (from what I read + my own experience). Bottom line, I
don't have to much time to waste trying to fiddle with NAnt et all, I
have resorted to writing a batchfile to just get things done quickly.
Does anyone know if VS2005 can be automated like this?
If yes - can you do the ff:
1). log errors/warnings/build progress etc?
2). Get an errorlevel/return code so one can act appropriately wjhen the
build breaks ?
Anyone has some experience/tips doing this?
solution that builds all 40 modules/projects. However, I want to be able
to automate the build process - and kick it off without having to start
the IDE etc.
I fiddled around with NAnt for a while but it seems VC8 dosent work so
well with NAnt (from what I read + my own experience). Bottom line, I
don't have to much time to waste trying to fiddle with NAnt et all, I
have resorted to writing a batchfile to just get things done quickly.
Does anyone know if VS2005 can be automated like this?
If yes - can you do the ff:
1). log errors/warnings/build progress etc?
2). Get an errorlevel/return code so one can act appropriately wjhen the
build breaks ?
Anyone has some experience/tips doing this?