You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/02/20 06:33:18 UTC

[jira] [Resolved] (ANY23-272) Service fails to start with any23server.bat

     [ https://issues.apache.org/jira/browse/ANY23-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved ANY23-272.
----------------------------------------
    Resolution: Fixed

Thank you for logging the big [~k255], I assigned this one to you for Karma. If, in the future you find bugs or improvements and are able to suggest improvements, we would really like a pull request or patch :)
Thanks again.

> Service fails to start with any23server.bat
> -------------------------------------------
>
>                 Key: ANY23-272
>                 URL: https://issues.apache.org/jira/browse/ANY23-272
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: service
>    Affects Versions: 1.1
>         Environment: windows 7
>            Reporter: Karol Potocki
>            Assignee: Karol Potocki
>             Fix For: 1.2
>
>
> The service fails to start with .bat file because of script variable which is referenced in linux way with '$REPO' instead of windows like '%REPO%' at service/src/main/bin/any23server.bat [79]:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "$REPO"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "$REPO"/${project.build.finalName}.${project.packaging}
> {code}
> should be:
> {code}
> %JAVACMD% %JAVA_OPTS% %EXTRA_JVM_ARGUMENTS% -jar "%REPO%"/jetty-runner-${jetty.runner.version}.jar --path /${project.artifactId} "%REPO%"/${project.build.finalName}.${project.packaging}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)