How to Install and Run
(OBS.: A Tomcat installation is required to run the web interface)
Download dependencies
Unzip http://gmf.ufcg.edu.br/~rodrigo/blms-jars.zip into blms Unzip http://gmf.ufcg.edu.br/~rodrigo/blms-jars.zip into blms-web Unzip http://gmf.ufcg.edu.br/~rodrigo/blms-web-jars.zip into blms-web
Run tests (optional)
cd blms ant runTests
Copy blms.jar to BLMS-web
ant copyweb
Deploy BLMS-web
cd .. cd blms-web ant deploy -lib /opt/apache-tomcat-6.0.16/lib -Dtomcat.home=/opt/apache-tomcat-6.0.16 -Dtomcat.url="http://localhost:8080/" -Dtomcat.username=tomcat -Dtomcat.password=s3cret
The parameters may be different.