Skip to main content

References

JOD Template Scripts

Scripts that help maker to build, test, install and publish their own JOD Distriubutions. Those scripts and all their dependencies are provided within the JOD Distribution TEMPLATE's artifacts. So each distribution's project dir can be easily managed by Makers.

  • build: build the JOD Distribution
  • install: install the JOD Distribution in a local dir
  • publish: generate the JOD Distribution's distributable file

JOD Template Distribution Scripts

Scripts for End User included in each JOD Distribution publication. Those scripts are used by End User to manage (get state, start/stop, install/uninstall) a JOD installation.

It provides a set of scripts to automate the JOD instance management.

  • state: print the JOD instance state
  • start: start current JOD instance
  • stop: stop current JOD instance
  • install: install current JOD instance as a service/daemon
  • uninstall: uninstall current JOD instance as a service/daemon

Gradle project's tasks

Gradle's tasks to manage and publish JOD distribution TEMPLATE artifacts. Those tasks can be executed via Gradle Wrapper in the JOD Distribution TEMPLATE source code directory. They are reserved for JOD Distribution TEMPLATE developers.

This gradle configs provide 3 main tasks:

  • buildTMPL: build the JOD Distribution TEMPLATE
  • publishTMPL: build and publish the JOD Distribution TEMPLATE
  • clean: remove all generated files