-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart Tutorial
Rodney Lopes Gomes edited this page Sep 24, 2010
·
4 revisions
- Git
- Ant 1.6.5 and up (1.7 recommended)
- Java 1.5 and up (1.6 recommended)
$ 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.
$ ant build
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