openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
JamesKovacs's psake
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 13, 2024 — Dec 13, 2025
Showing page 8 of 8
Search / Filter on:
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
Jorge Matos
More...
over 16 years ago
Changed all error messages to use "Error" prefix Changed ContinueOnError code to emit dashes "-" around error messages
Jorge Matos
More...
over 16 years ago
Changed the "Timing" code to use Format-Table. This is better than hard-coding the size.
Jorge Matos
More...
over 16 years ago
Changed the "Timing" code to use Format-Table. This is better than hard-coding the size.
Jorge Matos
More...
over 16 years ago
Updated include processing to allow for nested include statements.
Shaun Becker
More...
over 16 years ago
Updated include processing to allow for nested include statements.
Shaun Becker
More...
over 16 years ago
Moved $docs check to after includes are processed to pick up any tasks that are in included scripts.
Shaun Becker
More...
over 16 years ago
Moved $docs check to after includes are processed to pick up any tasks that are in included scripts.
Shaun Becker
More...
over 16 years ago
Adding psake specific build variables
Jorge Matos
More...
over 16 years ago
Adding psake specific build variables
Jorge Matos
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.
Jorge Matos
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.
Jorge Matos
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.
James Kovacs
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.
James Kovacs
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.
Jorge Matos
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.
Jorge Matos
More...
almost 17 years ago
Minor tweak for style consistency (Braces)
Jorge Matos
More...
almost 17 years ago
Minor tweak for style consistency (Braces)
Jorge Matos
More...
almost 17 years ago
Addressed Issue 5 - Timing report should display in order of execution
Jorge Matos
More...
almost 17 years ago
Addressed Issue 5 - Timing report should display in order of execution
Jorge Matos
More...
almost 17 years ago
Added patch by Jorge Matos with changes for consistency of style.
James Kovacs
More...
almost 17 years ago
Added license text.
James Kovacs
More...
over 17 years ago
Resolved error where psake script could sometimes not be found. Added psake logo and images.
James Kovacs
More...
over 17 years ago
Initial import of psake.
James Kovacs
More...
over 17 years ago
Initial directory structure.
James Kovacs
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree