| Parker Code Builder Report | 12-03-2019 11:13:52 AM |
| active command = | |
| invalid command = |
| Key | Value |
|---|---|
| Product Name | PAC Phase 3 PAM |
| Product Version | 1.5.0.1032 |
| Project File | Y:\CodeBuilder\Projects\PAC_Phase3_PAM.xml |
| Email Local Addresses | ronn.sokol@parker.com*;bmhicks@parker.com;sewalter@parker.com |
| Email Remote Addresses | dmcferren@parker.com |
| Key | Value |
|---|---|
| %SOURCE_CONTROL% |
C:\Program Files\TortoiseSVN\bin\svn.exe
|
| Name | Test Running a Command File |
| Description | Test running a command file. (Look at the log file for result!) |
| Command | %CB_COMMANDS_FOLDER%\test2.cmd |
| Arguments | "%PROJ_PRODUCT_NAME%" "%PROJ_BASE_VERSION%" "%PROJ_BUILD_NUMBER%" |
| Name | Test Force Stop |
| Description | Test force stopping by running this command file. (Click the 'Force Stop' button for this action to finish). |
| Command | %CB_COMMANDS_FOLDER%\test.cmd |
| Arguments | pause |
| Name | Test Opening Notepad |
| Description | Tests opening Notepad.exe using Window's Application path. (You'll need to close Notepad for the action to finish!) |
| Command | Notepad |
| Arguments | |
| Name | Clean ParkerWebCF Output Directory |
| Description | Cleans up the Web output directory by simply removing the "S:\Tucson\Release\Web" folder. |
| Command | $(CLEANUP_DIRECTORY) |
| Arguments | S:\Tucson\Release\Web |
| Name | Clean PAM Install Output Directory |
| Description | Cleans up the PAM Install output directory by simply removing the "S:\Tucson\PAM_Setup" folder. |
| Command | $(CLEANUP_DIRECTORY) |
| Arguments | S:\Tucson\PAM_Setup |
| Name | Get Latest ParkerWebCF Source |
| Description | Gets the latest ParkerWebCF code from the SVN server. |
| Command | $(SVN) |
| Arguments | update "%TUCSON_TRUNK_FOLDER%\ParkerWebCF" |
| Name | Get Latest PAM Source |
| Description | Gets the latest PAM source code from the SVN server. |
| Command | $(SVN) |
| Arguments | update "%TUCSON_TRUNK_FOLDER%\PAM" |
| Name | Build ParkerWebCF (Globalization) |
| Description | Builds the ParkerWebCF Globalization project (using Visual Studio 2008). |
| Command | $(VS2008) |
| Arguments | "%TUCSON_TRUNK_FOLDER%\ParkerWebCF\Globalization\Globalization.csproj" /rebuild "Release" |
| Name | Build ParkerWebCF |
| Description | Builds the ParkerWebCF solution (using Visual Studio 2008). |
| Command | $(VS2008) |
| Arguments | "%TUCSON_TRUNK_FOLDER%\ParkerWebCF\ParkerWebCF.sln" /rebuild "Release" |
| Name | Build PAM |
| Description | Builds the Parker Automation Manager solution (using Visual Studio 2019). |
| Command | $(VS2019) |
| Arguments | "%TUCSON_TRUNK_FOLDER%\PAM\Parker.Automation.Manager.sln" /rebuild "Release" |
| Name | Create RevInfo for PAM (Local) |
| Description | Create Revision Information file for PAM on Local Archive |
| Command | $(CREATE_REVISION_INFO) |
| Arguments | "%TUCSON_TRUNK_FOLDER%\PAM" "%PUBLISH_LOCAL%\Tucson\trunk\%PROJ_FULL_VERSION%" |
| Name | Create RevInfo for PAM (Remote) |
| Description | Create Revision Information file for PAM on Remote Archive |
| Command | $(CREATE_REVISION_INFO) |
| Arguments | "%TUCSON_TRUNK_FOLDER%\PAM" "%PUBLISH_REMOTE%\Tucson\trunk\%PROJ_FULL_VERSION%" |
| Name | Create RevInfo for ALL (enabled only) |
| Description | Create a Revision Information file for ALL enabled Sources on ALL enabled Archives (i.e. both Local and Remote archives) |
| Command | $(CREATE_REVISION_INFO) |
| Arguments | "*" "*" |
| Name | Create RevInfo for ALL |
| Description | Create a Revision Information file for ALL Sources on ALL Archives (i.e. both Local and Remote archives) |
| Command | $(CREATE_REVISION_INFO) |
| Arguments | "**" "**" |
| Name | Stamp PAM Version Numbers |
| Description | Adds file and product 'Version' information to a list of files (using StampVer.exe) |
| Command | $(STAMP) |
| Arguments | "%CB_STAMPING_FOLDER%\PAM\PAM_Assemblies.lst" |
| Name | Digitally Sign PAM Assemblies |
| Description | Digitally signs a list of assemblies (using ParkerDigitalSignTool.exe). |
| Command | $(SIGN) |
| Arguments | /LIST %CB_SIGNING_FOLDER%\PAM\PAM_Assemblies.lst |
| Name | UnitTest - ParkerWebCF solution |
| Description | Runs a series of unit tests on the Parker Web CF solution (using RunUnitTests.cmd). |
| Command | %TUCSON_TRUNK_FOLDER%\ParkerWebCF\UnitTests\RunUnitTests.cmd |
| Arguments | Release |
| Name | Create PAM Help Merge Module |
| Description | Creates the PAM Help merge module (.msm file) and copies it to the InstallShield folder ready for integration into the PAM Installer. |
| Command | %CB_COMMANDS_FOLDER%\PAM_CreateOnlineHelpMergeModule.cmd |
| Arguments | "%PROGRAMFILES(X86)%\InstallShield\2015\System\ISCmdBld.exe" "%TUCSON_ROOT_FOLDER%\MM_CoDeSys_AddFiles.ism" "S:\Tucson\Product Configuration 1\Release 1\DiskImages\DISK1" "%TUCSON_ROOT_FOLDER%\MergeModules" |
| Name | Create PAM Installer |
| Description | Creates the PAM Installer (using InstallShield) -p "project file name" - a "active configuration name" -r "release name" -e "y=include Setup.exe in the build" |
| Command | $(INSTALLSHIELD) |
| Arguments | -p "%TUCSON_ROOT_FOLDER%\PAM\PAM.ism" -a "PAM_Setup" -r "Release" -e y |
| Name | Digitally Sign PAM Installer |
| Description | Digitally signs the PAM Installer (using ParkerDigitialSignTool.exe) |
| Command | $(SIGN) |
| Arguments | "S:\Tucson\PAM_Setup\Release\DiskImages\DISK1\PAM_Setup.exe" |
| Name | Publish to Local Archive |
| Description | Publish files to the local archive. |
| Command | $(PUBLISH) |
| Arguments | %CB_PUBLISHING_FOLDER%\PAM\PAM_Installer.cbp "%PUBLISH_LOCAL%\Tucson\trunk\%PROJ_FULL_VERSION%" |
| Name | Publish to Remote Archive |
| Description | Publish files to the remote archive. |
| Command | $(PUBLISH) |
| Arguments | %CB_PUBLISHING_FOLDER%\PAM\PAM_Installer.cbp "%PUBLISH_REMOTE%\Tucson\trunk\%PROJ_FULL_VERSION%" |
| Name | Increment Build Number |
| Description | Automatically increment the build number after a successful run. |
| Command | $(INCREMENT_BUILD_NUMBER) |
| Arguments | |
| Name | Save Project |
| Description | Automatically save the project to disk after a successful run. |
| Command | $(SAVE_PROJECT) |
| Arguments | |
| Name | Commit Project |
| Description | Automatically commit the project to Subversion after a successful run. |
| Command | $(COMMIT_PROJECT) |
| Arguments |
| Key | Value |
|---|---|
| %PROJ_FILENAME% | PAC_Phase3_PAM.xml |
| %PROJ_PRODUCT_NAME% | PAC Phase 3 PAM |
| %PROJ_BASE_VERSION% | 1.5.0 |
| %PROJ_BUILD_NUMBER% | 1032 |
| %PROJ_FULL_VERSION% | 1.5.0.1032 |
| %TUCSON_ROOT_FOLDER% | %BUILD_ROOT%\Tucson\trunk\Tools\InstallShield\phase3 |
| %TUCSON_TRUNK_FOLDER% | %BUILD_ROOT%\Tucson\trunk |
| %XPRESS_ROOT_FOLDER% | %BUILD_ROOT%\Xpress |
| Key | Value |
|---|---|
| %BUILD_ROOT% | Y: |
| %CB_FOLDER% | %BUILD_ROOT%\CodeBuilder |
| %CB_COMMANDS_FOLDER% | %CB_FOLDER%\External\Commands |
| %CB_PROJECTS_FOLDER% | %CB_FOLDER%\Projects |
| %CB_PUBLISHING_FOLDER% | %CB_FOLDER%\External\Publishing |
| %CB_SIGNING_FOLDER% | %CB_FOLDER%\External\Digital-Signing |
| %CB_STAMPING_FOLDER% | %CB_FOLDER%\External\Stamping |
| %PROGRAMFILES% | C:\Program Files |
| %PROGRAMFILES(X86)% | C:\Program Files (x86) |
| %PUBLISH_LOCAL% | \\emn015f03\builds_archive |
| %PUBLISH_REMOTE% | \\emn0d5f01\rp_engineering\sw_engineering\builds_archive |
| %SOURCE_CONTROL% | C:\Program Files\TortoiseSVN\bin\svn.exe |
| Key | Value |
|---|---|
| $(CREATE_REVISION_INFO) | --Internal-- |
| $(SVN) | %SOURCE_CONTROL% |
| $(BUILD_PLATFORM) | %CB_COMMANDS_FOLDER%\buildplatform.cmd |
| $(CLEANUP_DIRECTORY) | %CB_COMMANDS_FOLDER%\removedirectory.cmd |
| $(GEN_FLASHBACKS) | %CB_COMMANDS_FOLDER%\genflashbacks.cmd |
| $(INSTALLSHIELD) | %PROGRAMFILES(X86)%\InstallShield\2015\System\ISCmdBld.exe |
| $(INSTALLSHIELD_SAB) | %PROGRAMFILES(X86)%\InstallShield\2015 SAB\System\ISCmdBld.exe |
| $(PUBLISH) | %CB_PUBLISHING_FOLDER%\Publish.exe |
| $(SIGN) | %CB_SIGNING_FOLDER%\ParkerDigitalSignTool\bin\Release\ParkerDigitalSignTool.exe |
| $(STAMP) | %CB_STAMPING_FOLDER%\StampVer.exe |
| $(VS2008) | %PROGRAMFILES(X86)%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com |
| $(VS2010) | %PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.com |
| $(VS2013) | %PROGRAMFILES(X86)%\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com |
| $(VS2015) | %PROGRAMFILES(X86)%\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com |
| $(VS2017) | %PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe |
| $(VS2019) | %PROGRAMFILES(X86)%\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe |
| Key | Value |
|---|---|
| From Address | noreply@parker.com |
| Host String 1 | smtp1.us.parker.corp |
| Host String 2 | smtp2.us.parker.corp |
| Port Number | 25 |
| Enable SSL | False |
| Use Default Credentials | False |
| Use Specific Credentials | False |
| Username | |
| Password |