GCov plugin handling of linked resources and binutilites [message #1732900] |
Sun, 22 May 2016 09:30  |
Eclipse User |
|
|
|
Hello,
I've been using GCov plugin since Juno on Windows platform and each time I had to patch linked resource handling and handling of binutilies.
Linked Resources:
All path resolutions are done using org.eclipse.core.resources.IWorkspaceRoot.getFileForLocation() which does not work on linked resources.
Binutilites:
Assumption is made that tools are on the path and are the same for all projects. This is not always the case. Each project might point to its own tools and requires local resolution. Binutilities extension helps but there is still code which makes indirect assumptions about tools e.g. CovManager should be always aware of the IProject.
I have the patch for these issues but not sure how and whom to contact as it is MS Windows port rather than Linux. The patch is based on the Git master.
Regards,
Eugene
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.27931 seconds