Yeah, I found the link, thanks. However, it's not required if I do ant -Dtest.suites=struts_test install
as Stepan has just suggested. Previously by typing ant install I was trying to download all dependencies for all suites. And one of the suite required maven, probably maven_test. I.e. struts scenario itself does not require maven. Thanks, Alexei 2008/3/23, Sean Qiu <[EMAIL PROTECTED]>: > http://archive.apache.org/dist/maven/binaries/maven-2.0.7-bin.zip > > This one is ok. > > 2008/3/22, Stepan Mishura <[EMAIL PROTECTED]>: > > > On 3/21/08, Alexei Zakharov <[EMAIL PROTECTED]> wrote: > > > BTW, 'ant install' fails with the following error: > > > > > > <--- > > > -download: > > > [echo] ==> Do Download from > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip > > > [get] Getting: > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip > > > [get] To: > > > > /home/ayzakhar/projects/harmony/buildtest/infra/build/temp/maven-2.0.7-bin.zip > > > [get] Error opening connection java.io.FileNotFoundException: > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip > > > [get] Error opening connection java.io.FileNotFoundException: > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip > > > [get] Error opening connection java.io.FileNotFoundException: > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip > > > [get] Can't get > > > http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip to > > > > /home/ayzakhar/projects/harmony/buildtest/infra/build/temp/maven-2.0.7-bin.zip > > > > > > BUILD FAILED > > > <--- > > > > > > It looks like maven is no longer available at > > > 'http://apache.hkmirror.org/maven/binaries/maven-2.0.7-bin.zip' > > > > > > > Have you found a valid link to the archive? > > > > -Stepan. > > > > > Regards, > > > Alexei > > > > > > 2008/3/21, Alexei Zakharov <[EMAIL PROTECTED]>: > > > > Hi Stepan, > > > > > > > > Today I was trying to update the buildtest workspace and found that > > > > you've made several changes to it. I tried to read README.txt but this > > > > was not very helpful since the file itself looks outdated. Then from > > > > svn logs I understand that you've added new 'install' target to main > > > > build.xml . So what is the correct sequence now > > > > > > > > ant install > > > > ant -Dtest.suites=struts_test setup > > > > ant -Dtest.suites=struts_test run > > > > > > > > ? > > > > > > > > Regards, > > > > > > > > Alexei > > > > > > > > > > > > > -- > Best Regards > Sean, Xiao Xia Qiu > > China Software Development Lab, IBM >
