[sikuli] 206/385: a command file that allows to build the production jars on Windows

Gilles Filippini pini at moszumanska.debian.org
Sun Jun 29 19:26:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit 452ccef92b81260864d5ec0b09f1a06eaacc661b
Author: Raimund Hocke <rmhdevelop at me.com>
Date:   Tue Feb 11 16:14:20 2014 +0100

    a command file that allows to build the production jars on Windows
---
 collectJars.bat | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/collectJars.bat b/collectJars.bat
new file mode 100644
index 0000000..e2faa12
--- /dev/null
+++ b/collectJars.bat
@@ -0,0 +1,54 @@
+ at echo off
+setlocal
+set base=%~dp0
+echo SourceBase %base%
+if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
+
+set setup=Basics
+set jython=Jython
+set api=API
+set ide=IDE
+
+set mversion=1.1
+set sversion=%mversion%.0
+set version=%sversion%-Beta1
+
+set dist=%base%\..\Build
+if not exist %dist% (mkdir %dist%)
+
+REM ----------- Setup
+echo --- make Setup
+cd %base%
+call mvn -f Basics\setup* 
+copy Basics\target-setup\sikulixsetup-%version%-plain.jar %dist%\sikulixsetup-%mversion%.jar
+
+if "%1%" == "setup" (goto FINALLY)  
+  REM ----------- API
+  echo --- make API
+  cd %base%
+  call mvn -f API\api* 
+  copy API\target-api\%version%-api-plain.jar %dist%\%version%-2.jar
+  
+  REM ----------- SikuliX
+  echo --- make SikuliX
+  cd %base%
+  call mvn -f IDE\ide* 
+  copy IDE\target-ide\%version%-ide-plain.jar %dist%\%version%-1.jar
+  
+  REM ----------- MacApp
+  echo --- make MacApp
+  cd %base%
+  copy MacApp\target\*.jar %dist%
+  
+  REM ----------- Tesseract
+  echo --- make Tesseract
+  cd %base%
+  copy Tesseract\target\*.jar %dist%  
+  
+  REM ----------- Remote
+  echo --- make Remote
+  cd %base%
+  copy Remote\target\SikuliX-Remote-%sversion%.jar %dist%\%version%-3.jar  
+
+:FINALLY
+endlocal
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git



More information about the pkg-java-commits mailing list