login failure
-------------

                 Key: SCM-443
                 URL: http://jira.codehaus.org/browse/SCM-443
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-perforce
    Affects Versions: 1.1.1
         Environment: windows service
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
with continnum in standalone mode
perforce 2008.2 security level 3
            Reporter: Raphael PETIT
            Priority: Blocker


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() );
 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to