[jboss-jira] [JBoss JIRA] (WFCORE-247) add-user.bat is broken
Darran Lofthouse (JIRA)
issues at jboss.org
Thu Nov 13 13:09:29 EST 2014
[ https://issues.jboss.org/browse/WFCORE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse moved WFLY-4066 to WFCORE-247:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-247 (was: WFLY-4066)
Affects Version/s: (was: 9.0.0.Beta1)
Component/s: Domain Management
Scripts
(was: Domain Management)
(was: Scripts)
Fix Version/s: 1.0.0.Alpha13
(was: 9.0.0.Beta1)
> add-user.bat is broken
> ----------------------
>
> Key: WFCORE-247
> URL: https://issues.jboss.org/browse/WFCORE-247
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Scripts
> Reporter: Juergen Zimmermann
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Alpha13
>
>
> When I invoke "add-user.bat <args>", then I'm getting this Windows error message (in German):
> {code}
> "that" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
> {code}
> The solution is to remove the brackets in line 34, i.e. before:
> {code}
> echo WARNING: The JBOSS_HOME ("%SANITIZED_JBOSS_HOME%") that this script uses points to a different installation than the one that this script resides in ("%RESOLVED_JBOSS_HOME%"). Unpredictable results may occur.
> {code}
> After:
> {code}
> echo WARNING: The JBOSS_HOME "%SANITIZED_JBOSS_HOME%" that this script uses points to a different installation than the one that this script resides in "%RESOLVED_JBOSS_HOME%". Unpredictable results may occur.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the jboss-jira
mailing list