You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by Roger Pack <ro...@gmail.com> on 2009/12/01 23:52:20 UTC

unable to build

I was a bit surprised by the following when running the unit tests


-----------------------------------------
Standard error:
-----------------------------------------
C: Unknown Host

rsh.exe: can't establish connection

cvs [checkout aborted]: end of file from server (consult above messages if any)

-----------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.016
sec <<< FAILURE!

Results :

Failed tests:
  testCheckOutWithoutTag(org.apache.maven.scm.provider.cvslib.cvsexe.command.checkout.CvsExeCheckoutCommandTest)
  testCheckOutWithTag(org.apache.maven.scm.provider.cvslib.cvsexe.command.checkout.CvsExeCheckoutCommandTest)
  testGetCommandWithStartAndEndDate(org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog.CvsExeChangeLogCommandTest)
  testGetCommandWithoutEndDate(org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog.CvsExeChangeLogCommandTest)
  testGetCommandWithBranchOrTag(org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog.CvsExeChangeLogCommandTest)
  testCvsUpdate(org.apache.maven.scm.provider.cvslib.cvsexe.command.update.CvsExeUpdateCommandTest)

(under windows)

Is this expected?
-r