Skip to content
danigb edited this page Mar 15, 2011 · 4 revisions

Install required libraries

One of the testing libraries used with emite is not installed on the maven repository. To install manually you have to go to the emite project folder and type: mvn install:install-file -DgroupId=org.tigase -DartifactId=tigase-xmltools -Dversion=2.3.0 -Dpackaging=jar -Dfile=lib/tigase-xmltools-2.3.0.jar

Generate eclipse project

Run eclipse maven goal to generate an appropiate eclipse project: mvn eclipse:eclipse

Clone this wiki locally