You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
Not sure if nailgun is a good option. The classpath must be set on the nailgun server (jruby --ng-server -J-cp....) and when you build with maven you're typically compiling stepdefs and code. This means the nailgun server must be restarted and you're back to square one wrt speed saving. Or am I missing something?
Sorry I haven't responded sooner. The reason I figured it too much of a hassle and discontinued my nailgun branch was because of classpath issues as Aslak correctly point out. Might consider JavaRebel-plugin instead, but I'll wait till IDEAs cucumber-support is more stable.
Currently uses ...ant.taskdefs.Java to lauch jruby-jvm. Should be refactored into something more flexible in order to i.e. run with nailgun, etc.
Suggestions for better lightweight class/jvm launchers?
The text was updated successfully, but these errors were encountered: