Skip to content
Snippets Groups Projects
Commit ee19934c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

add outputs, test

parent 68c32e81
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -1686,6 +1686,7 @@ is divided into following sections:
</target>
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
<target depends="init,compile-test-single,-init-test-run-module-properties,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/>
<target depends="debug-test-method" name="debug-single-method"/>
<target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
<j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
</target>
......
......@@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.96.0.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=82bb712e
nbproject/build-impl.xml.script.CRC32=d1ff42b0
nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.96.0.48
nbproject/build-impl.xml.script.CRC32=69f93310
nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48
......@@ -53,8 +53,8 @@ javac.modulepath=
javac.processormodulepath=
javac.processorpath=\
${javac.classpath}
javac.source=11
javac.target=11
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}
......@@ -85,7 +85,7 @@ jnlp.signed=false
jnlp.signing=
jnlp.signing.alias=
jnlp.signing.keystore=
main.class=mv4503.SimulationRunner
main.class=DisShooting.SimulationRunner
# Optional override of default Application-Library-Allowable-Codebase attribute identifying the locations where your signed RIA is expected to be found.
manifest.custom.application.library.allowable.codebase=
# Optional override of default Caller-Allowable-Codebase attribute identifying the domains from which JavaScript code can make calls to your RIA without security prompts.
......
......@@ -30,8 +30,8 @@ public class SimulationRunner
*/
public static void main(String[] args)
{
System.out.println("DisShooting.SimulationRunner started...");
SimulationRunner runner = new SimulationRunner();
// Creates socket, starts listening thread for network traffic (if
// not already listening)
networkComms = NetworkComms.getInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment