-
Notifications
You must be signed in to change notification settings - Fork 7
Development Setup
Jeeva Kandasamy edited this page Jan 9, 2014
·
3 revisions
- Open JDK or Oracle Java Development Kit (JDK) 1.6 or above
- git
- Maven
- Web Server (Apache-Tomcat 6 or above)
- Eclipse (Optional)
git clone git@github.com:jkandasa/report-engine.gitNavigate to report-engine home location and execute
mvn eclipse:eclpiseCreate web module as web eclipse project: move to the location "cd report-engine/modules/core/web"
mvn eclipse:eclipse -Dwtpversion=2.0To create jar files and war files:
run it on parent location (report-engine)
mvn clean package
war file will be generated on "report-engine/modules/core/web/target/re.war" Java Client (testNG and Junit) will be on "report-engine/modules/clients/java-client/target/java-client-*.jar"