database project homework code repository
- Linux
sudo apt-get install openjdk-[version]-jdkwhat is ant? link
$ sudo apt-get install ant -
If you want to keep project in your own repository and follow this guide.
-
If not clone this repository
$ git clone https://github.com/SWE3003-41/miniBase- Do not commit your project before all the projects finish!!!!!!
| command | description |
|---|---|
| ant | Build miniBase |
| ant test | Run all the unit test provided |
| ant runtest -Dtest=testname | Run the specific unit test |
| ant clean | Remove binary files |
| and handin | Make tarball |