Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 220470 - Fix problems with PE PTP plugin for AIX
Summary: Fix problems with PE PTP plugin for AIX
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: 2.0   Edit
Hardware: Power PC AIX Motif
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Greg Watson CLA
QA Contact: Craig E Rasmussen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 16:37 EST by David Wootton CLA
Modified: 2008-10-23 16:55 EDT (History)
0 users

See Also:


Attachments
Patch to fix AIX PTP PE plugin problems (180.75 KB, patch)
2008-02-26 16:37 EST, David Wootton CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Wootton CLA 2008-02-26 16:37:54 EST
Created attachment 90805 [details]
Patch to fix AIX PTP PE plugin problems

The attached patch fixes several problems with the PTP PE plugin running on AIX
1) The org.eclipse.ptp.proxy project does not build correctly since the xlc compiler does not accept -Wall as a valid compiler flag.
2) Problems with parsing proxy command line options on AIX that could cause a proxy hang or crash
3) Two attribute definitions did not have the correct values sent to the PTP front end, causing problems in displaying the resources tab of the launch configuration panel

Note: This patch is so large because I included the configure script in org.eclipse.ptp.proxy as part of the patch so people won't have to run autoconf before building this project.
Comment 1 Greg Watson CLA 2008-02-27 20:33:37 EST
Applied. Please reopen if there are any problems.