You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2016/02/20 06:30:15 UTC

any23 git commit: ANY23-272 Service fails to start with any23server.bat

Repository: any23
Updated Branches:
  refs/heads/master 04ea22f4c -> 8de1df6b8


ANY23-272 Service fails to start with any23server.bat


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/8de1df6b
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/8de1df6b
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/8de1df6b

Branch: refs/heads/master
Commit: 8de1df6b8ca11505facafe2378f4f2a803d8fd71
Parents: 04ea22f
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Fri Feb 19 21:33:52 2016 -0800
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Fri Feb 19 21:33:52 2016 -0800

----------------------------------------------------------------------
 service/src/main/bin/any23server.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/8de1df6b/service/src/main/bin/any23server.bat
----------------------------------------------------------------------
diff --git a/service/src/main/bin/any23server.bat b/service/src/main/bin/any23server.bat
index 9dc21b4..c35048b 100644
--- a/service/src/main/bin/any23server.bat
+++ b/service/src/main/bin/any23server.bat
@@ -76,7 +76,7 @@ goto endInit
 @REM Reaching here means variables are defined and arguments have been captured
 :endInit
 
-%JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "$REPO"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
+%JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "%REPO%"/${project.build.finalName}.${project.packaging}
 if ERRORLEVEL 1 goto error
 goto end