Community
Participate
Working Groups
Using Eclipse SDK I20080513-2000 And unzipping WTP and pre-reqs in the 'eclipse' directory, WTP (nor pre-reqs) are recognized (i.e. they don't run, nothing is in log). Even tried -clean. But, found if I unzipped into 'dropins' folder, then it worked fine. I think this is a very recent regression.
Possibly related to fix for bug 231178?
*** Bug 232118 has been marked as a duplicate of this bug. ***
Created attachment 100539 [details] patch This patch adds a .eclipseextension suffix to repos added via PlatformXML listener. This allows us to load a repo that otherwise would be loaded as a p2 native repo type.
Created attachment 100546 [details] patch Here is an updated patch. Simon, please review.
Looks good. Released.
a possibly related issue, setting the same build as a target platform works if the WTP plugins are unzipped in to 'eclipse', but not if unzipped into 'dropins'. So, it's the opposite problem than what is seen running eclipse. It does not matter if I first run before setting it as a target, the wtp plugins are not found. Is this fixed by the patch as well?
Karen, what you are talking about is a PDE issue and I recommend you to report it ASAP against PDE UI.
thanks, opened bug 232418
Do we have regression tests for it, so it does not happen again ?
Not yet. I think we can write session tests to test this code but it is tricky. It is one of our next things to do.