<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br></div><div>Thanks for the suggestion Noel. I tried that and got a similar message:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">$ ./autogen.sh --with-junit=/opt/local/share/java/junit-4.11.jar</div></div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">checking for JUnit 4... configure: error: your junit jar neither sets a classpath nor includes hamcrest; please</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">provide a full junit jar or use --without-junit</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Error running configure at ./autogen.sh line 209.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">I should mention that I also tried to set the classpath environment variable and got the same result.</div><div><br></div><br><div><div>On Nov 15, 2013, at 7:48 AM, Noel Grandin <<a href="mailto:noel@peralex.com">noel@peralex.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<div text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 2013-11-13 04:14, Joseph Pellegrino
wrote:<br>
</div>
<blockquote cite="mid:AFBB89D7-9E53-4160-B3DB-243CC88A6F85@comcast.net" type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">When
I specify the junit path:</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;">
<div style="margin: 0px;">./autogen.sh
--with-junit=/opt/local/share/java/</div>
<div style="margin: 0px;"><br>
</div>
<br>
</div>
</blockquote>
<br>
You need to do:<br>
<br>
./autogen.sh --with-junit=/opt/local/share/java/junit-4.jar<br>
<br>
or whatever your jar file name is.<br>
<br><br><br><hr><font size="-2" color="808080">Disclaimer: <a href="http://www.peralex.com/disclaimer.html">http://www.peralex.com/disclaimer.html</a><br><br>
</font></div><font size="-2" color="808080">
</font></blockquote></div><br></body></html>