Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7900005

Need a way to persistently disable QSW (disable menu item forever in the product that includes JT). System property is not enough.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jt4.5
    • None
    • tools
    • b15

      At the moment, the only way to disable QSW is through providing system property

      (quoting QuickStartWizard.java)
      ==========================================================================
          static final String QSW_OFF_PROPERTY = "com.sun.javatest.qswDisabled";
          
          private static final boolean qswDisabled = Boolean.parseBoolean
                  (System.getProperty(QSW_OFF_PROPERTY));
      ===========================================================================

      We need an ability to disable QSW persistently when
      using the command line:

       - java -jar <TCK>/lib/javatest.jar

      where <TCK> is TCK binary installation folder.

      We need a way to disable QSW similar to the one for Tools:
      there should be a settings file under (in our case)

      <TCK>\lib\jtExt folder with the setting used to determine
      if QSW is disabled.

      At the moment, all TCK users should warned that using QSW
      is disallowed.

            dfazunen Dmitry Fazunenko (Inactive)
            bkvartsk Boris Kvartskhava
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: