tree: afde5b4fbcf2838e54af2e82dd892672a3213ff2 [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

  • Apache NetBeans 10.0
  • JDK 8 and JDK 11
  • bash
  • Apache ant 1.9.9 or above
  • Apache Maven 3.3.9 or above

To Run

  • JDK 11

Building

Build using:

$ ant -DNETBEANS_PLATFORM=<path-to-NetBeans-10.0> -DJDK11=<path-to-JDK-11> 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