Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-releng] Duplicated plugins

Thanks, David!
You can be sure that I am taking notes for my colleagues that develop the build infrastructure in SAP. Unfortunately, our build infrastructure has nothing common with the PDE one, but the reasons for this are a different story...


From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent: Monday, June 18, 2007 6:13 PM
To: Webtools releng discussion list
Cc: wtp-releng@xxxxxxxxxxx; wtp-releng-bounces@xxxxxxxxxxx
Subject: Re: [wtp-releng] Duplicated plugins


These should be straightened out for RC4. (without a bug)

But, I'd also recommend you set aside some time at some point to fix your build process so it can deal with more than one.
Having more than one is in some sense "normal" and likely to be more and more common in the "big picture" of things.

If it's known to be a limitation in your build process, that's fine (well, at least fine for the rest of us :)
... but, I know the PDE build process handles these ok, so
if you're having trouble with that, me sure to ask or open a bug ... quirks are known to pop up from time to time.
(For example, see bug 191838 https://bugs.eclipse.org/bugs/show_bug.cgi?id=191838).







"Raev, Kaloyan" <kaloyan.raev@xxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

06/18/2007 06:35 AM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
<wtp-releng@xxxxxxxxxxx>
cc
Subject
[wtp-releng] Duplicated plugins





Hi,

When I install WTP 2.0 RC3 and all its dependencies, I notice that there are some plugins that are duplicated, but with different timestamp in the version.

Here is the list of duplicated plugins and the features that includes them:

javax.wsdl_1.4.0.v200706111329.jar      org.eclipse.wst.ws_core.feature
javax.wsdl_1.4.0.v200705290610.jar      org.eclipse.datatools.enablement.oda.feature

org.apache.xml.resolver_1.1.0.v200705310020.jar org.eclipse.wst.xml_core.feature
org.apache.xml.resolver_1.1.0.v200702082200.jar org.eclipse.datatools.enablement.oda.feature

org.apache.commons.logging_1.0.4.v200706111724.jar  org.eclipse.wst.ws_core.feature
org.apache.commons.logging_1.0.4.v200705231731.jar  org.eclipse.platform, org.eclipse.equinox

org.apache.commons.el_1.0.0.v200706111724.jar   org.eclipse.jst.web_core.feature
org.apache.commons.el_1.0.0.v200705231731.jar   org.eclipse.platform, org.eclipse.equinox

javax.servlet_2.4.0.v200706111738.jar   org.eclipse.jst.web_core.feature
javax.servlet_2.4.0.v200705291052.jar   org.eclipse.platform, org.eclipse.equinox

javax.servlet.jsp_2.0.0.v200706111738.jar       org.eclipse.jst.web_core.feature
javax.servlet.jsp_2.0.0.v200705231728.jar       org.eclipse.platform, org.eclipse.equinox

I know that all of the above plugins are available in the Orbit project. And the idea of Orbit is that third party plugins should be included only once in an Eclipse product. But, I do not understand why this duplication happens. Should I open a bug and if yes, which project/component should I target?

We have a particular problem with this duplication (and this is why we have noticed it). Our build infrastructure assumes that there is exactly one plugin with one and the same name (excluding the version string). We have to do some manual modifications in feature.xml files to workaround these duplications and introduce WTP 2.0 in our builds.

Greetings,
Kaloyan Raev

Senior Developer

NW AS JS TOOLS JEE (BG)

SAP Labs Bulgaria

T +359/2/9157-416

mailto:kaloyan.raev@xxxxxxx
www.sap.com _______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top