I have a product definition that includes one function that I wrote, and org.eclipse.feature. When I create this product from eclipse, it succeeds. However, when I try to use the Headless assembly, the compilation process fails because it complains that it cannot find the classes included in org.eclipse.ui. One such class is, for example, PlatformUI. Therefore, the assembly process is not performed.
I checked and org.eclipse.ui is included in the org.eclipse.ui plugin. I also tried to include this plugin explicitly in my custom function, but to no avail.
I also tried removing one of these plugins with problems, but the next one that used org.eclipse.ui failed. So this is definitely a classpath issue for some sowrt.
I tried this headless assembly using Eclipse version 3.3.2.
source
share