e6d515fc96
* `relative-path-root` option added. This facilitates situations where the current directory of the invocation context is different than the working directory of the program. This is required to use `jlp` with tools like *Nailgun*, which keeps a persistant `java` process running and proxies new invocations to the existing process.
2 lines
61 B
Plaintext
Executable File
2 lines
61 B
Plaintext
Executable File
ng com.jdblabs.jlp.JLPMain --relative-path-root "`pwd`" "$@"
|