warbler icon indicating copy to clipboard operation
warbler copied to clipboard

Warbler chirpily constructs .war files of your Ruby applications.

Results 120 warbler issues
Sort by recently updated
recently updated
newest added

Hello, I have a problem with Jruby 9.1.15 and warbler 2.0.4 on windows 10. I set the config.compile_gems to true in the warble.rb. (if I comment out the setting, then...

I ran into some issues when setting `config.compile_gems = true` in my Warbler config: 1. When constructing jar packages, warbler does not compile git-based gems (i.e. any gems specified via...

Warbler 1.4.1 fails to compile on Windows. 1.4.0 and earlier worked fine. here is the output: ``` >bundle exec warble --trace ** Invoke default (first_time) ** Invoke war (first_time) **...

I have a ruby app i've written that runs on the commandline. It works perfectly when running via jruby -S ``` jruby -S bin/myapp --args > outputfile ``` However when...

the jar file is created but on running the jar created in jruby i get the following error on execute require "selenium-webdriver" proxy = Selenium::WebDriver::Proxy.new(:http => ENV['HTTP_PROXY'] || ENV['http_proxy']) ENV['HTTP_PROXY']...

This probably isn't the best avenue for 'support' but the README docs are pretty confusing. I'm looking to move to warbler and away from my current solution to package up...

``` ruby #!/usr/bin/env ruby $:

I have a simple script that reads a XML file and writes a CSV file. My scripts all have `#encoding:utf-8` at the top and I explicitly set the external encoding...

I have ``` ruby gem "activerecord-jdbcmysql-adapter", :git => "https://github.com/nicksieger/activerecord-jdbc-adapter" ``` in my `Gemfile` and when I warble my application it does not work because bundler throws an error. ``` https://github.com/nicksieger/activerecord-jdbc-adapter...

I'm trying to get going with warbler. I'm beating my head against the error message below. As a newbie, it doesn't give me any next step. Please provide a better...