-
Notifications
You must be signed in to change notification settings - Fork 0
1210 Development Environment
veny edited this page Dec 4, 2013
·
1 revision
- JDK 1.6 +
- Eclipse Indigo 3.7 for Java EE
- http://dl.google.com/eclipse/plugin/3.7
- select only Google Plugin for Eclipse (required) and Google Web Toolkit SDK, the other parts are not needed
cd $WORKSPACE
git clone https://github.com/veny/smevente.git
- start Eclipse and switch to workspace
- import project: File / Import... / General / Existing Projects
- $WORKSPACE/smevente for main project
- $WORKSPACE/smevente/test/unit for unit tests
- in Project Properties for smevente
- Java Build Path / Libraries / Add Variable... / Configure Variables... / New...
- Name: ORIENTDB_HOME
- Path: $ORIENTDB_FROM_SVN/releases/orientdb-x.y.z-SNAPSHOT
- Project Properties... / Checkstyle / Local Check Configuration / New / Project Relative Configuration : /smevente/checkstyle.xml
- Project Properties... / Checkstyle / Main / Checkstyle active for this project
- only for project's owner (veny)
- Project Properties... / Builders / New... / Ant Builder / Build File : $WORKSPACE/smevente/build.xml
- Run / Run Configurations...
- create new Web Application
- Project: smevente
- Main Class: com.google.gwt.dev.DevMode
- create database from console
orientdb> create database remote:/smevente root root local
- apply Basic Data Set: BDS \ SQL Inserts