Skip to content

Quickstart Tutorial

Rodney Lopes Gomes edited this page Sep 24, 2010 · 4 revisions

Requirements

  • Git
  • Ant 1.6.5 and up (1.7 recommended)
  • Java 1.5 and up (1.6 recommended)

Step 1 - Check Out

$ mkdir dtf
$ cd dtf
$ git clone https://[your_name]@github.com/rlgomes/dtf.git
Initialized empty Git repository in /home/rlgomes/workspace/dtf/dtf/dtf/dtf/.git/
remote: Counting objects: 817, done.
remote: Compressing objects: 100% (777/777), done.
remote: Total 817 (delta 3), reused 805 (delta 0)
Receiving objects: 100% (817/817), 36.93 MiB | 152 KiB/s, done.
Resolving deltas: 100% (3/3), done.

Step 2 - Build

$ ant build

Step 3 - Run A Test

The test being executed below is running with just the DTFX (DTF eXecutor) and it runs a simple arithmetic unit test that is designed to validate some of the basic functionality of the DTF arithmetic tags.

cd build/dtf/dist
./ant.sh run_dtfx -Ddtf.xml.filename=tests/ut/arithmetic.xml

Clone this wiki locally