Jeff Mutonho wrote:
It spits out the message:

$ cvs
ksh: cvs:  not found

Does this mean I have to install a cvs client on the Solaris machine?

Exactly.

The scm plugin uses the cvs binary, eg.

<cvs command="diff -u -w -N -R" output="${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}"
      quiet="${maven.scm.cvs.quiet}"
      cvsRsh="${maven.scm.cvs.rsh}"
      cvsRoot="${maven.scm.cvs.root}"
      failonerror="false"/>

(from plugin.jelly)

Actually it uses the ant cvs task, which relies on the cvs binary:

<quote>
Important: This task needs "cvs" on the path. If it isn't, you will get an error (such as error 2 on windows). If <cvs> doesn't work, try to execute cvs.exe from the command line in the target directory in which you are working.
</quote>

http://ant.apache.org/manual/CoreTasks/cvs.html

-Gisbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to