0

私のプロジェクトのbuild.xmlで、コードをチェックアウトするために、次のように書いています:

    <cvs cvsRoot=":pserver:user@xx.xxx.xxx.xx:/CVSREPO_CCP_MIG" dest="${basedir}" package="My Test Project"/>

コンソールに次のように表示されます。

  [cvs] cvs server: cannot find module `My' - ignored
  [cvs] cvs server: cannot find module `Test' - ignored
  [cvs] cvs server: cannot find module `Project' - ignored
  [cvs] cvs checkout: No CVSROOT specified!  Please use the `-d' option
  [cvs] cvs [checkout aborted]: or set the CVSROOT environment variable.

モジュール名にスペースが含まれていないプロジェクトを使用して同じチェックアウトを実行すると、コードのチェックアウトは成功します。

Ant のバージョンは 1.7.x です。

4

1 に答える 1