File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ [submodule "jitsi/jvb "]
2+ path = jitsi/jvb
3+ url = https://github.com/jitsi/jitsi-videobridge.git
4+ [submodule "jitsi/jicofo "]
5+ path = jitsi/jicofo
6+ url = https://github.com/jitsi/jicofo.git
Original file line number Diff line number Diff line change 1+ echo " ------ start jvb"
2+ del ..\classes\jvb\*.jar
3+ pushd jvb
4+ call mvn clean package install -P buildFatJar -DskipTests
5+ popd
6+ cd
7+ dir jvb\jvb\target\
8+ copy jvb\jvb\target\jitsi*.jar ..\classes\jvb
9+ echo " ------ copy jvb"
10+
11+
12+ echo " ------ start jicofo"
13+ del ..\classes\jicofo\*.jar
14+ pushd jicofo
15+ call mvn clean package install -P buildFatJar -DskipTests
16+ popd
17+ cd
18+ dir jicofo\jicofo\target\
19+ copy jicofo\jicofo\target\jicofo*.jar ..\classes\jicofo
20+ echo " ------ copy jicofo"
You can’t perform that action at this time.
0 commit comments