the biggest problem is that you are trying to use physical locations. The load rule is definitely incorrect. this needs to be the component root.
vob name is incorrect -- this needs to be the vob tag, not some physical location you also don't need to specify the view -- it creates its own view -- hence you need to give it a view storage location where it can create a view. also, don't use \ -- use /. load rule as I see it here would be "load /Comp_Local_finApp_vob" and the view storage location would be //remotehost/ccstg_d/views/comp/Username -----Original Message----- From: sarmahdi [mailto:[email protected]] Sent: Wednesday, February 22, 2012 8:13 AM To: [email protected] Subject: Re: maven: scm: clearcase URL help Im sorry if i seem to be annoying, hence you taking it offline. But in pure maven's sense, its still is the maven's style of URL that is needed here. (not trying to argue, just my own understanding of my problem which of course can be wrong) I have the view name, stream name, the remote path to config_spec (in clear case), the local path to my local vob in my local view. it says: [INFO] viewName = '5510041_Local_eCorp_II_Dev' ; configSpec = 'load \\remotehost\ccstg_d\views\comp\Username\Username_Local_finApp_Dev.vws\config_spec' ; vobName = 'C:/cc_views/Username_Local_finApp_Dev/Comp_Local_finApp_vob' ; streamName = 'Local_finApp_Dev' ; elementName = 'null' [INFO] project.scm.connection scm connection string is valid. then the maven exception: maven's exception doesnt give me anything more than Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -4 I think I got all the info from CC for the URL, so What am I missing in maven? if it is the element name then where do i specify that? pls help. I will really appreciate it. Thanks Syed... -- View this message in context: http://maven.40175.n5.nabble.com/maven-scm-clearcase-URL-help-tp5502632p5505214.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
