Hi.

The problem is solved. It was a problem in the %PATH%-settings. Thank you very much.

Greetings

       André



----- Original Message ----- From: "Markus Schönhaber" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Wednesday, January 25, 2006 1:44 PM
Subject: Re: Problems with Tomcat 5.5 build.xml


Andre Kammerl wrote:
Sorry for the missing exact description of the Problem. The following
output is given when I use ant (ver 1.6.5) on the build.xml file. Looks
like the destinations of the links inside the build.xml do not exist.

O:\Tomcat_5.5>ant
Buildfile: build.xml

check.source:

get.source:

checkout:
        [echo] If the checkout fails, - todo -

BUILD FAILED
O:\Tomcat_5.5\build.xml:87: The following error occurred while executing
this line:
O:\Tomcat_5.5\build.xml:70: Execute failes: java.io.IOException:
CreateProcess: svn checkout
http://svn.apache.org/repos/asf//tomcat/current/tc5.5.x O:\Tomcat_5.5
error=2

Total time: 0 seconds
O:\Tomcat_5.5>

Hopefully somebody has an idea to solve my problem.

It seems that either you don't have Subversion installed or the svn.exe is not
in %PATH%. The Tomcat sourcecode is managed in a Subversion repository and
the ant build tries to check it out from there.
So you should install Subversion into a location where ant can find it.
Or, you could download the Tomcat source distribution and build that.

Regards
mks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to