1 Reply Latest reply on Nov 10, 2014 6:06 AM by juergen.zimmermann

    9.0 snapshot: add-user.bat is broken

    juergen.zimmermann

      When I invoke "add-user.bat <args>", then I'm getting this Windows error message (in German):

      "that" kann syntaktisch an dieser Stelle nicht verarbeitet werden.

       

      The solution is to remove the brackets in line 34, i.e. before:

      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.

      after:

      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.

       

      I'll open a JIRA ticket.