https://issues.apache.org/bugzilla/show_bug.cgi?id=57303
--- Comment #1 from Sebb <[email protected]> --- 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.
