You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/11/14 06:05:04 UTC

[1/2] karaf git commit: [KARAF-4810] Exit karaf.bat with a proper exit code

Repository: karaf
Updated Branches:
  refs/heads/master fbb6c648c -> 6719056f5


[KARAF-4810] Exit karaf.bat with a proper exit code

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/414704e0
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/414704e0
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/414704e0

Branch: refs/heads/master
Commit: 414704e0992d7d7c615fcd26230b29d2e7ba58ec
Parents: fbb6c64
Author: Sascha Vogt <s....@seeburger.de>
Authored: Mon Oct 31 11:59:00 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Nov 14 07:04:10 2016 +0100

----------------------------------------------------------------------
 .../features/base/src/main/resources/resources/bin/karaf.bat       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/414704e0/assemblies/features/base/src/main/resources/resources/bin/karaf.bat
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/bin/karaf.bat b/assemblies/features/base/src/main/resources/resources/bin/karaf.bat
index 9ebb339..de0f213 100644
--- a/assemblies/features/base/src/main/resources/resources/bin/karaf.bat
+++ b/assemblies/features/base/src/main/resources/resources/bin/karaf.bat
@@ -425,4 +425,4 @@ endlocal
 if not "%PAUSE%" == "" pause
 
 :END_NO_PAUSE
-
+    EXIT /B %ERRORLEVEL%


[2/2] karaf git commit: [KARAF-4810] This closes #261

Posted by jb...@apache.org.
[KARAF-4810] This closes #261


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/6719056f
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/6719056f
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/6719056f

Branch: refs/heads/master
Commit: 6719056f59d9cb6ca199c831926dde28590afe1f
Parents: fbb6c64 414704e
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Nov 14 07:04:37 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Nov 14 07:04:37 2016 +0100

----------------------------------------------------------------------
 .../features/base/src/main/resources/resources/bin/karaf.bat       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------