Re: Tomcat BUILD FAILED, error=2

2006-08-22 Thread Martin Gainty
agreed..assuming they are not blocking ICMP ping the repository host to verify reachability- M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Could this be a svn problem? when i tried svn checkout http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x I got the following msg: svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not connect to serve r

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Martin, thanks. run 'svn help', works fine. ant seems recognize 'svn', this is the result from ant: svn: [exec] Type 'svn help' for usage. [exec] Result: 1 I use winxp, what's the compatible command for 'which' on windows? Yan On 8/21/06, Martin Gainty [EMAIL PROTECTED] wrote: Yan--

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
Yan-- This is an ant question please post to ant-users or ant-developers I would take this a step at a time what does the command 'which svn' return? go to shell run svn does it run ok? run svn via the exec task within ant build.xml does ant locate the the svn? properties files I would use

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: Could this be a svn problem? when i tried svn checkout http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x I got the following msg: svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not connect

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Thanks, Yan On 8/21/06, Mark Thomas [EMAIL PROTECTED] wrote: Yan Bai wrote: Could this be a svn

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Mark Thomas
Yan Bai wrote: I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Sounds like you need to talk to your network people at work to figure out how to set

Re: Tomcat BUILD FAILED, error=2

2006-08-19 Thread Mark Thomas
Martin Gainty wrote: The message was truncated ..What is the root cause ? error=2 is usually because an executable specified in an exec can not be found. In this case it was svn as was clear from further down the output. quote BUILD FAILED C:\Program Files\Apache Software

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Yan Bai
Below's the result from -verbose. Do I need a svn client to make it work? or a cvs client? Thanks a lot. -Yan -ant -verbose checkout-- Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
Cant find the file(s) C:\Documents and Settings\ybai3\build.properties C:\Program Files\Apache Software Foundation\apache-tomcat-5.5.17-src\build.properties.default A bit O/T here..I would ask this in Ant Users list M -- * This

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Mark Thomas
Yan Bai wrote: Below's the result from -verbose. Do I need a svn client to make it work? or a cvs client? Yes you need svn on your path for this to work. Mark - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Martin Gainty
The message was truncated ..What is the root cause ? * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have

Tomcat BUILD FAILED, error=2

2006-08-17 Thread Yan Bai
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

Re: Tomcat BUILD FAILED, error=2

2006-08-17 Thread Mark Thomas
Yan Bai wrote: 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... No svn client available? Try it with the -v option to get verbose