Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 386040 - Clarify status of jetty 5,6 and 8 modules
Summary: Clarify status of jetty 5,6 and 8 modules
Status: RESOLVED FIXED
Alias: None
Product: CBI
Classification: Technology
Component: build help (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: CBI Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 09:15 EDT by Krzysztof Daniel CLA
Modified: 2012-08-03 11:51 EDT (History)
4 users (show)

See Also:
thanh.ha: review+


Attachments
Patch (1.11 KB, patch)
2012-08-03 03:39 EDT, Krzysztof Daniel CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Daniel CLA 2012-07-26 09:15:52 EDT
Those bundles have been baffling me for some time:

<module>bundles/org.eclipse.equinox.http.jetty5</module>
<module>bundles/org.eclipse.equinox.http.jetty6</module>
<module>bundles/org.eclipse.equinox.http.jetty8</module>

Do we need all three of them? Jetty 5 and 6 introduce dependency to org.mortbay* packages, and they are not present in the final build.
Comment 1 Thomas Watson CLA 2012-07-26 09:53:40 EDT
(In reply to comment #0)
> Those bundles have been baffling me for some time:
> 
> <module>bundles/org.eclipse.equinox.http.jetty5</module>
> <module>bundles/org.eclipse.equinox.http.jetty6</module>
> <module>bundles/org.eclipse.equinox.http.jetty8</module>
> 
> Do we need all three of them? Jetty 5 and 6 introduce dependency to
> org.mortbay* packages, and they are not present in the final build.

We only build jetty8 now.
Comment 2 Krzysztof Daniel CLA 2012-07-27 03:47:54 EDT
Thanks,
I'll prepare a patch for CBI do remove jetty 5 & 6 bundles.
Comment 3 Krzysztof Daniel CLA 2012-08-03 03:39:31 EDT
Created attachment 219511 [details]
Patch