Running the Main Driver - AlexWhitlatch/Team2EProject GitHub Wiki
1. Download and set up ant
-
Windows:
https://www.mkyong.com/ant/how-to-install-apache-ant-on-windows/
-
Mac:
If you don't have Homebrew run this:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Now Run:
brew install ant -
Linux
http://dita-ot.sourceforge.net/doc/ot-userguide13/xhtml/installing/linux_installingant.html
2. Navigate to the Team2EProject directory
3. Run ant compile
(That should end with build successful)
4. Run ant jar
(That should end with build successful)
5. Run ant run
(That one should run through Stephen's code using the "Magic.java" Driver class he created.)