Skip to main content

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


Sounds like we have 3 bugs here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189376 ([europa] Unable to activate SCA Java perspective after install)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=189599 (org.eclipse.stp.core has compiling errors when building for 3.3 M7)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=187975 (Update-installed features can't seem to handle two versions of same plugin)

Eric.

Eric JODET
Developer, Eclipse JDT Core
69, rue de la Vecquerie, 44600 Saint Nazaire
Phone : +33-(0)2 51 16 40 49  / 87 40 49 - Mobile +33-(0)6 70 75 76 83
e-Mail : eric_jodet@xxxxxxxxxx



Eric Jodet/France/IBM

05/29/2007 10:51 AM

To
STP Dev list <stp-dev@xxxxxxxxxxx>
cc
stp-dev@xxxxxxxxxxx, stp-dev-bounces@xxxxxxxxxxx
Subject
Re: [stp-dev] org.eclipse.stp.core has compiling errors when building        for 3.3 M7Link




Jonathan,
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=189376
At RC1 level, using the project's update site, I can install the STP features
using the Update Manager.
However, after the mandatory re-boot after install, the STP feature sounds
disabled.
This is confirmed by trying to install the feature using the project's update
site: the STP features are still considered as installable.


Eric.


Eric JODET
Developer, Eclipse JDT Core
69, rue de la Vecquerie, 44600 Saint Nazaire
Phone : +33-(0)2 51 16 40 49  / 87 40 49 - Mobile +33-(0)6 70 75 76 83
e-Mail : eric_jodet@xxxxxxxxxx



"Huang, Qiong Feng \(Jonathan\)" <Jonathan.Huang@xxxxxxxx>
Sent by: stp-dev-bounces@xxxxxxxxxxx

05/29/2007 10:33 AM

Please respond to
STP Dev list <stp-dev@xxxxxxxxxxx>

To
<stp-dev@xxxxxxxxxxx>
cc
Subject
[stp-dev] 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

_______________________________________________
stp-dev mailing list
stp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stp-dev


Back to the top