You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2012/02/01 22:13:03 UTC

[jira] (SCM-637) parsing of git urls fails on windows

    [ https://jira.codehaus.org/browse/SCM-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=290526#comment-290526 ] 

Robert Scholte commented on SCM-637:
------------------------------------

{noformat}
    private static final Pattern HOST_AND_PORT_EXTRACTOR =
        Pattern.compile( "([^:/\\\\~]*)(?::(\\d+))?(?::([^:/\\\\~]))?([/\\\\].*)?" );
    // host               ^-----------^
    // separator                          ^
    // port                                ^----^
    // separator                                      ^
    // user                                            ^---------^
{noformat}

At least Windows URL succeed, but the testGitDevURL fails :(
Anyone else wanna give it a try?
                
> parsing of git urls fails on windows
> ------------------------------------
>
>                 Key: SCM-637
>                 URL: https://jira.codehaus.org/browse/SCM-637
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-git
>    Affects Versions: 1.5
>            Reporter: Felix Simmendinger
>            Priority: Blocker
>
> please fix this issue raised in the release plugin http://jira.codehaus.org/browse/MRELEASE-624

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira