These steps assume you are in the appfuse directory.
lib/junit3.8.1/junit.jar
to $ANT_HOME/lib
.
database.properties
to have a user/password for creating
a MySQL database.
ant setup-db setup-tomcat
ant test-ejb -Dtestcase=UserDAO
Note: There are no EJBs in this project, it just seemed like a good module name.
ant deploy