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/12/03 18:04:40 UTC

[Bug 57303] commons-math3 dependency is missing in the jmeter lib package

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

--- Comment #1 from Sebb <se...@apache.org> ---
Thanks - there's a typo in the section of the build file that creates the lib
jar:

--- build.xml    (revision 1642200)
+++ build.xml    (working copy)
@@ -365,7 +365,7 @@
     <include name="${lib.dir}/${commons-jexl2.jar}"/>
     <include name="${lib.dir}/${commons-lang3.jar}"/>
     <include name="${lib.dir}/${commons-logging.jar}"/>
-    <include name="${lib.dir}/${commons-math3}"/>
+    <include name="${lib.dir}/${commons-math3.jar}"/>
     <include name="${lib.dir}/${commons-net.jar}"/>
     <include name="${lib.dir}/${commons-pool2.jar}"/>
     <include name="${lib.dir}/${dnsjava.jar}"/>

We'll fix that shortly

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