Lots of recent changes -
- Uppercut now reports it's version. This is helpful to know where you
are versus the current version.
- Custom Replacement Tasks are now implemented. This is to add a task to
the custom folder that completely replaces the normal workings of the build
step it is replacing. A pre or post custom step will still run though.
- Pre, Post and Replacement tasks are implemented for every step in
UppercuT now.
- Support for Gallio Testing has been added.
- MbUnit was changed to MbUnit2 for clarity
- EnvironmentBuilder works better than ever now that it is custom code
instead of NAnt property expansion which had buffer limitations.
- Neat trick (not yet documented). EnvironmentBuilder will build
environment files in place if you modify the workingDirectory to be the same
as the base directory.
- Another neat trick. EnvironmentBuilder can handle other file types
besides .template if you add templateExtension=".*WHATEVER*" to the NAnt
task in environmentBuilder.step.
- All .build files are now .step except for the actual builds (open, zip
and default). default.build is what used to be __master.build.
- UppercuT reports the time when it finishes a build.
http://code.google.com/p/uppercut/downloads/list
--
Thanks,
Robz