From 68c32e817b0ca81f64d14292ebf9d5511f7de1ab Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Thu, 1 Jul 2021 18:06:31 -0700 Subject: [PATCH] jdk8 --- examples/DisDemo/build.run.log.txt | 4 ++-- examples/DisDemo/nbproject/build-impl.xml | 1 + examples/DisDemo/nbproject/genfiles.properties | 4 ++-- examples/DisDemo/nbproject/project.properties | 4 ++-- examples/DisDemo/src/DisDemo/DisDemonstration.java | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/DisDemo/build.run.log.txt b/examples/DisDemo/build.run.log.txt index 8d5f9aab2c..96f385821a 100644 --- a/examples/DisDemo/build.run.log.txt +++ b/examples/DisDemo/build.run.log.txt @@ -1,11 +1,11 @@ -ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples\\DisDemo -Dnb.internal.action.name=run -Duser.properties.file=C:\\Users\\brutzman.IT154928\\AppData\\Roaming\\NetBeans\\12.4\\build.properties run +ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples\\DisDemo -Dnb.internal.action.name=run run init: Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\built-jar.properties deps-jar: Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\DisDemo\build\built-jar.properties compile: run: -Sending 20 ESPDU packets at 1000 msec (1.0 second) intervals on +DisDemo.DisDemonstration: sending 20 ESPDU packets at 1000 msec (1.0 second) intervals on broadcast address=[/172.16.0.255, /172.20.209.219, /172.24.159.255] port 3000 Current position: 0.0, 1.0, 0.0 ... sent 1 diff --git a/examples/DisDemo/nbproject/build-impl.xml b/examples/DisDemo/nbproject/build-impl.xml index 38337e58d6..0f8cabb483 100644 --- a/examples/DisDemo/nbproject/build-impl.xml +++ b/examples/DisDemo/nbproject/build-impl.xml @@ -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> diff --git a/examples/DisDemo/nbproject/genfiles.properties b/examples/DisDemo/nbproject/genfiles.properties index 7ef56a7e73..fb8925baf8 100644 --- a/examples/DisDemo/nbproject/genfiles.properties +++ b/examples/DisDemo/nbproject/genfiles.properties @@ -4,5 +4,5 @@ build.xml.stylesheet.CRC32=f85dc8f2@1.95.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=8b7a865d -nbproject/build-impl.xml.script.CRC32=e64b9551 -nbproject/build-impl.xml.stylesheet.CRC32=f89f7d21@1.95.0.48 +nbproject/build-impl.xml.script.CRC32=56ceb4b7 +nbproject/build-impl.xml.stylesheet.CRC32=d549e5cc@1.99.0.48 diff --git a/examples/DisDemo/nbproject/project.properties b/examples/DisDemo/nbproject/project.properties index 2a1b5faa25..9af5f15ba2 100644 --- a/examples/DisDemo/nbproject/project.properties +++ b/examples/DisDemo/nbproject/project.properties @@ -49,8 +49,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} diff --git a/examples/DisDemo/src/DisDemo/DisDemonstration.java b/examples/DisDemo/src/DisDemo/DisDemonstration.java index 5b928cd60a..b8bd02903e 100644 --- a/examples/DisDemo/src/DisDemo/DisDemonstration.java +++ b/examples/DisDemo/src/DisDemo/DisDemonstration.java @@ -80,7 +80,7 @@ public class DisDemonstration { DatagramPacket packet; // Do some movement for a while - System.out.println ("Sending " + NUMBER_OF_SENDS + " ESPDU packets at " + + System.out.println ("DisDemo.DisDemonstration: sending " + NUMBER_OF_SENDS + " ESPDU packets at " + INTERVAL_MSEC + " msec (" + INTERVAL_MSEC/1000.0 + " second) intervals on"); System.out.println (" broadcast address=" + allBcasts + " port " + PORT); -- GitLab