ABL launch configurations with -rr, run-time only, fail to execute because _debuglauncher.p is not compiled, Defect PSC00362399. see https://knowledgebase.progress.com/articles/Article/Using-rr-with-Developer-Studio-Run-Configuration-raises-error-471-473-and-492 This build script will compile _debuglauncher.p. after that you can execute ABL launch configurations with -rr.
- ant with PCT
- PDSOE
- copy build.xml into the PDSOE directory
- start proenv
- cd into the PDSOE directory
- ant
eclipse located in c:\Progress\eclipse473oedtstudio1175
c:\Progress\eclipse473oedtstudio1175>ant
Buildfile: c:\Progress\eclipse473oedtstudio1175\build.xml
build_launcher:
[mkdir] Created dir: c:\Progress\eclipse473oedtstudio1175\build
[mkdir] Created dir: c:\Progress\eclipse473oedtstudio1175\debugListing
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] 1 file(s) compiled
BUILD SUCCESSFUL
Total time: 1 second