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

When packaging the application using warbler, the symbolic links are lost and the actual contents the symlink points to are packaged as part of the WAR. http://stackoverflow.com/q/6691413/49186 ## --- Want...

Hi, I'm using warbler to build a jar for a standalone application (thus, nogemspec) and I'd like to have other paths (apart from lib/) to be included in the $LOAD_PATH....

embed the jars from jbundler to keep the classloading semantics. jbundler does load the jars from JARS_HOME and loading jars like this means they get loaded into the JRubyClassloader and...

I am running into issues when trying to run multiple plugins (separate gemjars) and the JARFILE variable not being cleared. The first plugin will initialize correctly but when the second...

If I do this in config/warble.rb config.compiled_ruby_files = FileList['lib/*_/_.rb'] i.e. where I only want it to compile ruby files in lib. I get a jar file that when inspected you...

When using the gemspec trait all the files in my directory are included in the WAR file. The culprit seems to be [this line](https://github.com/jruby/warbler/blob/master/lib/warbler/traits/gemspec.rb#L36) in `Warbler::Traits::Gemspec#update_archive`. I had been using...

I'm attempting to package a simple JRuby app into a jar file. No gemspec, just using a Gemfile with a couple of dependencies from git. Using warbler 1.3.5. When I...

Warbler adds ::Bundler.settings[:path] to its exclude list if it is set. However, if you set Bundler to have 'BUNDLE_PATH: vendor' in .bundle/config, any assets (such as vendor/assets/javascripts) won't get copied...

## System/Webapp details - Windows - Java 11 - Rails 6.1 - JRuby 9.2.21.0 - Warbler 2.0.5 This issue was replicated by creating a sample rails app `samson.war` with jetty...

This fix the war file path that is given to the embedded Jetty runner. Before this change: (only works in older jetty version older than `9.4.32.v20200930`) ``` invoking webserver with:...