Appendix C. Gradle tasks

The build script for this project includes the following tasks:

checkConfig

Summarizes your configuration.

pythonServerStart, pythonServerStop

Start and stop the Python web server.

nodeServerStart, nodeServerStop

Start and stop the Node.js web server.

dockerServerStart, dockerServerStop

Start and stop the Docker container version of the Node.js web server.

node_xslt3, docker_xslt3

Run the Node.js version of the command line Saxon processor to compile a stylesheet. The node_xslt3 task uses Node.js directly, docker_xslt3 uses the Docker container.

eej

Run the Java version of the command line Saxon processor to compile a stylesheet.

There are a few other tasks, but they’re mostly support tasks for these “public” entry points.