Bug 601059
Summary: | eclipse can't add JUnit4 to project | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | oli kron <kron24> |
Component: | eclipse | Assignee: | Andrew Overholt <overholt> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | akurtako, oliver, overholt |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-08-23 19:30:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
oli kron
2010-06-07 06:47:58 UTC
Is this bug #538803? I thought we had a fix for that. (In reply to comment #1) > Is this bug #538803? I thought we had a fix for that. This is not the same bug. The one you refer to is a real problem in the code. While this one is a packaging problem, junit4 bundle and it's dependencies have to move to jdt from pde. I've asked whether this fixes the problem on the forum but I forgot to check there for response. P.S. Is there a way to make the forums sent a mail on response? (In reply to comment #2) > While this one is a packaging problem, junit4 bundle and it's dependencies have > to move to jdt from pde. On F12 I see: $ rpm -qf /usr/lib64/eclipse/dropins/jdt/plugins/org.junit4_4.5.0.v20090824 eclipse-jdt-3.5.1-22.fc12.x86_64 > P.S. Is there a way to make the forums sent a mail on response? I'm not sure, sorry. Andrew, thanks for looking. The junit4 plugin in eclipse-jdt on F13, too: # rpm -qf /usr/lib64/eclipse/dropins/jdt/plugins/org.junit4_4.5.0.201004121546 eclipse-jdt-3.5.2-1.fc13.x86_64 Actually, I uninstalled pde and adding JUnit4 is still OK! So it seems to me it was sort of initial setup problem. Hmm, I was wrong it's not junit4 but it's dependency hamcrest.core that have to move. And I guess it's working after pde removal due to p2 metadata is still in the correct state despite the fact that pde was removed. It should not work in a clean user environment. (In reply to comment #5) ... > It should not work in a clean user environment. Hi Alexander, you're right. After pde removal a new user cannot add JUnit4. Thanks for your investigation. Oli I attached a proposed patch for this and bug #602865 on that bug. This koji build fixes this: http://koji.fedoraproject.org/koji/taskinfo?taskID=2244924 Fixed in eclipse-3.5.2-5.fc14 and beyond. |