ARInsideJ v4.3.0
Polish round on top of 4.2.
--openopens the generated index page (ordiff/index.htm) in the default browser when the run finishes; prints thefile://URL instead on a headless host.- The home page shows a provenance card: when the documentation was generated, the source (server name or export file), the tool build, the scope, and RunNotes.
- Accessibility pass on the generated site: skip-to-content link, a visible keyboard focus ring everywhere,
prefers-reduced-motionsupport, keyboard-operable table sort headers (previously mouse-only), a proper modal command palette (focus trapped and restored, combobox semantics),aria-currenton the active nav entry, and live-region filter result counts. - JSON export v2 (
JsonOutput=TRUE): also writesdata/forms/<name>.jsonper form — the full field list with per-field permissions, plus the form's permissions, indexes, sort list and views; enum codes carry a readable*Namesibling. - Snapshot diff v2:
--diffaccepts the literalserveron either side (not both) — diff an offline.xml/.defexport against the live server from-s/-l/-p.- the Run If before/after gains a word-level "what changed" line highlighting exactly which tokens were removed or added.
- above 5,000 changes the per-object pages are skipped (the summary table and
data/diff.jsonstill list everything).
Downloads: arinsidej.jar is the self-contained fat jar — java -jar arinsidej.jar -i settings.ini .... arinsidej-4.3.zip is the same jar plus launcher scripts, a sample settings.ini, and the docs.
Assets repackaged 2026-09-01 - the bundled BMC jars were removed.
arinsidej.jar no longer contains BMC's AR System Java API (arapi / arlogger); those are BMC proprietary and cannot be redistributed. Supply your own copy in a lib/ folder next to the jar. The .zip bundle includes lib/README.txt listing every BMC install the jars can be sourced from, and the jar manifest's Class-Path already points at lib/. Run with run-arinsidej.sh / run-arinsidej.bat, or java -cp "arinsidej.jar:lib/*" arinside.Main ... (; not : on Windows). This version's tool code is unchanged - see the current README.