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 3d4151f162098ae874f05e91639a97b58aadcc1a Author: Raimund Hocke <[email protected]> Date: Fri Apr 4 10:46:22 2014 +0200 minor --- collectJars | 13 +++++++++++++ collectJars.bat | 17 +++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/collectJars b/collectJars index f7bdda1..55fc784 100755 --- a/collectJars +++ b/collectJars @@ -68,3 +68,16 @@ ls -l $dist/Downloads >>$log echo ----------- final content of $dist ls -lR $dist echo ----------- SikuliX collectjars end ----------- +echo - +echo -- +echo ---- +echo ------ +echo -------- Looks like success ----------- +echo check the logfile to be sure +echo $log +echo Now you can move the folder to where you want +echo and name it as you like +echo and run setup, to get your wanted packages. +echo !! BE SURE, not to download anything !! +echo !! You are doing an offline setup !! +echo --------------------------------------------- diff --git a/collectJars.bat b/collectJars.bat index bfbd6ac..0c29616 100644 --- a/collectJars.bat +++ b/collectJars.bat @@ -28,7 +28,7 @@ echo --- major version --- %mversion% >>%log% echo ----------------- SourceBase %base% >>%log% if "%1" == "2" goto :RUNPACK -if "%1" == "3" goto :RUNSETUP +if "%1" == "3" goto :COPYSETUP echo ----------------- running Maven clean install --- takes some time ... call mvn clean install >>%log% @@ -55,7 +55,7 @@ java -jar sikulixsetup-%version%-plain.jar noSetup >>%log% cd %base% dir %source% >>%log% -:RUNSETUP +:COPYSETUP REM ----------- Setup echo --- copy Setup echo --- copy Setup >>%log% @@ -72,6 +72,19 @@ echo ----------- final content of %dist% dir %dist% dir %dist%\Downloads echo ----------- SikuliX collectjars end ----------- +echo - +echo -- +echo ---- +echo ------ +echo -------- Looks like success ----------- +echo check the logfile to be sure +echo %log% +echo Now you can move the folder to where you want +echo and name it as you like +echo and run setup, to get your wanted packages. +echo BE SURE, not to download anything, +echo you are doing an offline setup +echo ---------------------------------- :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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

