C
cverbiest
Guest
found it, the sample will parse an abl source and replace includes without directory /* before */ { someinclude.i } /* after */ { directory/someinclude.i } In our real process I added a rename table containing oldsource: original source name oldrun: original run newsource new sources name (in case you want to rename the source) newrun new run The refactoring is done in 3 steps initial scan to fill the rename table check rename table, update for non-standard rename actual refactor run (Please visit the site to view this file)
Continue reading...
Continue reading...