[ 
https://issues.apache.org/jira/browse/SCM-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962379#comment-17962379
 ] 

ASF GitHub Bot commented on SCM-634:
------------------------------------

jira-importer commented on issue #850:
URL: https://github.com/apache/maven-scm/issues/850#issuecomment-2964629302

   **[Robert 
Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)**
 commented
   
   There are other ScmProviders which use their own private 
`ScmUrlParserResult` class, whcih can help you to write it for the ClearCase 
provider.
   If you've checked out the code from trunk, you can apply my patch. That test 
will now fail, but should succeed once the `ScmUrlParserResult` has been 
properly developed.
   If you're ready, just create a patch from you modifications and upload it 
here, so we can have a look at it.
   




> Clearcase provider status keeps displaying "Can't load the scm provider. You 
> need to define a connectionUrl parameter" but connection node is defined.
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SCM-634
>                 URL: https://issues.apache.org/jira/browse/SCM-634
>             Project: Maven SCM (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.5
>         Environment: Windows
>            Reporter: Justin Bleach
>            Priority: Major
>         Attachments: SCM-634-test.patch
>
>
> POM has been defined correctly:
> <project>
>     ......
>     <scm>
>         
> <connection>scm|clearcase|c:\views\tempview\configSpec.txt</connection>
>         
> <developerConnection>scm|clearcase|c:\views\tempview\configSpec.txt</developerConnection>
>     </scm>
>     ......
> </project>
> Plugin configuration points to "connection". When doing a 'mvn scm:status' 
> keeps telling me "Can't load the scm provider. You need to define a 
> connectionUrl parameter". However I am pointing to a valid configSpec('mvn 
> scm:validate' = success) and connection is defined as shown above.
> ConfigSpec (for completeness) is:
> element * CHECKEDOUT
> element -dir * /main/LATEST
> element * /main/release_1.0/tempview/LATEST
> element * /main/release_1.0/LATEST -mkbranch ac42144_r1.0_t0001 
> element * /main/R1.0 -mkbranch release_1.0 
> element * /main/{created_since(today)} -mkbranch release_1.0
> load c:\views\tempview\WCSF\CustomerService
> Cannot do anything with plugin currently because message prevents code from 
> being checked out.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to