Compiling the source

To compile the latest source from the source repository, you'll want the following handy-dandy tools available:

  • Subversion (SVN) client
  • Java Developer Kit (1.4.x is the preferred version)
  • Maven
If you wish to compile from a source-release, just ignore the Subversion comments below.

Get the source

svn co http://svn.osjava.org/svn/osjava/trunk/scraping-engine

Compile

cd scraping-engine
maven jar

The result

The result is a JAR file, where x.x.x represents the next version of Scraping-Engine.

target/scraping-engine-x.x.x.jar