warbler
warbler copied to clipboard
Warbler chirpily constructs .war files of your Ruby applications.
I have outlined my issue here: https://stackoverflow.com/questions/61870446/warbler-with-bundler-and-jruby-seems-to-be-broken Any thoughts?
This is an upstream commit authored by @stalbot. Unclear why in the original code `exclude_gems` was set to false if any files were found in the Git gem. It caused...
the resulting executable jar with Jetty as the embedded web server takes an inordinate amount of time to start. Jetty itself apparently has the notion of "quickstart" and also of...
I have jruby-9.2.8.0, Warbler version 2.0.5 App is run successfully with 'rails s' and could be accessed on localhost:3000 Packing with warbler with ```` warble war ```` Putting the file...
Hi, I am doing ```` warble compiled war ```` As a result I have a war with a .rb and .class file The .rb contains ```` load __FILE__.sub(/.rb$/, '.class') ````...
We are using warbler to run an application, which is run on Windows and Linux. After running jar, temporary files are not being deleted. We were able to reproduce the...
Ruby On rails app jruby after war deployed: Error org.jruby.exceptions.RaiseException: (SystemExit)
Created simple Ruby on Rails app and converted it to War file use warbler, the war created via warbler canoot be directly moved to tomcat8.5 as it says there is...
When the option `compiled_ruby_files` is personalized to use different extensions, for instance, `.rake` files. They are removed each time warble is called. Problem was in `lib/warbler/task.rb` where every file not...
Hi, I tried creating war file to run with Tomcat 8.5, but tomcat is not bale to unwrap the war file as it throws error saying web-inf is not able...
hi everyone i generate a war file with `warble compiled executable war`. * if i run the war file with `java -jar x.war` everything works perfectly. no errors, no problems,...