GCov plugin handling of linked resources and binutilites [message #1732880] |
Sat, 21 May 2016 22:51 |
Eugene K Messages: 11 Registered: February 2010 |
Junior Member |
|
|
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, 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. The patch is based on the Git master content.
Regards,
Eugene
|
|
|
Powered by
FUDForum. Page generated in 0.02904 seconds