Skip to content

mnylen/ohtu11k

Repository files navigation

Mini project for Software Engineering course

##Prerequisites

  1. JDK 6
  2. git
  3. Apache ant

Downloading

  1. cd to your source directory
  2. git clone https://github.com/mnylen/ohtu11k.git

Compiling

At commandline, in project directory:
ant compile

Running

ant run

Commiting

###Setup your commiter name:

  1. git config --global user.name "Your Name"
  2. git config --global user.email you@example.com

###Commit your changes:

  1. Edit files
  2. git commit -a
  3. git push

Testing

It is good practice to always run the tests before commiting your code.

Running

ant test

Further reading

About

Mini project for software engineering course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages