| Summary: | Add org.eclipse.equinox.http.servlet.tests to rt.equinox.bundles | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Simon Archer <sja.eclipse> | ||||
| Component: | Compendium | Assignee: | equinox.compendium-inbox <equinox.compendium-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | kim.moir, tjwatson | ||||
| Version: | 3.8.0 Juno | ||||||
| Target Milestone: | Juno M4 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Moving to equinox to add the bundle to rt.equinox.bundles repo. We can open a separate releng bug once we got the project ready to go. Thanks Simon for the contribution! I released the test project with commit: http://git.eclipse.org/c/equinox/rt.equinox.bundles.git/commit/?id=0c431ddd8c9c2db4f3b12f15a899f9b15403f42a |
Created attachment 207098 [details] Exported Eclipse project. Please create a new project in rt.equinox.bundles called org.eclipse.equinox.http.servlet.tests by unzipping the attached zip. The zip contains an exported Eclipse project. Once unzipped into an Eclipse workspace, use "File > Import > Existing project into workspace". Once compiled, there should not only be a bin/ folder containing the compiled contents of src/, but also a bundles_bin/ folder containing the compiled contents of bundles_src/. The bundles_src/tb1 source folder is a bundle used only as test data. This structure was copied from the bundle org.eclipse.equinox.ds.tests. I have run these tests locally and can confirm that they are green. These tests must run along with other tests during the rt.equinox build. Thanks.