You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/05/08 21:13:01 UTC

[Bug 56506] New: Current trunk (rev 1589888) is missing hamcrest - NoClassDefFoundError: org/hamcrest/SelfDescribing

https://issues.apache.org/bugzilla/show_bug.cgi?id=56506

            Bug ID: 56506
           Summary: Current trunk (rev 1589888) is missing hamcrest -
                    NoClassDefFoundError: org/hamcrest/SelfDescribing
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: tom_apache@arcor.de

After checking out from the trunk unit tests show that hamcrest is missing,
e.g. test case 'org.apache.jmeter.visualizers.TestSamplingStatCalculator'.

--> java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing

After adding hamcrest-core-1.3.jar to lib/junit everything works fine.

jar file needs to be added to lib-folder and eclipse.classpath.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56506] Current trunk (rev 1589888) is missing hamcrest - NoClassDefFoundError: org/hamcrest/SelfDescribing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56506

Tom M. <to...@arcor.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
                 OS|                            |All
           Severity|normal                      |major

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56506] Current trunk (rev 1589888) is missing hamcrest - NoClassDefFoundError: org/hamcrest/SelfDescribing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56506

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <se...@apache.org> ---
Works OK for me without the hamcrest jar when using "ant test"

How are you running the tests?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56506] Current trunk (rev 1589888) is missing hamcrest - NoClassDefFoundError: org/hamcrest/SelfDescribing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56506

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56506] Current trunk (rev 1589888) is missing hamcrest - NoClassDefFoundError: org/hamcrest/SelfDescribing

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56506

Tom M. <to...@arcor.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Tom M. <to...@arcor.de> ---
I ran the tests in Eclipse. You are right, when using "ant test" it is okay.
Maybe some kind of classpath problem in Eclipse...

-- 
You are receiving this mail because:
You are the assignee for the bug.