Is 267 a CVS error, or an Ant one?  How did you find that out, so I can check there 
next time I've got a problem?

Thanks!

Tim

>>> "Nico Seessle" <[EMAIL PROTECTED]> 08/23/01 02:42PM >>>

  ----- Original Message ----- 
  From: Timothy Shadel 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, August 23, 2001 9:47 PM
  Subject: Can't create process: CVS


  I've got a simple build.xml that contains only one target that tries to use CVS

  <project name="Basic" default="trycvs" basedir=".">

   <target name="trycvs">
    <cvs package="shadeltd/struts/basic/etc"
       dest="cvstest"
    />
   </target>

  </project>

  When executed on my Win2000 box with JDK 1.3 I get:

  C:\DOCUME~1\shadeltd\DOCUME~1\Work\training\shadeltd\struts\basic\buildcvs.xml:8: 
java.io.IOException: CreateProcess: cvs checkout shadeltd/struts/basic/etc error=267

267 means "The directory name is invalid." - mybe try: 

1. "mkdir cvstest"
2. To disable sending in HTML (at least to *@*.apache.org)

Thanks. 

Nico


Reply via email to