Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-09 Thread Prasad Kashyap
Both these errors that you mention below are related with server startup. You should be able to recreate them without the testsuite, on a standalone server. Seems like your run of the testsuite caught both these errors. Can you please open JIRAs for them ?

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-08 Thread Sean Qiu
Why the test pass rate is not 100%? http://geronimo.apache.org/maven/server/testsuite/ResultsSummary.html 2007/2/8, Sean Qiu [EMAIL PROTECTED]: It works, thanks you both very much. At first i modify the pom.xml to change the report destination to local file system, such as

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Prasad Kashyap
The testsuite on 1.2 is neither maintained nor supported. If you want to try it, please use the trunk. But if you want to stay on 1.2, build the geronimo/maven-plugins directory first. It will build the testsuite-maven-plugin for you. You may also have to build the geronimo/testsupport

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Sean Qiu
Thanks so much. I will try! 2007/2/7, Prasad Kashyap [EMAIL PROTECTED]: The testsuite on 1.2 is neither maintained nor supported. If you want to try it, please use the trunk. But if you want to stay on 1.2, build the geronimo/maven-plugins directory first. It will build the

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Sean Qiu
2007/2/7, Prasad Kashyap [EMAIL PROTECTED]: The testsuite on 1.2 is neither maintained nor supported. If you want to try it, please use the trunk. do you mean use the testsuite in trunk or the src of geronimo in trunk? I want to run a stable version instead of head version. Could i use the

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Prasad Kashyap
On 2/7/07, Sean Qiu [EMAIL PROTECTED] wrote: 2007/2/7, Prasad Kashyap [EMAIL PROTECTED]: The testsuite on 1.2 is neither maintained nor supported. If you want to try it, please use the trunk. do you mean use the testsuite in trunk or the src of geronimo in trunk? I meant the testsuite in

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Sean Qiu
When input mvn in the directory of testsuite, it will hang there without any response. My os is ubuntu with java1.5 Am i mess the configuration? === [INFO] [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] [INFO] Building jar:

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Prasad Kashyap
Seems like Selenium is not firing off the Firefox browser. Make sure you have the latest and greatest firefox browser. Check for a file named server.log somewhere under testsuite. It will contain more info. Cheers Prasad On 2/7/07, Sean Qiu [EMAIL PROTECTED] wrote: When input mvn in the

Re: [test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-07 Thread Jason Dillon
Also, make sure that 'firefox-bin' is in your path... this is what Selenium is going to execute on Linux not 'firefox'. On my FC5 machine its here: /usr/lib64/firefox-1.5.0.9/firefox-bin So, I have to add '/usr/lib64/firefox-1.5.0.9' to PATH for Selenium to find it. You could also

[test] run testsuite of 1.2beta fail because Unable to get resource from repository

2007-02-06 Thread Sean Qiu
Hi, everybody i want to run the geronimo test suite for my application. After install the geronimo from 1.2beta src, input mvn in the directory of testsuite. It Unable to get resource from repository. I also try it by hands the file is out-of-date. How to get these file to run the test? thanks