I have the plugin configured to checkin a built ear file into CVS.The
configuration is shown below :
<execution>
<id>checkin-ear</id>
<phase>post-integration-test</phase>
<configuration>
<connectionUrl>scm:cvs:pserver:jeffm:[EMAIL
PROTECTED]:/var/lib/cvsroot:Eportal/depl/eportal-releases/eportal/dev3</connectionUrl>
<includes>"**/*.ear"</includes>
<message>Maven ear file commit</message>
<workingDirectory>target/checkout</workingDirectory>
</configuration>
<goals>
<goal>checkin</goal>
</goals>
</execution>
However , sometimes the checkin does not go through , even though
there's no error message.I can see from browsing the repository that
the commit didnt happen since the version of the ear file in CVS
remains the same, as well as the last commit date.The output I get is
:
[INFO] [scm:checkin {execution: checkin-ear}]
[DEBUG] cvsRoot: :pserver:[EMAIL PROTECTED]:2401/var/lib/cvsroot
[DEBUG] passFile: D:\Documents and Settings\jeffm\.cvspass
[DEBUG] cvsroot :pserver:[EMAIL PROTECTED]:2401/var/lib/cvsroot already exis
t in D:\Documents and Settings\jeffm\.cvspass. SKIPPED.
[INFO] Executing: cvs -z3 -f -q commit -R -F C:\DOCUME~1\jeffm\LOCALS~1\Temp\s
cm-commit-message49260.txt
[INFO] Working directory: D:\CONTINUUM-BUILDS\continuum\working-directory\86\epo
rtal-functional-tests\target\checkout
[DEBUG] Executing CVS command: commit -F C:\DOCUME~1\jeffm\LOCALS~1\Temp\scm-c
ommit-message49260.txt
Sometimes it works.What could be causing this?
--
"Don't take the name of root in vain."
Jeff Mutonho
Cape Town
South Africa
GoogleTalk : ejbengine
Skype : ejbengine
Registered Linux user number 366042
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]