Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
RMIModelServer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
simulators
RMIModelServer
Commits
e48254ce
Commit
e48254ce
authored
Jun 05, 2019
by
Evgeny Kusmenko
Browse files
Options
Browse Files
Download
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
6 deletions
+45
-6
install/autopilots/AutopilotAdapterModelica.so
install/autopilots/AutopilotAdapterModelica.so
+0
-0
install/run.sh
install/run.sh
+1
-1
install/run_with_zookeeper.bat
install/run_with_zookeeper.bat
+27
-0
install/run_with_zookeeper.sh
install/run_with_zookeeper.sh
+14
-0
scripts/compile_install.sh
scripts/compile_install.sh
+3
-5
No files found.
install/autopilots/AutopilotAdapterModelica.so
0 → 100755
View file @
e48254ce
File added
install/run.sh
View file @
e48254ce
...
...
@@ -23,4 +23,4 @@
source
./config.sh
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 @@
#
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
"
pushd
DIR/..
mvn clean
install
-s
"settings.xml"
cd
..
mvn clean
install
-s
settings.xml
-DskipTests
cd
target
cp
"rmi-model-server-*-jar-with-dependencies.jar"
"../install/rmi-model-server.jar"
popd
\ No newline at end of file
cp
rmi-model-server-
*
-jar-with-dependencies
.jar ../install/rmi-model-server.jar
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