From 04dc0b51d504243bc4b31a8797d2386c5d534438 Mon Sep 17 00:00:00 2001 From: Joe Pasqua Date: Wed, 16 Oct 2013 21:14:25 -0700 Subject: [PATCH] Added newly discovered option codes and other minor changes --- build.xml | 3 +- nbproject/build-impl.xml | 110 +++++++++++----------- nbproject/genfiles.properties | 8 +- nbproject/project.properties | 6 +- src/org/noroomattheinn/tesla/Options.java | 17 +++- src/org/noroomattheinn/tesla/Tesla.java | 17 +++- src/org/noroomattheinn/utils/Utils.java | 4 + 7 files changed, 92 insertions(+), 73 deletions(-) diff --git a/build.xml b/build.xml index 7c07d6b..db4be31 100644 --- a/build.xml +++ b/build.xml @@ -51,8 +51,7 @@ -init-macrodef-junit: defines macro for junit execution -init-macrodef-debug: defines macro for class debugging -init-macrodef-java: defines macro for class execution - -do-jar-with-manifest: JAR building (if you are using a manifest) - -do-jar-without-manifest: JAR building (if you are not using a manifest) + -do-jar: JAR building run: execution of project -javadoc-build: Javadoc generation test-report: JUnit report generation diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 0250cb6..4e1cbaf 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -54,6 +54,7 @@ is divided into following sections: + @@ -71,10 +72,11 @@ is divided into following sections: - + - - + + + @@ -91,12 +93,6 @@ is divided into following sections: - - - - - - @@ -115,24 +111,12 @@ is divided into following sections: - + - + - - - - - - - - - - - - @@ -186,7 +170,15 @@ is divided into following sections: - + + + + + + + + + @@ -275,6 +267,7 @@ is divided into following sections: + @@ -314,6 +307,7 @@ is divided into following sections: + @@ -446,7 +440,7 @@ is divided into following sections: - + @@ -837,8 +831,8 @@ is divided into following sections: - - + + @@ -850,7 +844,7 @@ is divided into following sections: - + @@ -966,41 +960,25 @@ is divided into following sections: - - - - - - - - - - - - - To run this application from the command line without Ant, try: - - - - - - - java -cp "${run.classpath.with.dist.jar}" ${main.class} - - + - + - + - + + + + + + @@ -1008,23 +986,41 @@ is divided into following sections: - + To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}" - + + + + + + + + + + + + + + + + + - + + - + +