Sanity: findbugs version check should be ascii only

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 7
    • Affects Version/s: 7
    • Component/s: infrastructure
    • generic
    • generic

      After I sorted out setting ANT_HOME and FINDBUGS_HOME for my windows-i586 builds,
      I find the build stopped cold, waiting for this process to return:

       2416 0:03 "javaw.exe" "-Dfindbugs.home=g:/martin/devtools/share/findbugs/findbugs-1.2.1" -Xmx384m -jar "g:/martin/devtools/share/findbugs/findbugs-1.2.1\lib\findbugsGUI.jar" "-version"

      These Windows builds run over ssh->cygwin->MKS so there is nothing remotely
      like a 'desktop' in the loop.

      j2se/make/common/shared/Sanity.gmk line 113 looks like this:

      _FINDBUGS_VER :=$(shell $(FINDBUGS) -version 2>&1 )


      I would like to add -textui, so it looks like this:

      _FINDBUGS_VER :=$(shell $(FINDBUGS) -textui -version 2>&1 )

            Assignee:
            Kelly Ohair (Inactive)
            Reporter:
            Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: