Skip to content

IDE setup

gpcmol edited this page Oct 31, 2012 · 3 revisions
  • Download and install Eclipse / Spring Tool Suite
  • Download and install Maven (>= v2) and follow the Installation Instructions below the download tables
  • Setup maven properly (copy settings.xml to <mavenDir>/conf)
  • Unpack the project easytest-samples-0.6.3.zip to your workspace
  • Go to dir easytest-samples
  • mvn eclipse:eclipse
  • Go to Eclipse > Import > Existing Projects into Workspace
  • You can find example to play with in: src/test/java > org.easetech.easytest.spring.example

Linux: It can happen that the fonts are not been written properly under Linux (net.sf.jasperreports.engine.util.JRFontNotFoundException). Installing fonts (Ubuntu): sudo apt-get install ttf-mscorefonts-installer