[
https://issues.jboss.org/browse/WFCORE-1770?page=com.atlassian.jira.plugi...
]
Arthur Borsboom commented on WFCORE-1770:
-----------------------------------------
Hi Tom,
I see you have closed this bug report without a comment.
Does this mean that this is fixed?
When I download this file:
http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip
the file wildfly-10.1.0.Final/docs/contrib/scripts/service/service.bat
still contains these two lines
{code:title=wildfly-10.1.0.Final/docs/contrib/scripts/service/service.bat|borderStyle=solid}
rem NO quotes around the description here !
set DESCRIPTION="WildFly Application Server"
{code}
which should be
{code:title=wildfly-10.1.0.Final/docs/contrib/scripts/service/service.bat|borderStyle=solid}
set DESCRIPTION=WildFly Application Server
{code}
Wildfly 10.1.0.FINAL does not start as a windows service
--------------------------------------------------------
Key: WFCORE-1770
URL:
https://issues.jboss.org/browse/WFCORE-1770
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Reporter: Arthur Borsboom
Assignee: Tomaz Cerar
Priority: Minor
Fix For: 3.0.0.Alpha6
The service.bat batch file to install Wildfly as a WIndows Service (still) contains a
small error, preventing the service being added correctly.
This bug has been reported before and also has been reported as fixed. However the bug is
still there.
WFCORE-1719
The funny thing is that the batch file even describes in a REM statement that the line
"SET DESCRIPTION" should not contain quotes. So, the fix is described, but just
not applied. :)
Please remove the quotes in the next release.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)