Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

huwcbjones/COMP2211

Repository files navigation

COMP2211 - SEG

Build Status

Link to spec: https://secure.ecs.soton.ac.uk/noteswiki/images/SEG_Ad_Auction_Dashboard_Definition_2015.pdf

Authors

Team 16:

  • James Curran, jc27g15
  • Charles Gandon, cg4g14
  • Prabhav Gupta , pg9g15
  • Huw Jones, hcbj1g15
  • Scott Williams, saw1g15

Compilation Instructions

This repository uses Maven for dependency management and build control.

  1. Clone Repo
  2. Run mvn clean to clean the build
  3. Run mvn package to build jar

To Run Application

  • Double Click on /target/Ad-Dashboard-0.1.0-jar-with-dependencies.jar
  • Run javaw -jar target/Ad-Dashboard-0.1.0-jar-with-dependencies.jar in terminal