tags:

views:

178

answers:

2

Hi, I am getting below error when running a target of ANT script. Error message saying that "server certificate verification is failed". Please help how to remove this problem. I am working in Windows XP.

C:\apache-ant-1.8.1>ant checkout
Buildfile: C:\Program Files\Java\apache-ant-1.8.1\build.xml

checkout:
[svn] Using command line interface
Svn : Checking out a working copy from a repository :
co -r HEAD https://col.../trunk C:\ant-1.8.1\Test_Checkout 
--username 69 --password *******--non-interactive
svn: PROPFIND request failed on '/svn/asia-pac-financials/trunk'
svn: PROPFIND of '/sv.../trunk': 
Server certificate verification failed: 
issuer is not trusted (https://col....com)

BUILD FAILED
C:\apache-ant-1.8.1\build.xml:16: Can't checkout

Total time: 3 seconds
+4  A: 

can you try to run svn checkout once manually to your URL (https://col.../trunk C:\ant-1.8.1\Test_Checkout ) using command line and accept certificate.

svn will ask you for confirmation. accept it permanently.

After that this should work for subsequent requests from ant script.

JoseK
This works fine...Now the problem is resolved. Thanks a lot.
Shaun
A: 

please i have got the following problem

Buildfile: build.xml does not exist! Build failed

when i extracted the ant pack i did not see the build.xml file, how can i get it??

Thanks Moe

Moe