• Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Minor Minor
    • None
    • JWS 3.0.1
    • None
    • None

      There is wrong output when .bat script can`t find .jar file

      rem Find jboss-modules.jar, or we can't continue
      set "JBOSS_RUNJAR=%JBOSS_HOME%\modules\system\layers\base\tomcat-vault\main\tomcat-vault.jar"
      if not exist "%JBOSS_RUNJAR%" (
        echo Could not locate "%JBOSS_RUNJAR%".
        echo Please check that you are in the bin directory when running this script.
        goto END
      )
      

      "Please check that you are in the bin directory when running this script" >> This is not correct

      In .bat script JBOSS_HOME is set up automaticly to working directory if not set, therefore your working directory should be uziped folder with scripts

              rhn-support-csutherl Coty Sutherland
              bsikora Bogdan Sikora (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: