Skip to content

Commit

Permalink
[ci skip] Making dev tools work with multiple clones
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLethbridge committed Nov 2, 2018
1 parent 2bb2071 commit 3a5a0cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-tools/pumple
Expand Up @@ -6,5 +6,6 @@ cd $UMPLEROOT/build
echo Copying jars from dist director to the umpleonline scripts directory echo Copying jars from dist director to the umpleonline scripts directory
echo Do this after qfbumple when resting umpleonline echo Do this after qfbumple when resting umpleonline
ant -DshouldPackageUmpleOnline=true -Dmyenv=local -f build.umple.xml packageUmpleonline ant -DshouldPackageUmpleOnline=true -Dmyenv=local -f build.umple.xml packageUmpleonline
cd $UMPLEROOT/umpleonline/scripts
quitserver quitserver


7 changes: 5 additions & 2 deletions dev-tools/quitserver
@@ -1,4 +1,7 @@
#!/bin/csh -fb #!/bin/csh -fb
echo Quitting any umpleonline server that is running if ! $?UMPLEROOT then
cd ~/umple/umpleonline/scripts setenv UMPLEROOT ~/umple
endif
echo Quitting any umpleonline server that is running in $UMPLEROOT/umpleonline/scripts
cd $UMPLEROOT/umpleonline/scripts
php UmpleServerTest.php server -quit php UmpleServerTest.php server -quit

0 comments on commit 3a5a0cd

Please sign in to comment.