Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Markus Bauer
Package: eclipse-platform-common Version: 3.1.1-5 Severity: normal Hello, When starting the Eclipse help from [Help]-[Help Contents] nothing happens (a browser window should pop up) and I get the following exception: java.lang.NoClassDefFoundError: org/apache/catalina/realm/MemoryRealm at

Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Stephan Michels
On 11/28/05, Markus Bauer [EMAIL PROTECTED] wrote: java.lang.NoClassDefFoundError: org/apache/catalina/realm/MemoryRealm From the original Eclipse build I saw that the missing class MemoryRealm is located in eclipse/plugins/org.eclipse.tomcat_4.1.30.1/catalina.jar, but in the Debian version

Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Markus Bauer
The class file is missing within catalina.jar. The jar file exists and the symbolic link is correct. Stephan Michels schrieb: Does this mean that /usr/lib/eclipse/plugins/org.eclipse.tomcat_4.1.30.1/catalina.jar is missing or the class within this jar is missing? Does the jar

Bug#341101: eclipse-platform-common: Eclipse Help not working

2005-11-28 Thread Stephan Michels
On 11/28/05, Markus Bauer [EMAIL PROTECTED] wrote: The class file is missing within catalina.jar. The jar file exists and the symbolic link is correct. Which version of the tomcat5 package do you have installed?

Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Markus Bauer
I just found out that the missing class (org/apache/catalina/realm/MemoryRealm) is located in catalina-optional.jar instead of catalina.jar. But this jar file is not referenced in the manifest.mf, so eclipse does not know about it. So I added catalina-optional.jar to

Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Stephan Michels
On 11/28/05, Markus Bauer [EMAIL PROTECTED] wrote: I just found out that the missing class (org/apache/catalina/realm/MemoryRealm) is located in catalina-optional.jar instead of catalina.jar. But this jar file is not referenced in the manifest.mf, so eclipse does not know about it. So I

Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Markus Bauer
You are right, I just doubled that entry. The strange thing is that the help started working after changing this file. I restored the original file and the help is still working. I am not able to reproduce the bug now. Maybe just touching the file solved the problem? Maybe it is some

Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

2005-11-28 Thread Billy Biggs
You are right, I just doubled that entry. The strange thing is that the help started working after changing this file. If a manifest file or plugin.xml is ever changed, you must run eclipse -clean to clear the cache. -Billy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution!

2005-11-28 Thread Markus Bauer
If a manifest file or plugin.xml is ever changed, you must run eclipse -clean to clear the cache. This is exactly the solution. I was now able to reproduce the bug by restoring a backup of an old version of my eclipse configuration. As before starting the help resulted in the