Re: Final things for checkout and update in ClearCase

2005-12-05 Thread Wim Deblauwe
2005/12/2, Emmanuel Venisse [EMAIL PROTECTED]: Wim Deblauwe a écrit : Hi, I managed to get ClearCase working with Continuum, but there are still 2 things that need to be addressed: 1) The view name needs to depend on the artifactId, otherwise you can only add 1 project in Continuum when using

Re: [CLEARCASE] Re: [jira] Commented: (SCM-88) Add transparent support for locking providers

2005-12-05 Thread Wim Deblauwe
Created a patch and submitted to jira2005/12/2, Wim Deblauwe [EMAIL PROTECTED]: sure, I'll do that!regards,Wim2005/12/2, Emmanuel Venisse [EMAIL PROTECTED] : Wim,can you patch your clearcase provider?Emmanuelmike perham (JIRA) a écrit : [

Re: Final things for checkout and update in ClearCase

2005-12-05 Thread Emmanuel Venisse
Wim Deblauwe a écrit : 2005/12/2, Emmanuel Venisse [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Wim Deblauwe a écrit : Hi, I managed to get ClearCase working with Continuum, but there are still 2 things that need to be addressed: 1) The view

Re: [CLEARCASE] Re: [jira] Commented: (SCM-88) Add transparent support for locking providers

2005-12-05 Thread Wim Deblauwe
If you search on reporter you should find it, but it is http://jira.codehaus.org/browse/SCM-96regards,Wim2005/12/5, Emmanuel Venisse [EMAIL PROTECTED]:where?Wim Deblauwe a écrit : Created a patch and submitted to jira 2005/12/2, Wim Deblauwe [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] : sure,

Re: svn commit: r354077 - /maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/java/org/apache/maven/scm/provider/clearcase/ClearCaseScmProvider.java

2005-12-05 Thread Emmanuel Venisse
Wim, it doesn't compile : [INFO] [INFO] Compilation failure D:\apache\maven\trunks\scm\maven-scm-providers\maven-scm-provider-clearcase\src\main\java\org\apache\maven\scm\provider\

Re: svn commit: r354077 - /maven/scm/trunk/maven-scm-providers/maven-scm-provider-clearcase/src/main/java/org/apache/maven/scm/provider/clearcase/ClearCaseScmProvider.java

2005-12-05 Thread Wim Deblauwe
I'm afraid that might be because the work I'm doing on checkout and update is not complete yet. Wait on that, it will have the fix also.regards,Wim2005/12/5, Emmanuel Venisse [EMAIL PROTECTED]:Wim,it doesn't compile : [INFO]

Re: Final things for checkout and update in ClearCase

2005-12-05 Thread dan tran
On 12/5/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Wim Deblauwe a écrit : 2005/12/2, Emmanuel Venisse [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Wim Deblauwe a écrit : Hi, I managed to get ClearCase working with Continuum, but there are still 2 things that need to be addressed: 1) The view

Re: Final things for checkout and update in ClearCase

2005-12-05 Thread Wim Deblauwe
UCM has the notion of project name and stream name, with this 2 I think we can make the viewname/viewstorename unique ${user.name}${short-host-hame}${project-name}-${stream-name}. project-name and stream-name should be part of URL. You can do the same for base SCM, by make up you own project

RE: [vote] Release SCM 1.0-beta-2

2005-12-05 Thread Mike Perham
I have not tested Peforce with Continuum but here's my +0.5 (pending approval as a committer :-) just to get it out there and have more people testing it in real life. Any chance of getting a new maven-release-plugin to go along with it or is that biting off too much? mike -Original

Re: [vote] Release SCM 1.0-beta-2

2005-12-05 Thread Emmanuel Venisse
Do you have a sample of a xml file you want to read? Emmanuel Wim Deblauwe a écrit : ClearCase support is ok for maven-release-plugin, but not for Continuum. I can make it work tomorrow for Continuum by making the viewstore a plugin parameter and not being read from a settings xml file (I

Perforce changelog command?

2005-12-05 Thread Mike Perham
Who wrote this command? It doesn't work and I didn't notice until today when I tried to use the changelog report plugin. I will try to get a fix in by the end of day in hopes of making the upcoming release. mike

Re: Perforce changelog command?

2005-12-05 Thread Emmanuel Venisse
this command is very old. it was written for maven1 scm plugin and code was copied there with api adaptations. Emmanuel Mike Perham a écrit : Who wrote this command? It doesn't work and I didn't notice until today when I tried to use the changelog report plugin. I will try to get a fix in

Re: Perforce changelog command?

2005-12-05 Thread Emmanuel Venisse
we have an issue, but no volunteer for the moment. http://jira.codehaus.org/browse/MOJO-9 Must be simple to remove all code and replace it by maven-scm calls. Emmanuel Mike Perham a écrit : Ok, I just realized that the changelog-maven-plugin at codehaus isn't even using the scm subsystem - it

Re: [vote] Release SCM 1.0-beta-2

2005-12-05 Thread Wim Deblauwe
Yes, it is quite simple:clearcase-settings viewstore\\mycomputer\viewstore/viewstore/clearcase-settingsI would read this from ~/.scm/clearcase-settings.xmlIf you could help me underway, it would be very much appriciated. regards,Wim2005/12/5, Emmanuel Venisse [EMAIL PROTECTED]: Do you have a