warbler
warbler copied to clipboard
Warbler chirpily constructs .war files of your Ruby applications.
When I execute java -jar I get "LoadError: no such file to load" when I require any gems that are bundled from git. When I run the same ruby code...
I'm trying to use warbler to create a jar file that I can use inside an existing Java application. I'm not sure if I can use warbler for this, but...
Hi there, When I build a jar with warbler, only the first executable (listed in my Rakefile) is launched when running java -jar myjar.jar. My current workaround for this is...
I'm sorry but I couldn't find a support forum so I'm asking here: I'm trying to package compass/sass into a self-contained jar so that I can use compass without installing...
When I call `Rake::Task[:warble].invoke` from a rake file I get an error: ``` NoMethodError: protected method `pathmap_replace' called for "public/404.html":String /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/pathmap_helper.rb:15:in `block in apply_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/pathmap_helper.rb:16:in `apply_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/jar.rb:278:in `add_with_pathmaps' /home/mmonsterkill/.rvm/gems/jruby-9.1.2.0@terminator_1909/gems/warbler-2.0.3/lib/warbler/traits/war.rb:88:in `block...
Hi, I have this error when I do `java -jar my_executable_jar.war` after upgrading from jruby 1.7.20 to 1.7.21. ``` org.jruby.exceptions.RaiseException: (SystemCallError) Unknown Error (0) - .gitignore ``` You can find...
I realize create a config file after adding the Rake task probably isn't very common, but it just happens to be what I've done the first time I've used Warbler....
Hi, I have a project that runs perfectly from the command line, however when I user Warbler to create a .jar file I get the following exception when I run...
Hi there, We are having an issue with gems in our gemfile that are sourced from git. We have set up a sample repo at https://github.com/vsanta/warble_test which exhibits this problem...
This is a possible duplicate (#42, #47)... but the problem still remains alive. I have jruby 1.7.2 and rails 3.2.11, my aṕp uses rails_admin gem, when i warble it (Warbler...