Do you get the same problem or is it something to do with my environment?<div><br></div><div>I was working in the area of index creation when I noticed this and it means that any indexes created have no Strongs information.</div>
<div><br></div><div>Thanks</div><div>Martin<br><br><div class="gmail_quote">On 9 April 2011 14:27, DM Smith <span dir="ltr"><<a href="mailto:dmsmith@crosswire.org">dmsmith@crosswire.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm looking. Haven't found it yet. What you are doing should work.<br>
<br>
In Him,<br>
        DM<br>
<div><div></div><div class="h5">On Apr 9, 2011, at 7:06 AM, Martin Denham wrote:<br>
<br>
> Hi,<br>
><br>
> Am I doing something wrong here.  I can't seem to get any Strongs numbers from the KJV.  This fails on the last assert:<br>
><br>
>         Book book = Books.installed().getBook("KJV");<br>
>         assertTrue("Should have Strongs", book.getBookMetaData().hasFeature(FeatureType.STRONGS_NUMBERS));<br>
><br>
>         Key key = book.getKey("Gen 1:1");<br>
>         BookData data = new BookData(book, key);<br>
>         Element osis = data.getOsisFragment();<br>
><br>
>         String strongsNumbers = OSISUtil.getStrongsNumbers(osis);<br>
>         assertTrue("No Strongs in KJV", strongsNumbers.length()>0);<br>
><br>
> Thanks<br>
> Martin<br>
><br>
</div></div>> _______________________________________________<br>
> jsword-devel mailing list<br>
> <a href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a><br>
> <a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
<br>
<br>
_______________________________________________<br>
jsword-devel mailing list<br>
<a href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/jsword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/jsword-devel</a><br>
</blockquote></div><br></div>