<div dir="ltr">Another reason might be that the string looks like garbage. Maybe a character encoding issue - haven't run it on a mac, which I am now. It was definitely working on the big machine.<div><br></div><div>...</div>

<div><br></div><div style>Yes, character encoding. For the purposes of test use</div><div style><br></div><div style><div><span class="" style="white-space:pre">         </span>(unwind-protect</div><div><span class="" style="white-space:pre">            </span>     (let ((name (#"getName" next-in)))</div>

<div><span class="" style="white-space:pre">            </span>       (funcall fn (jss:new 'java.lang.string buffer 0 size "UTF-8") name))</div><div><span class="" style="white-space:pre">               </span>  (#"close" in-stream))</div>

<div><br></div><div style>in jar-map, which gets the string as UTF-8. I need to think about what the right way to handle this in general. Presumably there is some way to figure out the character encoding...</div><div style>

<br></div><div style>-Alan</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 26, 2013 at 4:38 PM, Alan Ruttenberg <span dir="ltr"><<a href="mailto:alanruttenberg@gmail.com" target="_blank">alanruttenberg@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="im"><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_extra">

<span style="font-family:arial,sans-serif;font-size:13px">which should result in matches for all jars, because every jar that Maven uses, has a manifest contains the string "Manifest-Version: 1.0".  But I get no hits, and the execution is so fast, that I suspect that the matcher is not actually working on anything for some reason.  Since you pass a closure with a reference to the regex as the function to THEREADS:MAKE-THREAD, trying to TRACE stuff doesn't seem to work so well.</span></div>


<div class="gmail_extra"><br style="font-family:arial,sans-serif;font-size:13px"></div><div class="gmail_extra"><span style="font-family:arial,sans-serif;font-size:13px">I need to spend more time with the matcher to understand why I am not generating any hits.  Any ideas on your end?</span></div>


<div class="gmail_extra"><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div></blockquote></div><font face="arial, sans-serif">Yah. The, the search is case sensitive. You are searching for MANIFEST and the title of the entry is MANIFEST but the file has the string "Manifest" :)</font><span class="HOEnZb"><font color="#888888"><div>


<font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">-Alan</font></div></font></span></div>
</blockquote></div><br></div>