Hello, we are working under Linux with Maven2, COntinuum and Clearcase.. We have a server with Continuum, Clearcase views server and the maven repository. We are using dynamics vies with Clearcase, not Snapshot views.
At this time, the SCM configuration doesn't work : <scm> <connection>scm:clearcase:MyView:/VIEW_STORE/MyView.vws/config_spec</connection> </scm> Error is : Provider message: The cleartool command failed.. Command output: ------------------------------------------------------------------------------- cleartool: Error: A registry entry already exists for "MyView". ------------------------------------------------------------------------------- I have try too : scm:clearcase:/VIEW_STORE/MyView.vws/config_spec scm:clearcase:MyView:\\ServerName\viewstore\continuum-ServerName-maven-3.vws/config_spec scm:clearcase:\\ServerName\viewstore\continuum-ServerName-maven-3.vws/config_spec The error is for all : Provider message: The cleartool command failed. Command output: ------------------------------------------------------------------------------- cleartool: Error: A registry entry already exists for "continuum-ServerName-maven-3". ------------------------------------------------------------------------------- For the POM in Continuum, we have tested : pom.xml /view/MyView/vobs/PROJECT/EclipseProjectName/pom.xml With the same result... What is the good way? Is it possible with Clearcase??? Best regards, Guillaume Helle This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
