Closed rhauch closed 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.
The command looks for the
.metadata
directory as a sibling to the new project directory, and if it finds it it looks for theStrongback
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 thestrongback/java/eclipse
folder whennew-project
is first run).