Community
Participate
Working Groups
Fix gnu tool chain's scanning discovery tool.
Created attachment 203034 [details] patch to org.eclipse.ptp.rdt.managedbuilder.gnu.ui Chris, Mike: can you please review and test the patch? Thanks.
Some issues... - You are logging to the wrong activator (should be the one in gnu.ui, not xlc) - There are API tooling errors since the way your patch is now, the new classes are public. You should put them in an internal package. - make sure any patches you post to PTP are iplog-, since you are a committer Other than that, I tried the patch and it seemed to work well.
Created attachment 203088 [details] patch to rdt.managedbuilder.gnu(xlc).ui update the patch as Chris suggested, also fix the problem in symbol parsing by the spec parsers (both xlc and gnu spec parsers). Michael and Chris, please review and test this patch. Thanks.
Created attachment 203093 [details] patch to rdt.managedbuilder.gnu(xlc).ui Updated patch after resolving cvs conflicts.
Comment on attachment 203093 [details] patch to rdt.managedbuilder.gnu(xlc).ui iplog should be -, not +, since you are a committer
Created attachment 203264 [details] updated patch There were some incorrect @since tags set, and a plugin version increased that didn't need to be. The attached patch corrects those issues.
Created attachment 204674 [details] patch applied to head stream
(In reply to comment #7) > Created attachment 204674 [details] > patch applied to head stream The patch also update the plugins version for plugin version to update org.eclipse.ptp.rdt.core 4.0.0.q 3.1.100.q 4.0.0.q 4.1.0.q org.eclipse.ptp.rdt.ui 4.0.0.q 3.1.100.q 4.0.0.q 4.1.0.q org.eclipse.ptp.rdt.managedbuilder.gnu.ui 1.0.0.q 1.0.0.q 1.0.0.q 1.1.0.q org.eclipse.ptp.rdt.managedbuilder.xlc.ui 2.0.1.q 3.1.0.q 3.0.0.q 3.2.0.q
(In reply to comment #8) > (In reply to comment #7) > > Created attachment 204674 [details] [details] > > patch applied to head stream > > The patch also update the plugins version for > > plugin version to update > > > org.eclipse.ptp.rdt.core 4.0.0.q 3.1.100.q > 4.0.0.q 4.1.0.q > > org.eclipse.ptp.rdt.ui 4.0.0.q 3.1.100.q > 4.0.0.q 4.1.0.q > > org.eclipse.ptp.rdt.managedbuilder.gnu.ui 1.0.0.q 1.0.0.q > 1.0.0.q 1.1.0.q > > org.eclipse.ptp.rdt.managedbuilder.xlc.ui 2.0.1.q 3.1.0.q > 3.0.0.q 3.2.0.q sorry for the mess, it was submitted by an accident Tab. Here is the plugins versions updated: plugin version updated org.eclipse.ptp.rdt.core 4.1.0.q org.eclipse.ptp.rdt.ui 4.1.0.q org.eclipse.ptp.rdt.managedbuilder.gnu.ui 1.1.0.q org.eclipse.ptp.rdt.managedbuilder.xlc.ui 3.2.0.q I also fixed the @since tags, this update is reviewed by Greg and Vivian.
Marking this as resolved.