Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-443

perforce provider : login failure must be displayed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.2
    • 1.2
    • None
    • windows service
      Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
      with continnum in standalone mode
      perforce 2008.2 security level 3
    • Patch

    Description

      Index: PerforceLoginCommand.java
      ===================================================================
      — PerforceLoginCommand.java (revision 750811)
      +++ PerforceLoginCommand.java (working copy)
      @@ -69,7 +69,7 @@
      int exitCode = CommandLineUtils.executeCommandLine( cl, new StringBufferInputStream(password), consumer, err );
      isSuccess = consumer.isSuccess();

      • if ( isSuccess )
        + if (! isSuccess )
        {
        String cmdLine = CommandLineUtils.toString( cl.getCommandline() );

      Attachments

        Activity

          People

            olamy Olivier Lamy
            leahpar leahpar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: