[
http://jira.codehaus.org/browse/SCM-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy closed SCM-443.
----------------------------
Resolution: Fixed
fixed in [rev 756909|http://svn.apache.org/viewvc?rev=756909&view=rev]
Snapshot deployed.
Please check as I don't have anyway to test with a real perforce provider !
> perforce provider : login failure must be displayed
> ---------------------------------------------------
>
> 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.2
> 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
> Assignee: Olivier Lamy
> Priority: Blocker
> Fix For: 1.2
>
>
> 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