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

NewProject command automatically looks for and adds Strongback user library #19

Closed rhauch closed 9 years ago

rhauch commented 9 years ago

The command looks for the .metadata directory as a sibling to the new project directory, and if it finds it it looks for the Strongback user library. If the user library if it is not there, it is automatically added.

If the .metadata directory could not be found, then the output messages now tell the user to import the Strongback user library (which is now generated into the strongback/java/eclipse folder when new-project is first run).

rhauch commented 9 years ago

@Zabot, have a look at this PR. I've tested it locally, and it appears to work -- at least on OS X and likely Linux. We may need to test more on Windows.

If there are no other changes or fixes to Strongback, we should consider releasing 1.0.1.