Skip to content

khr0407/miniBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

miniBase 3003-41

database project homework code repository

SWE3033-41 MiniBase

1. Introduction

Development Environment

  • Linux

Prerequisite

java

sudo apt-get install openjdk-[version]-jdk

ant

what is ant? link

$ sudo apt-get install ant 

Download code

  • 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!!!!!!

Build Project

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

About

database project homework code repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published