strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Automatically install WPILib locally #21

Closed rhauch closed 8 years ago

rhauch commented 8 years ago

This commit changes the build to use a WPILib distribution inside the libs folder. If the installation is not there, the Ant build will automatically download it via the standard WPILib Eclipse Update Site, and extract the Java-related artifacts into the libs/wpilib directory. The Eclipse projects were also changed to use this local installation.

A local installation of WPILib will greatly improve consistency between different developers, and help us to maintain Strongback versions/branches that use different versions of WPILib.

Closes #20