mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
fix BalloonDisplay pom file, and SIM_balloon input file.
This commit is contained in:
parent
e8d40d4f07
commit
b962f692ef
@ -11,7 +11,7 @@ dyn.balloon.wind_speed = 0.0
|
||||
# Start the Satellite Graphics Client
|
||||
# ==========================================
|
||||
varServerPort = trick.var_server_get_port();
|
||||
BalloonDisplay_path = "models/graphics/dist/BalloonDisplay.jar"
|
||||
BalloonDisplay_path = "models/graphics/build/BalloonDisplay.jar"
|
||||
|
||||
if (os.path.isfile(BalloonDisplay_path)) :
|
||||
BalloonDisplay_cmd = "java -jar " \
|
||||
@ -21,5 +21,5 @@ if (os.path.isfile(BalloonDisplay_path)) :
|
||||
os.system( BalloonDisplay_cmd);
|
||||
else :
|
||||
print('==================================================================================')
|
||||
print('BalloonDisplay needs to be built. Please \"cd\" into ../models/graphics and type \"make\".')
|
||||
print('BalloonDisplay needs to be built. Please \"cd\" into ../models/graphics and type \"mvn package\".')
|
||||
print('==================================================================================')
|
||||
|
@ -81,7 +81,7 @@
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<classpathPrefix>lib/</classpathPrefix>
|
||||
<mainClass>trick.CMDisplay</mainClass>
|
||||
<mainClass>BalloonDisplay</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
|
Loading…
Reference in New Issue
Block a user