Using the nested element module in cvs task in ant build.xml
问题 I have problems connecting to CVS using ant build.xml. I figured out the reason was whitespaces in package attribute of CVS task as: <cvs cvsRoot=":pserver:user@xx.xxx.xxx.xx:/CVSREPO_CCP_MIG" dest="${basedir}" package="My Test Project"/> I learned from the ant website( http://ant.apache.org/manual/Tasks/cvs.html ) that we may Use a nested <module> element if you want to specify a module with spaces in its name. This specifies a package/module to work on, unlike the package attribute, modules