The AbstractDataIndexer, OnePassDataIndexer, and TwoPassDataIndexer classes have hardcoded output to stdout. The GIS implementation at least has a static flag to control this output but there is no way to turn off the output from the indexers.
I have commented this out for now and run with a local jar and plan to convert this to SLF4J output so that I have the same control over it that I have over all other debug/info type messages. Is this something that would be useful to see pushed back into the general distribution? One other question, while the 1.5.3 source distribution has the maxent package, I don't see the package anywhere under trunk in the svn repo. Where would I find this code in svn? Thanks MIke
