(Readme for the wl-addon module.) $LastChangedBy$ $Date$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ~ Introduction ~ This module represents work written against the most current stable release of WebLearn (http://weblearn.ox.ac.uk), which at the time of writing is v2.16.4. ~ Building the application ~ Code in this module is specific to the frockle project. Via use of svn externals a checkout will pull in the WebLearn source base into a directory called 'weblearn'. The build file in this module will combine the overlaying of code in this module with invoking targets in weblearn/build.xml to effectively create a "modified" WebLearn. Install Apache Ant (http://ant.apache.org/) v1.6.5+. After setting the $ANT_HOME environmental variable to where you unpacked it and adding $ANT_HOME/bin to your $PATH, cd to the directory that contains this file and type: $> ant This will build the project (by invoking the default target). A file called bodington-quickstart.war will be created and placed in the folder called 'dist'. This can be deployed to a servlet container of your choice (such as (Apache Tomcat) as it comes pre-installed with an in-memory (HSQLDB) database.