Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 903 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 903 Bytes

FRC 2018

Programming repository of team Arctos 6135 in FIRST POWER UP 2018 Visit us at arctos6135.ca!

Building This Project

In order to keep the code more organized, some parts of our code were packaged into jars and put under the /lib/ directory. However, this introduces some minor inconveniences when building.

For those looking to build the robot code, first include all the jars under the /lib/ directory into the build path, then make symlinks from user_home/wpilib/user/java/lib for all the jars.

For Windows, this command is mklink path\to\symlink path\to\target, and for UNIX it is ln -s path/to/target path/to/symlink.

Note that making a shortcut will not work, as during the building process build.xml looks for actual files.