source: tmcsimulator/trunk/bin/renamejars.sh @ 382

Revision 382, 170 bytes checked in by jdalbey, 7 years ago (diff)

CADserver.java modified to look for a system property PROP_FILE provided at the command line so it's property file can be provided dynamically. SimulationManager?.java modified to accept an optional command line argument, the name of the script file to load when the pgm launches. Create a bin folder with shell scripts to start the complete system in different configurations.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Rename deployed Jar files to production names
3cd ../deploy
4mv -i CADClient_* CADclient.jar
5mv -i CADserver_* CADserver.jar
6mv -i SimManager_* SimManager.jar
7
Note: See TracBrowser for help on using the repository browser.