[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to find CLASS definition file .cls to be compiled before compiling .p

  • Thread starter Thread starter Tim Hutchens
  • Start date Start date
Status
Not open for further replies.
T

Tim Hutchens

Guest
Depending on the size of your application, the simplest answer may be to compile everything. This is the direction that CI/CD pushes. Make a change to anything, trigger a compile all on a server, run automated testing, review results, then fix issues and run again or deploy the code. If your application takes more than a few minutes to compile, you'd need to have that ability to incrementally build it based on only what changed like you're asking about. However, you probably should still have a dedicated step in your development process that recompiles the entire application before it reaches the production environment. And if you have that step in your process, why not just use it to catch this kind of change?

Continue reading...
 
Status
Not open for further replies.
Back
Top