Community
Participate
Working Groups
If you make a change to a ant launch configuration and hit 'revert' it reverts the change but does not disable the revert or apply buttons. This is because the ant tabs are telling the LCD that they are still dirty even after a revert (apply works fine). The problem is in the size of the attribute maps between the original and the working copy. For some reason after a revert the original contains the attribute 'org.eclipse.jdt.launching.JRE_CONTAINER', whereas the working copy does not. To reproduce: 1. open the LCD in external tools mode 2. select and edit an attribute on an ant tab 3. hit the revert button
I believe a regression introduced from the fix for bug 107721. Testing a tentative fix...
Deferred to 3.3
Created attachment 44516 [details] patch for revert button try this to fix the issue...
Thanks Michael...I will check it out.
the updated patch for bug 147044 fixes this issue as well, marking as a dupe of 147044 *** This bug has been marked as a duplicate of bug 147044 ***