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

jdk8

parent d4522c39
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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.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
......@@ -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}
......
......@@ -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);
......
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