Skip to content

Commit

Permalink
Add a script "run-gui.bat" to help with Windows development
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Apr 6, 2018
1 parent 17b1b09 commit 4cbb9ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run-gui.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set "MVN=mvn --settings %~dp0/settings.xml -Dworkspace=%~dp0/.maven-workspace -Dcache=%~dp0/.maven-cache -Dorg.ops4j.pax.url.mvn.localRepository=%~dp0/.maven-workspace -Dorg.daisy.org.ops4j.pax.url.mvn.settings=%~dp0/settings.xml"
%MVN% -f %~dp0\assembly\pom.xml clean package -Pdev-launcher || goto :error
%~dp0\assembly\target\dev-launcher\bin\pipeline2.bat gui
:error
exit /b %errorlevel%

0 comments on commit 4cbb9ad

Please sign in to comment.