Ha that's interesting. I did not know we had a test instance running in Jenkins. Because I only follow Buildbot ones. Is that for long? I see only since 17 Dec. Is this instance running in Jenkins related to Sonar, or only running tests? I guess only trunk is concerned? Because in Builbot we have also all active releases branches tested (even a trunk ARM which fails one time in two, when the std trunk is OK :D ) I can't access to the OFBiz Jenkins project configuration, could that be possible?
I have worked for https://issues.apache.org/jira/browse/INFRA-3590 to add a -Dportoffset option to ant run-tests I finally stopped because of a weird test case (only one on ~830, SOAP related), but have -Dportoffset working for running OFBiz in standard mode (not test mode) I believe I have still those changes for the tests target somewhere. So then we could use it to run Sonar from Jenkins. But I have to also fix issues we got with Cobertura, so it's a lon run... Thanks for your help :) Jacques On Sunday, December 22, 2013 1:53 AM [email protected] wrote > No should be ok. > > For some reason the build fail: > https://analysis.apache.org/jenkins/job/ofbiz/667/console > > .... > > [mkdir] Created dir: > /x1/jenkins/jenkins-master/jenkins-home/jobs/ofbiz/workspace/runtime/logs/test-results/html > [junitreport] Processing > /x1/jenkins/jenkins-master/jenkins-home/jobs/ofbiz/workspace/runtime/logs/test-results/TESTS-TestSuites.xml > to /tmp/null1334149429 > [junitreport] Loading stylesheet > jar:file:/x1/jenkins/jenkins-master/jenkins-home/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl > [junitreport] Transform time: 1695ms > [junitreport] Deleting: /tmp/null1334149429 > > BUILD FAILED > /x1/jenkins/jenkins-master/jenkins-home/jobs/ofbiz/workspace/build.xml:1139: > The following error occurred while executing this line: > /x1/jenkins/jenkins-master/jenkins-home/jobs/ofbiz/workspace/build.xml:928: > Test run was unsuccessful > > Total time: 14 minutes 29 seconds > Build step 'Invoke A > ... > > > I wanted to test just now but some reasons the vm has moved *again* to > read only mode.... > > https://analysis.apache.org/jenkins/job/ofbiz/671/console > > olamy@analysis-vm:~$ touch beer > > touch: cannot touch `beer': Read-only file system > > > > On 21 December 2013 20:32, Jacques Le Roux <[email protected]> > wrote: >> Hi Olivier, >> >> Does it works only with Maven? >> I want to ressurect https://issues.apache.org/jira/browse/INFRA-3590 (I have >> a version working locally, but still issues with >> Cobertura, maybe I will use Jacoco) But OFBiz uses only Ant+Yvy, is this an >> issue? >> >> Thanks >> >> Jacques >> >> On Saturday, December 21, 2013 8:48 AM [email protected] wrote >>> http://wiki.apache.org/general/SonarInstance >>> >>> >>> On 21 December 2013 05:02, Imesh Gunaratne <[email protected]> wrote: >>>> Hi, >>>> >>>> I would like to setup Sonar for Apache Stratos (incubating). >>>> Could anyone please guide me on this? >>>> >>>> Many Thanks >>>> Imesh
