Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Linux Tools » GCov plugin handling of linked resources and binutilites
GCov plugin handling of linked resources and binutilites [message #1732880] Sat, 21 May 2016 22:51
Eugene K is currently offline Eugene KFriend
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
Next Topic:Linux Tools 5.0.0 is released for Neon
Goto Forum:
  


Current Time: Thu Apr 25 16:37:44 GMT 2024

Powered by FUDForum. Page generated in 0.03363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top