nailgun icon indicating copy to clipboard operation
nailgun copied to clipboard

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.

Results 25 nailgun issues
Sort by recently updated
recently updated
newest added

When I run the epubcheck tool as a jar file through the java -jar command on an epub, the output for individual file errors inside the epub shows real path-delimited...

While discovering #110, I found out that linking the `ng` command to anything else fails to work. e.g. `sudo ln -s /usr/local/bin/ng /usr/local/bin/ng2` Running `ng2` results in `connect: Connection refused`...

wontfix

I use NG to traverse a tree where the recursion is implemented by invoking a wrapper script as a subprocess at each node of the tree. The wrapper script detects...

I came across this problem when using the scalacenter bloop project, which uses a modified copy of ng.py, here's the symptom I was seeing: ``` $ python pynailgun/ng.py --nailgun-port 8212...

I have tried to run the `Echo` nail example via a system process, where my driver (which is a java process) runs the python script, sends input and waits for...

wontfix