Package de.saumya.mojo.ruby.script

Examples of de.saumya.mojo.ruby.script.GemScriptFactory.addJvmArgs()


                                  this.project.getTestClasspathElements(),
                                  this.jrubyFork,
                                  this.gemsConfig));
                 
            if(supportNative){
                factory.addJvmArgs("-Djruby.home=" + setupNativeSupport().getAbsolutePath());
            }
            if(rubySourceDirectory != null && rubySourceDirectory.exists()){
                if(jrubyVerbose){
                    getLog().info("add to ruby loadpath: " + rubySourceDirectory.getAbsolutePath());
                }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.