Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hello all- I'm using ANT in conjunction with CVSNT for development. I configured an ANT task to commit my changes. When I run that task, a text editor pops ups, and I have to save the file (i.e. name of file: cvs9a.tmp). Otherwise, if I don't save the file the task will hang until close the command prompt. I don't want to see this editor pop-up, how can I suppress this text editor from popping up? I looked into the -f switch, but I keep getting this error: "cvs commit: cannot open CVS/Entries for reading: No such file or directory." Here's my ANT task <target name="commit"> <cvs cvsroot=":sspi:rpitre at TOMCAT:/PROJECTS" package="src" command="commit" dest="c:\temp\bang2" /> </target>