more work on command line.. adding tool for OS X install

This commit is contained in:
benfry
2012-10-20 22:23:09 +00:00
parent d10428def6
commit d9d21cc417
4 changed files with 81 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ public class Commander implements RunnerListener {
static public void main(String[] args) {
/*
if (args == null || args.length == 0) {
// System.out.println(System.getProperty("user.dir"));
args = new String[] {
@@ -82,6 +83,7 @@ public class Commander implements RunnerListener {
"--output=/Users/fry/Desktop/test-build"
};
}
*/
// Do this early so that error messages go to the console
Base.setCommandLine();