but we can perhaps add a hook in release plugin ( if clearcase or perforce,
always set it to true)
Emmanuel
Mike Perham a écrit :
Cool, but why do you force the user to do that? Shouldn't this operation just always be called and the svn/cvs impl be a no-op?
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 24, 2005 3:04 PM
To: scm-dev@maven.apache.org
Subject: Re: Clearcase unedit command
mvn -DuseEditMode=true release:prepare
I added it for clearcase
Emmanuel
Mike Perham a écrit :
I'm trying to use release:prepare and it's obvious that the release
plugin does not work with locking SCM providers yet. You need to call
the SCM 'edit' command to open the POM for write access in Perforce
and (I assume) Clearcase. Shall I open a JIRA issue?
Caused by: org.apache.maven.plugin.MojoExecutionException: Cannot
write released version of pom to:
D:\perforce\depot\sandbox\mperham\scm-test\pom.xml
at
org.apache.maven.plugins.release.PrepareReleaseMojo.writePom(PrepareRe
le
aseMojo.java:1487
)
at
org.apache.maven.plugins.release.PrepareReleaseMojo.transformPomToRele
as
eVersionPom(Prepa
reReleaseMojo.java:782)
at
org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareRel
ea
seMojo.java:245)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugin
Ma
nager.java:399)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defau
lt
LifecycleExecutor
.java:519)
... 16 more
Caused by: java.io.FileNotFoundException:
D:\perforce\depot\sandbox\mperham\scm-test\pom.xml (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at java.io.FileWriter.<init>(FileWriter.java:73)
at
org.apache.maven.plugins.release.PrepareReleaseMojo.writePom(PrepareRe
le
aseMojo.java:1479
)
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 24, 2005 2:13 PM
To: scm-dev@maven.apache.org
Subject: Clearcase unedit command
Can you remind me what is the role of this command for clearcase?
Emmanuel