tree: 9277e82aa665b6aa0bb3a0d48c35d9223434f51e [path history] [tgz]
  1. ant/
  2. lib/
  3. maven/
  4. nbproject/
  5. test/
  6. tool/
  7. build.sh
  8. build.xml
  9. rat-exclusions.txt
  10. README.md
cmdline/README.md

Apache NetBeans Jackpot

This tool allows to run NetBeans Java code checker without the NetBeans IDE. This includes running the custom Java hints specified in META-INF/upgrade/*.hint.

Requirements

To Build

  • NetBeans 9.0
  • JDK 8 and JDK 10
  • bash
  • ant 1.9.9 or above

To Run

  • JDK 10

Building

Build using:

$ ant -DNETBEANS_PLATFORM=<path-to-NetBeans-9.0> -DJDK10=<path-to-JDK-10> build-and-test

The built product is in tool/build/jackpot.

Running

Run using:

$ jackpot <options> <files-to-inspect>

To get help on the options, run:

$ jackpot --help