This is a repository with sources for the JavaHelp library and
Ant builds scripts to create a release JAR from
them.
To do a complete build of all JavaHelp JARs with Ant, use the release
target of the Ant script found in the root
directory (which delegates to javahelp_nbproject/build.xml). The resulting
JARs are then located at
javahelp$ ls -1 javahelp_nbproject/dist/lib/
jhall.jar
jhbasic.jar
jh-client.jar
jh.jar
jsearch-client.jar
jsearch-indexer.jar
jsearch.jar
jsearch-misc.jarthe jhall.jar is the uber JAR that contains all the released bits.
jhMaster/- the main JavaHelp sources and Makefilesjavahelp_nbproject/- Ant build script and NetBeans project metadata for building JavaHelpJSearchClient_nbproject/- Ant build script and NetBeans project metadata for building the JSearch client sourcesJSearchIndexer_nbproject/- Ant build script and NetBeans project metadata for building the JSearch indexer sources