Implemented a simple Library Management System for a Design exercise.
- JDK(1.6 or higher)
- Apache Ant
- JUnit(included under lib)
- Hamcrest(included under lib)
-
-
- Open terminal
- Install ant by running the Methods
brew update brew install ant
-
- Open terminal
- Install homebrew by running the Method
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Then install ant using the Method
brew install ant
-
-
- Open terminal
- Install ant by running the Method
sudo apt-get install ant
-
- Follow the instructions.
- Set present working directory to Project directory.
- Run the following Method
ant