Hi,
I use a workspace as a way to group several related projects.
And so far, I didn't find a foolproof way to create a pre-build and/or a post-build workspace script that would execute when I do a "workspace build" or "workspace rebuild".
I could of course attach a pre-build script to the project that I assume will occur first, and a post-build script to the project that I assume would occur last, but this is unsafe, as a later modification in the projects dependencies could end up silently altering the order of the builds.
Is there a trick that I'm missing, or does something like that belong to the "Features request" section?
TIA,
Phil