vote up 2 vote down star

Build Path > Add Library > JUnit unable to add JUnit3 or JUnit4 components.

I see such message in the .log

!MESSAGE No property tester contributes a property projectPersistentProperty     org.eclipse.team.core.repository to type class org.eclipse.core.internal.resources.Project

Eclipse Galileo installed by root user on Linux. It works well for root and for other users except this JUnit issue.

Why it lost Junit? (I've checked file permissions twice - all readable!)

flag

70% accept rate
I don't know about the JUnit issue, but if you have eGit/JGit installed, the error message you see might be this: code.google.com/p/egit/issues/detail?id=77 -- the bug is already closed, but I still observe it in the released version. – Peter Becker Jul 9 at 0:36

1 Answer

vote up 1 vote down

This seems to be related to bug 239715, triggered by TypeExtensionManager.java, and due to some kind of plugins combination.

Could you check if your org.eclipse.core.expressions/.options file has the line

org.eclipse.core.expressions/debug/TypeExtensionManager=false

This should be enough to make that error message disappear.

That file is <eclipse-SDK-3.5-win32>\eclipse\plugins\org.eclipse.core.expressions_3.4.100.v20090429-1800.jar, and I just checked, it does contains the right option value (with latest Galileo) (are you using an older Galileo RC or Milestone release?).

link|flag
No. I've investigated in depth eclipse newsgroups. My problem appears on multiuser install of Eclipse under Linux. When Eclipse installed from root it has no access to /opt/eclipse directory. Usually plugin checks r/o eclipse-home directory and saves config and other stuff into user-home/.eclipse. It works well but not with JUnit plugin! This plugin requires write access to eclipse-home configuration. – maxp Jul 6 at 15:46
@maxp interesting. If you do find the exact cause, you can post it here as an answer (and selected you own post as the official answer) – VonC Jul 6 at 17:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.