You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Celerity includes two rake tasks to build jar files of the library.
$ rake jar:fat
$ rake jar:tiny
This will also work inside the gem dir, if you haven’t cloned the repo.
The fat jar will compile Celerity and create pkg/celerity-complete-X.X.X.jar, which includes HtmlUnit + all its dependecies inside the jar. To use it from your JRuby code:
The tiny jar will compile Celerity and create pkg/celerity-X.X.X.jar. You will need to have HtmlUnit + dependencies somewhere handy (like your CLASSPATH), and then require them before you require "celerity".