# Goldspike configuration # Set the version of JRuby and GoldSpike to use: maven_library 'org.jruby', 'jruby-complete', '1.1RC3' maven_library 'backport-util-concurrent', 'backport-util-concurrent', '3.0' #maven_library 'org.jruby.extras', 'goldspike', '1.3-SNAPSHOT' # Add a Java library from the Maven repository: maven_library 'postgresql', 'postgresql', '8.2-504.jdbc4' #maven_library 'bouncycastle', 'bcprov-jdk16', '136' add_gem('jruby-openssl', '>=0.0.4') add_gem('rubyforge', '>=0.4.4') add_gem('rmagick4j', '>=0.3.3') add_gem('gruff', '>=0.2.8') add_gem('slave', '>=1.2.1') exclude_files('pkg') # Production configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=16' #Profile #configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=32 -verbose:gc -Djruby.jit.logging=true -XX:+CITime -XX:+PrintCompilation' # Experiment #configuration.jetty_java_opts = '-Xmx1024m -Djruby.jit.logging=true -Dcom.sun.grizzly.rails.numberOfRuntime=32 -XX:+PrintCompilation'