1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed all error messages to use "Error" prefix Changed ContinueOnError code to emit dashes "-" around error messages More... over 16 years ago
Changed all error messages to use "Error" prefix Changed ContinueOnError code to emit dashes "-" around error messages More... over 16 years ago
Changed the "Timing" code to use Format-Table. This is better than hard-coding the size. More... over 16 years ago
Changed the "Timing" code to use Format-Table. This is better than hard-coding the size. More... over 16 years ago
Updated include processing to allow for nested include statements. More... over 16 years ago
Updated include processing to allow for nested include statements. More... over 16 years ago
Moved $docs check to after includes are processed to pick up any tasks that are in included scripts. More... over 16 years ago
Moved $docs check to after includes are processed to pick up any tasks that are in included scripts. More... over 16 years ago
Adding psake specific build variables More... over 16 years ago
Adding psake specific build variables More... over 16 years ago
Added exec function to allow a developer to run a DOS executable and have the build fail if the DOS program fails. More... over 16 years ago
Added exec function to allow a developer to run a DOS executable and have the build fail if the DOS program fails. More... over 16 years ago
Fixed include not using resolve-path. Added -docs to output list of tasks. Tasks can now optionally include -documentation, which is output by -docs. More... over 16 years ago
Fixed include not using resolve-path. Added -docs to output list of tasks. Tasks can now optionally include -documentation, which is output by -docs. More... over 16 years ago
Removed the top most trap since that would stop the ERRORLEVEL being set to 1 which is required for CI servers to detect if the build failed. I updated the trap in the RunBuild function to call "exit(1)" instead of "break" - this way the ERRORLEVEL gets set to 1 if the build fails and if the user wants detailed error information they can run the build with the -debug parameter. More... almost 17 years ago
Removed the top most trap since that would stop the ERRORLEVEL being set to 1 which is required for CI servers to detect if the build failed. I updated the trap in the RunBuild function to call "exit(1)" instead of "break" - this way the ERRORLEVEL gets set to 1 if the build fails and if the user wants detailed error information they can run the build with the -debug parameter. More... almost 17 years ago
Minor tweak for style consistency (Braces) More... almost 17 years ago
Minor tweak for style consistency (Braces) More... almost 17 years ago
Addressed Issue 5 - Timing report should display in order of execution More... almost 17 years ago
Addressed Issue 5 - Timing report should display in order of execution More... almost 17 years ago
Added patch by Jorge Matos with changes for consistency of style. More... almost 17 years ago
Added license text. More... over 17 years ago
Resolved error where psake script could sometimes not be found. Added psake logo and images. More... over 17 years ago
Initial import of psake. More... over 17 years ago
Initial directory structure. More... over 17 years ago