This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Creating jar files
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:
require 'celerity-complete-X.X.X.jar' require 'celerity'
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".






