[sword-devel] jsword extraneous files?

Troy A. Griffitts sword-devel@crosswire.org
Mon, 10 Dec 2001 22:00:00 -0700


> What are the following classes intended to be used for?  I can't find
> where they're being used anywhere.
> 
> org.crosswire.utils.HTTPUtiles
> SwordMod.Verify
> SwordMod.zip
> 
> Also, the sword.DisplayConf file has a bunch of paths hard coded that
> aren't going to work for anyone besides Troy :0.
> 
> Please excuse my questions, I'm just trying to get my hands around this
> thing.


Bobby,
	No problem.  Many of those classes are used on our website.  They
display a sword install module set, package up releases when files
change, etc.  I'd stick to the org.crosswire.sword package :)  (or
better, the c++ api / api primer at:
http://www.crosswire.org/sword/develop/swordapi/apiprimer.jsp).

		-Troy.