Version 0.2: Adds relative-path-root
option.
* `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.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#Tue, 06 Sep 2011 17:17:39 -0500
|
||||
#Thu, 08 Sep 2011 12:27:26 -0500
|
||||
name=jlp
|
||||
version=0.1
|
||||
build.number=2
|
||||
version=0.2
|
||||
build.number=1
|
||||
lib.local=true
|
||||
release.dir=release
|
||||
|
Reference in New Issue
Block a user