[
https://issues.apache.org/jira/browse/ANY23-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155424#comment-15155424
]
Hudson commented on ANY23-272:
------------------------------
UNSTABLE: Integrated in Any23-trunk #1466 (See
[https://builds.apache.org/job/Any23-trunk/1466/])
ANY23-272 Service fails to start with any23server.bat (lewis.j.mcgibbney: rev
8de1df6b8ca11505facafe2378f4f2a803d8fd71)
* service/src/main/bin/any23server.bat
> 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)