没有覆盖率分析报告 coverage 总结

设置自定义HUDSON_HOME启动

java -DHUDSON_HOME=/path/to/home -jar hudson.war0 V! G$ r


1 junit运行期间 出错

Error Message

Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.

Stacktrace

junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.

 

 解决 : 1 更换ant 版本

             2 设置 ant 的 Java Options  -Xmx256m  内存调大

 

2  没有提前 instr


   
   
       
                               merge="false"
                   outfile="${build.coverage.dir}/coverage.em"
                   mode="fullcopy">
               
                   
               
           

       

   


 
    
       
       
       
                       haltonfailure="no" fork="true">
           
           
           
         
           
           
           
           
           
           
               
                   
               
                  
               

           

       

你可能感兴趣的:(hudson)