-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
NOTE: Current public code is outdated. Latest code is in a private repository, when project reaches a sufficient level of stability we will merge changes into the public repo. We keep this wiki updated, though, so you can get an idea of how the project will look like. We are also gradually releasing dependencies which are listed in the project README
Project is currently split into two series 0.3 and 0.4:
Holds versions of ODR that somewhat work with a dozen of different types of CSV datasets.
JDK: >= 1.7 (either OpenJDK or Oracle JDK)
Maven: 3.3.9 (maybe versions >= 3.1.0 work as well)
IDE : ODR and dependencies can be edited both with Netbeans 8.1 or Eclipse Mars
In particular, there are:
-
master-0.3
: holds 0.3.x series with clean commits -
dev-0.3
: holds 0.3.x series with possibly unclean commits, it's used for testing features and integration
Holds a more modular version of ODR with several improvements addressing maintainability of the system. Currently it's very experimental and may not even compile.
JDK: >= 1.7 (either OpenJDK or Oracle JDK)
Maven: 3.3.9 (maybe versions >= 3.1.0 work as well)
IDE: ODR and dependencies are edited best with Eclipse Mars, as with Netbeans we got problems editing dependencies with annotations, see tod-commons wiki for more info.
-
master
: holds 0.4.x series with clean commits -
dev
: holds 0.4.x series with possibly unclean commits, it's used for testing features and integration
- Clone from private repository for latest code:
git clone PUT_REPO_ADDRESS
- Checkout the branch you want to use, for es.
master-0.3
:
git checkout master-0.3
- Follow documentation written inside the branch code in file
docs/devs/README.md