Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] org.eclipse.stp.core has compiling errors when building for 3.3 M7

Title: org.eclipse.stp.core has compiling errors when building for 3.3 M7

Hi,
I find some compiling errors when building org.eclipse.stp.core with the latest source code.
The error message is something like: the package javax.wsdl cannot be resolved.

After investigation, I find that the bundle ( javax.wsdl ) is included in both orbit and wtp which are stp's dependencies. Because of the format of embedded jars, the one in wtp cannot be used as build classpath. But, as default, the PDE builder uses the one with higher version to build stp. Unfortunately the one in wtp has the higher version compared with the one in orbit. So, the PDE cannot load/resolve the package "javax.wsdl" from this bundle.

We can simply modify the manifest file of the plugin "org.eclipse.stp.core" and define the right version of "javax.wsdl" used to build this plugin. But, maybe, it is not a good solution. 

I have submited a bug to bug system.
Please refer to:    https://bugs.eclipse.org/bugs/show_bug.cgi?id=189599

Regards,

Jonathan Huang



Back to the top