| Summary: | [Webapp] Deploying information center as a web archive not working in Eclipse 3.7 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Curtis <clindsey> |
| Component: | User Assistance | Assignee: | Chris Goldthorpe <cgold> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | cgold |
| Version: | 4.2 | ||
| Target Milestone: | 3.8 M3 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Curtis
I'll see if I can figure out the problem, most likely it is a missing bundle. What version of the Tomcat server are you running? I am running the SpringSource tc-server spring edition which is the tomcat 6.0.26.A Release Curtis I can reproduce the problem using Tomcat 6 and Eclipse 3.7. The problem is that the org.eclipse.help.webapp bundle is not activated due to a missing dependency, org.apache.lucene.core. Can you add org.apache.lucene.core to the plug-ins section of /org.eclipse.help.infocenter-feature/feature.xml and repeat the steps. Everything should work after that. The same problem exists in the Eclipse 3.8 development stream, I have committed a fix to master with commit message: Bug 360592 - [Webapp] Deploying information center as a web archive not working in Eclipse 3.7 I added the plugin id to the feature.xml file and can now build an information center web archive file that works on tomcat 6. Thanks for finding the solution. Curtis Fixed in 3.8M3 |