Changeset 250 in tmcsimulator


Ignore:
Timestamp:
02/09/2019 08:39:56 AM (7 years ago)
Author:
jdalbey
Message:

Add atms_map_proto_30sec.html Google Map atms prototype: reads local highways.json file

Location:
trunk
Files:
1 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE_metadata/NetBeans/TMCSim/nbproject/build-impl.xml

    r132 r250  
    451451                </union> 
    452452                <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/> 
    453                 <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="TMCSim" testname="TestNG tests" workingDir="${work.dir}"> 
     453                <testng classfilesetref="test.set" failureProperty="tests.failed" jvm="${platform.java}" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="TMCSim" testname="TestNG tests" workingDir="${work.dir}"> 
    454454                    <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/> 
    455455                    <propertyset> 
     
    776776            <element name="customize" optional="true"/> 
    777777            <sequential> 
    778                 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> 
     778                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" jvm="${platform.java}"> 
    779779                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 
    780780                    <jvmarg line="${debug-args-line}"/> 
     
    803803            <element name="customize" optional="true"/> 
    804804            <sequential> 
    805                 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true"> 
     805                <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true" jvm="${platform.java}"> 
    806806                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/> 
    807807                    <jvmarg value="-Dfile.encoding=${runtime.encoding}"/> 
     
    12101210            </and> 
    12111211        </condition> 
     1212        <exec executable="${platform.java}" failonerror="false" outputproperty="platform.version.output"> 
     1213            <arg value="-version"/> 
     1214        </exec> 
    12121215        <condition else="" property="bug5101868workaround" value="*.java"> 
    1213             <matches pattern="1\.[56](\..*)?" string="${java.version}"/> 
    1214         </condition> 
    1215         <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> 
     1216            <matches multiline="true" pattern="1\.[56](\..*)?" string="${platform.version.output}"/> 
     1217        </condition> 
     1218        <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" executable="${platform.javadoc}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}"> 
    12161219            <classpath> 
    12171220                <path path="${javac.classpath}"/> 
  • trunk/IDE_metadata/NetBeans/TMCSim/nbproject/genfiles.properties

    r132 r250  
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    6 nbproject/build-impl.xml.data.CRC32=6c7221c6 
    7 nbproject/build-impl.xml.script.CRC32=249c9218 
     6nbproject/build-impl.xml.data.CRC32=e14f63c1 
     7nbproject/build-impl.xml.script.CRC32=57adea56 
    88nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48 
  • trunk/IDE_metadata/NetBeans/TMCSim/nbproject/project.properties

    r240 r250  
    1 #Wed Oct 11 09:26:31 PDT 2017 
     1#Fri Oct 06 15:14:08 PDT 2017 
    22excludes= 
    33file.reference.TimeSelector_r13.jar=../../../lib/TimeSelector_r13.jar 
     
    5151    ${javac.classpath}:\ 
    5252    ${build.classes.dir}:\ 
    53     ${libs.junit_4.classpath} 
     53    ${libs.junit_4.classpath}:\ 
     54    ${libs.hamcrest.classpath} 
    5455build.generated.dir=${build.dir}/generated 
    5556jar.compress=false 
  • trunk/config/atms_driver_config.properties

    r184 r250  
    33FEPWriterHost = 192.168.251.46 
    44FEPWriterPort = 8080 
     5Output_Destination = console 
  • trunk/config/traffic_model_config.properties

    r196 r250  
    22Events_File = config/vds_data/atmsBatchEvents.txt 
    33FEPSim_IP_addr = 192.168.251.46 
    4 Output_Destination = FEP 
     4Output_Destination = console 
    55 
     6 
  • trunk/exchange.xml

    r87 r250  
     1<?xml version="1.0" encoding="ISO-8859-1"?> 
     2<CAD_DATA> 
     3    <Basic> 
     4        <Comm_Interval>30</Comm_Interval> 
     5        <Network_ID>1</Network_ID> 
     6        <Simulation>FALSE</Simulation> 
     7        <Incident>FALSE</Incident> 
     8    </Basic> 
     9</CAD_DATA> 
Note: See TracChangeset for help on using the changeset viewer.