Hi all,
I am new here, just tried to build T5 from source, but it failed at
the very beginning.
Detail error msg are pasted below, sorry for the bad display format.
Any inputs are very much appreciated...

Yan

OS: WIndows XP
command: ant -checkout
error msg:
=====================
C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.17-src\build.xml:7
0: Execute failed: java.io.IOException: CreateProcess: svn checkout http://svn.a
pache.org/repos/asf/tomcat/current/tc5.5.x C:\Program Files\Apache Software Foun
dation\apache-tomcat-5.5.17-src error=2

target checkout in build.xml
=====================
 <target name="checkout"
         description="Update or checkout required sources from SVN">
   <echo level="info"
       message="If the checkout fails, - todo - " />
   <exec dir="${basedir}" executable="svn">
            <arg line="checkout ${svnroot}/${current.loc} ${basedir}" />
   </exec>
 </target>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to