Ignore:
Timestamp:
03/13/2019 10:07:54 AM (7 years ago)
Author:
jdalbey
Message:

Fix defect #102. Also add revision number to filenames of deploy jars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/common/SimulationException.java

    r2 r310  
    1919     * Error Message: "Unable to connect to the CAD Simulator." 
    2020     */ 
    21     public static final String CAD_SIM_CONNECT = "Unable to connect to the CAD Simulator."; 
     21    public static final String CAD_SIM_CONNECT = "Unable to connect to the CAD Server. "+ 
     22            "Check that server is running at "; 
    2223     
    2324    /**  
     
    2526     * Error Message: "Unable to communicate with the CAD Simulator." 
    2627     */ 
    27     public static final String CAD_SIM_COMM = "Unable to communicate with the CAD Simulator."; 
     28    public static final String CAD_SIM_COMM = "Unable to communicate with the CAD Server."; 
    2829     
    2930    /**  
     
    5051     * Error Message: "Unable to connect to the CAD Simulator." 
    5152     */ 
    52     public static final String NULL_VIEW = "Unable to connect to the CAD Simulator."; 
     53    public static final String NULL_VIEW = "Unable to connect to the CAD Server."; 
    5354         
    5455    /** 
Note: See TracChangeset for help on using the changeset viewer.