warbler
warbler copied to clipboard
Warbler chirpily constructs .war files of your Ruby applications.
being built on top of rake `warble --help` gets us the option to specify a Rakefile rake takes care of the loading but there's still a [default rakefile loading](https://github.com/jruby/warbler/blob/b3fd583/lib/warbler/application.rb#L59-L68) ......
when enabling gem compilation, there are a lot of problematic gems like erubis https://github.com/EugenMayer/erubis/commit/d34acfdb7399b64b69bdb8dfb85a596579b4d3cc which is plain syntax error or rails https://github.com/rails/rails/blob/master/activejob/lib/rails/generators/job/templates/job.rb which is not a ruby file and is...
On Ubuntu Trusty (32 bits), compiling Ruby classes to Java, using the `jrubyc` option `--javac`, results in a unexpected TypeError (no implicit conversion of nil into String). From a Java...
I'm trying to use a rails 4 application warified in glassfish, but it doesn't seem to work. ``` Exception loading extension `JopensslService`: java.lang.IllegalStateException: Stream handler unavailable due to: null from...
"warble" seems to work just fine, when I run "warble compiled" I get the following error Bundler::GemNotFound: Could not find rake-0.9.2 in any of the sources materialize at c:/jruby-1.6.4/lib/ruby/gems/1.8/gems/bundler-1.0.18/lib/bundler/spec_set.rb:88 map!...
When I run "warble compiled war", .class files are not being generated for some of my controllers. I have 10 controller .rb files, and only 3 .class files are being...
When trying to undefine the `org` package proxy [mentioned here](https://github.com/jruby/jruby/wiki/CallingJavaFromJRuby#gotchas) within a package that has been created by warbler, it doesn't seem to work `NameError: Undefined method org for 'MyBaseClass'`...
bundling warbler through git and trying to run a jar I get: ``` betelgeuse@host ~ $ java -jar app.jar git://github.com/jruby/warbler.git (at master) is not checked out. Please run `bundle install`...
I have had some strange behaviour when packaging middleman. Middleman works fine with jruby but as soon as I package it as a jar it goes rather funny. I have...
Hi, First, I just want to say that warbler is **fantastic** - thanks for all your work. Unfortunately, I've been having a problem with running a compiled rails war on...