You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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