warbler
warbler copied to clipboard
Warbler chirpily constructs .war files of your Ruby applications.
Originally I had always used all 3 Warbler features - compiled, executable, and gemjar. Recently when attempting to upgrade our JRuby version to 1.7.x, we found we were always getting...
Hi, Maybe you can help me to figure out the problem here. I have a rails4-rc1 app with jruby-1.7.4. When I'm deploying my war as "ROOT.war" everything is running fine....
Hi, I am currently trying to POC the deployment of a Rails app as an OSGI bundle in Equinox using Pax-Web + Jetty to automatically load the WAR file generated...
only with this .jrubydir in each directory the directory inside the jar is working over ALL classloaders. i.e. just add GEM_PATH=uri:classloader:// to load those gems via the classloader directly. there...
Hi guys, I've currently got this in the config/warble.rb file: ``` ruby config.dirs = ['app', 'config', 'lib', 'vendor', 'tmp', 'script'] ``` For some reason though warbler (v1.3.6) is pulling in...
Over on the Shoes 4 project, we've been having some issues with our packaged apps because of `shoes-core` being marked as having native extensions (which we do for some funny...
As far as I can tell, every .jar or .war file that warbler creates is triggering the EMET SimExecFlow mitigation on Windows 7 (when running EMET of course). I'm not...
esp. when they are older than JRUBY_VERSION or even attempting to build using 1.7 --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40879554-warn-when-jruby-jars-do-not-match?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)....
I really appreciate the work on this 'runnable'. I had some ruby scripts to do this work and they were working ok, but did not work with the bundled git...
I was trying to use the `gem_excludes` config to exclude a directory from a bundler git gem, but it didn't seem to be having any effect. Looking into this, it...