You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by akkachotu <ak...@gmail.com> on 2006/02/07 12:02:38 UTC

Exception: cvs checkout: cannot open temp file ...

I am using ANT 1.6.3 on WindowsXP. I am using below ANT task cvs to
check out files from CVS Server. However I am getting an En like "cvs
checkout: cannot open temp file BLAH BLAH" as shown below:

[CODE]
...
...
      [cvs] Using cvs passfile: .mycvspassfile
      [cvs] cvs server: Updating WIFMComplete/WIFMPortalPlayer/src
      [cvs] cvs server: Updating WIFMComplete/WIFMPortalPlayer/src/com
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/context
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/context/WIFMConstants.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/context/WIFMContext.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/context/WIFMProperties.java
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/Cg
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/Cg/CgManager.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/Cg/WIFMCg.java
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/constants
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/constants/WIFMSoap11Constants.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/constants/WIFMSoap12Constants.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/constants/WIFMSoapConstants.java
      [cvs] cvs server: Updating
WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/CgurationManagerEn.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/DataGeneratorEn.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/DataVfEn.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/ErrorData.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/ErrorResponse.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/EnCategories.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/EnCategorizable.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/EnCategoryEnum.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/InfrastructureEn.java
      [cvs] U WIFMComplete/WIFMPortalPlayer/src/com/portalplayer/WIFM/sy/En/InvalidInputEn.java
      [cvs] cvs checkout: cannot open temp file
_new_PrivateKeyInaccessibleEn.java for writing: No such file or
directory

full:

BUILD SUCCESSFUL
Total time: 14 seconds
[/CODE]


Can anyone please tell me why am I getting this En ?


Thanks in advance.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org