Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
RMIModelServer
Commits
e48254ce
Commit
e48254ce
authored
Jun 05, 2019
by
Evgeny Kusmenko
Browse files
Merge branch 'dev' into 'master'
Dev See merge request
!6
parents
0a1e3760
cd32a6c9
Pipeline
#147396
failed with stages
in 1 minute and 46 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
install/autopilots/AutopilotAdapterModelica.so
0 → 100755
View file @
e48254ce
File added
install/run.sh
View file @
e48254ce
...
@@ -23,4 +23,4 @@
...
@@ -23,4 +23,4 @@
source
./config.sh
source
./config.sh
echo
"Starting RMIModelServer on port
$PORT
with Autopilot folder:
$AUTOPILOT_FOLDER
"
echo
"Starting RMIModelServer on port
$PORT
with Autopilot folder:
$AUTOPILOT_FOLDER
"
java
"-Djava.rmi.server.codebase=file:rmi-model-server.jar"
"-Djava.rmi.server.hostname=localhost"
-cp
rmi-model-server.jar rwth.rmi.model.server.RMIServer
$PORT
$AUTOPILOT_FOLDER
--no-zookeeper
java
"-Djava.rmi.server.codebase=file:rmi-model-server.jar"
"-Djava.rmi.server.hostname=localhost"
-cp
rmi-model-server.jar rwth.rmi.model.server.RMIServer
$PORT
$AUTOPILOT_FOLDER
--no-zookeeper
os
=
linux no_time
install/run_with_zookeeper.bat
0 → 100644
View file @
e48254ce
@REM
@REM
@REM ******************************************************************************
@REM MontiCAR Modeling Family, www.se-rwth.de
@REM Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
@REM All rights reserved.
@REM
@REM This project is free software; you can redistribute it and/or
@REM modify it under the terms of the GNU Lesser General Public
@REM License as published by the Free Software Foundation; either
@REM version 3.0 of the License, or (at your option) any later version.
@REM This library is distributed in the hope that it will be useful,
@REM but WITHOUT ANY WARRANTY; without even the implied warranty of
@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@REM Lesser General Public License for more details.
@REM
@REM You should have received a copy of the GNU Lesser General Public
@REM License along with this project. If not, see <http://www.gnu.org/licenses/>.
@REM *******************************************************************************
@REM
@echo
off
call
config
.bat
echo
Starting
RMIModelServer
on
port
%PORT%
with
Autopilot
folder
:
%AUTOPILOT_FOLDER%
java
"-Djava.rmi.server.codebase=file:rmi-model-server.jar"
"-Djava.rmi.server.useLocalHostname"
-cp
rmi
-model-server
.jar
rwth
.rmi.model.server.RMIServer
%PORT%
%AUTOPILOT_FOLDER%
os
=
windows
no_time
%
*
pause
install/run_with_zookeeper.sh
0 → 100755
View file @
e48254ce
#!/usr/bin/env bash
if
[
-z
"
$1
"
]
;
then
PORT
=
10101
else
PORT
=
"
$1
"
fi
AUTOPILOT_FOLDER
=
autopilots
java
-cp
rmi-model-server.jar
\
-Djava
.rmi.server.codebase
=
file:rmi-model-server.jar
\
-Djava
.rmi.server.useLocalHostname rwth.rmi.model.server.RMIServer
\
$PORT
$AUTOPILOT_FOLDER
os
=
linux no_time
scripts/compile_install.sh
View file @
e48254ce
...
@@ -21,9 +21,7 @@
...
@@ -21,9 +21,7 @@
#
#
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
"
cd
..
pushd
DIR/..
mvn clean
install
-s
settings.xml
-DskipTests
mvn clean
install
-s
"settings.xml"
cd
target
cd
target
cp
"rmi-model-server-*-jar-with-dependencies.jar"
"../install/rmi-model-server.jar"
cp
rmi-model-server-
*
-jar-with-dependencies
.jar ../install/rmi-model-server.jar
popd
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment