[
https://issues.apache.org/jira/browse/ANY23-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney updated ANY23-272:
---------------------------------------
Assignee: Karol Potocki
> 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)