How to setup the build environment - mas802/statdoc GitHub Wiki

If you want to fiddle with the Java code of Statdoc, you have to checkout the git source.

git clone https://github.com/mas802/statdoc.git

The resultung project contains all the information for a eclipse project with m2 maven integration. If you have eclipse you can import it and just add the stata-sfi.jar (found in your Stata installation) or remove the class Stata from your classpath.

To build you can either use eclipse or maven directly.

mvn package

Will produce a jar file -jar-with-dependencies that can be used directly.

mvn package install

will also update the jar and .pkg in the ado folder, which can be used as an update site from within Stata.

Javadoc can be found here: [http://mas802.github.io/statdoc/javadoc/]

Much help would be needed in getting the Unit Tests up do speed with all functionality prior to 0.9.3.