M
Matt Baker
Guest
Several of the source control plugins for eclipse have problems with linked resources (clearcase plugins throw NPE all over the place) or simply don't support them (SVN at one point didn't work at all...not sure if it has been fixed). Your mileage will vary. What it seems you need is is separate .r files for customers based on which include file is in the PROPATH. PDSOE has no way to generate multiple r files for a single .p. It runs a single code path per .p, and generates one only one .r per .p. The only way around this is to turn off save of r-code on the compile (there is option in project preferences to do this) and use separate run configurations each with a separate PROPATH and let the AVM compile on the fly. This is imperfect as you won't get a compile for each customer, but only the one mapped for the current PROPATH. I believe RoundTable can handle something like this with separate branches for different customers and it takes care of the compile and run when the include file changes. I would suggest you review your use of include files and make some effort to get away from this model.
Continue reading...
Continue reading...