Hello All,
I'm beginner with Continuum and I try to use Maven2, Continuum with
ClearCase.
I have a multi-projects.
In the top project:
<scm>
<connection>scm:clearcase|my_view|\\myconfig_spec</connection>
<developerConnection>scm:clearcase|my_view|\\myconfig_spec</developerConnection>
</scm>
My clearcase-setting.xml:
<clearcase-settings>
<viewstore>\\myViewStore</viewstore>
<useVWSParameter>false</useVWSParameter>
</clearcase-settings>
When I had the top pom.xml in Continuum (all subprojects are aded too), and
when I build the top project all works fine.
--> my_view is created and maven build, test and install all successfully.
The problem is that when I try to build again I have the following error:
INFO ContinuumScm - Checking out project: 'Top Project', id: '46' to
'C:\yyyyy\working-directory\46'.
viewName = my_view
pathname = \\xxxxxxxxxxxxxxxx
2007-02-12 11:47:17,662 [Thread-2] DEBUG ScmManager - executing checkout
command...
2007-02-12 11:47:17,662 [Thread-2] DEBUG ScmManager - tag: null
2007-02-12 11:47:17,662 [Thread-2] DEBUG ScmManager - Running with CLEARCASE
2007-02-12 11:47:17,662 [Thread-2] DEBUG ScmManager - Executing:
C:\yyyyy\working-directory>>cleartool mkview -snapshot -tag
dti_test_continuum_view "C:\yyyyy\working-directory\46"
2007-02-12 11:47:17,943 [Thread-2] WARN ContinuumScm - Error while checking
out the code for project: 'Top Project', id: '46' to
'C:\yyyyy\working-directory\46'.
2007-02-12 11:47:17,943 [Thread-2] WARN ContinuumScm - Command output:
cleartool: Error: A registry entry already exists for "my_view".
2007-02-12 11:47:17,943 [Thread-2] WARN ContinuumScm - Provider message:
The cleartool command failed.
It try to create the view instead of update the existing one....
Does somebody have an idea?
Thanks for advance.
Regards. Didier.
[EMAIL PROTECTED]
--
View this message in context:
http://www.nabble.com/Command-output%3A-cleartool%3A-Error%3A-A-registry-entry-already-exists--for-%22my_view%22.-tf3212905.html#a8922298
Sent from the Continuum - Users mailing list archive at Nabble.com.