Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Junit4 bundles parts of hamcrest
https://bugzilla.redhat.com/show_bug.cgi?id=707988
Summary: Junit4 bundles parts of hamcrest Product: Fedora Version: rawhide Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: junit4 AssignedTo: fnasser@redhat.com ReportedBy: sochotni@redhat.com QAContact: extras-qa@fedoraproject.org CC: fnasser@redhat.com, dwalluck@redhat.com, java-sig-commits@lists.fedoraproject.org Classification: Fedora Story Points: ---
Description of problem: junit4 bundles hamcrest core files in main jar file. It contains these files/dirs: org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/hamcrest/BaseDescription.class org/hamcrest/BaseMatcher.class org/hamcrest/CoreMatchers.class org/hamcrest/Description.class org/hamcrest/Factory.class org/hamcrest/Matcher.class org/hamcrest/SelfDescribing.class org/hamcrest/StringDescription.class org/hamcrest/core/AllOf.class org/hamcrest/core/AnyOf.class org/hamcrest/core/DescribedAs.class org/hamcrest/core/Is.class org/hamcrest/core/IsAnything.class org/hamcrest/core/IsEqual.class org/hamcrest/core/IsInstanceOf.class org/hamcrest/core/IsNot.class org/hamcrest/core/IsNull.class org/hamcrest/core/IsSame.class org/hamcrest/core/package.html org/hamcrest/internal/ArrayIterator.class org/hamcrest/internal/SelfDescribingValue.class org/hamcrest/internal/SelfDescribingValueIterator.class org/hamcrest/package.html
Version-Release number of selected component (if applicable): junit4-4.8.2-2.fc15.noarch
These should be cleaned during build
https://bugzilla.redhat.com/show_bug.cgi?id=707988
Stanislav Ochotnicky sochotni@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2012-06-29 05:32:36
--- Comment #1 from Stanislav Ochotnicky sochotni@redhat.com --- junit4 was retired. Replaced with junit package
java-sig-commits@lists.stg.fedoraproject.org