Thanks! It's running just fine. :-) It's very cool. Really nice directory traversal and completion, colors, and commands/features I don't know yet!
Very interesting timing diffs (for each casual test, I ran the command for each multiple times to seed infra caches): * on some asciidoc gen with "mvn generate-resources", it was about the same duration as CLI but after running each about 10 times, mvnshell saved about 20% consistently (possibly due to JIT? besides directory traversal, this was the first things I did). This was my key use case for wanting a "mvn server" - handling situations like this with repeated runs (asciidoc, site, etc.). * on a simple "mvn clean", mvnshell was about 2x faster than CLI. * on a small module build, "mvn install" was about 20% faster over CLI (after a mvn clean for each). I look forward to trying more things. Nice to have, thank you Jason! On Wed, Mar 9, 2016 at 4:17 PM, Jason Dillon <jason.dil...@gmail.com> wrote: > Jason, if you have a built version, do you mind adding it as a download to > > the release files? > > I can make a binary of this, though I do plan on fixing it up so that > folks can build it in the near future. > > Build up here for the moment: > > https://www.dropbox.com/sh/yvt1g43r2pr2scj/AADqM__VhJaFf_x57OiUEZXva?dl=0 > > gshell:master should be buildable with just central now, dangling ref to > older version of jline for classifer=tests which was unused and polluting > the build dependencies. > > —jason > > >