Community
Participate
Working Groups
I think it is a side effect of fix for bug 366698 and earlier patches. It looks like the setPDEBuildPath was designed to use PDE of Eclipse that was build. Maybe it is time to use PDEBuild from bootstrap?
I forgot to mention setPDEBuildPath does nothing because it cannot discover PdeBuild in the build/<label>/installation folder, and therefore tests cannot be built.
I have some concerns about using the bootstrap pde.build for running tests - it should be kept to the minimum and used only for building the sdk. The more we use it the harder to modify it it will become. The correct fix for me seems to fix setPDEBuildPath to find pde.build in dropins which is the default now.
Created attachment 209071 [details] First version of the patch Eclipse is built correctly. I am not sure about tests - build ends with success.
Created attachment 209074 [details] Fix in line with Alex suggestions
Thanks. Applied.