umple / dlproj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dlproj

Grab the latest code

git clone https://github.com/umple-ucsop/dlproj

Run the tests

cd dlproj
(cd ./build/ && ant -Dmyenv=local)

To rebuild the java project, you will can just umpleSelf (which converts .ump to .java) and the compile (which compiles the java). This works nicely if you are working in Eclipse (to run your tests), but rebuilding from the commandline

(cd ./build && ant -Dmyenv=local umpleSelf compile)

About

License:MIT License


Languages

Language:Java 100.0%