Is there a way to have CCNet pass additional properties to my nant scripts, beyond these defaults?
http://confluence.public.thoughtworks.org/display/CC/Properties+Passed+To+The+Builders In my nant scripts I want to have a major version property that is a two part version number. I can't use CCNetLabel for this because I want my CCNetLabel to be a four part version number, and sometimes with a suffix. I could just declare the property directly in my nant scripts, but then I'd have two places where it'd need to be edited, because it's also getting declared as a prefix for the label in the ccnet config. The developers who will maintain this will surely forget that it has to be changed in two places. Thanks.
