How to avoid checking all exising objects in ibm i build?
I use ibm i build specification build to build my application.
My application have following number of source codes in RTC repository:
QCLSRC: 779
QDDSSRC: 2414
QRPGSRC: 1513
It took me about 4.5 hours for first build. After that, I changed one PF and rebuild. I found RTC check all existing objects and return the message "No need to build". The incremental change for 1 PF took me almost the same time as full build. Can somebody advice me how to make ibm i build change file only?
My application have following number of source codes in RTC repository:
QCLSRC: 779
QDDSSRC: 2414
QRPGSRC: 1513
It took me about 4.5 hours for first build. After that, I changed one PF and rebuild. I found RTC check all existing objects and return the message "No need to build". The incremental change for 1 PF took me almost the same time as full build. Can somebody advice me how to make ibm i build change file only?
2 answers
I have cleared all build error and got a green light in build result. Then I modify 1 member and submit build. again. Unfortunately, RTC still iterates all source members and shows "No need to build". To change and build 1 member takes me more than one hour.
Does any one have tested i dependency build? Is it possible to avoid iterating members that no need to build?
Does any one have tested i dependency build? Is it possible to avoid iterating members that no need to build?