Revision: 17920
          http://sourceforge.net/p/gate/code/17920
Author:   markagreenwood
Date:     2014-05-07 05:28:54 +0000 (Wed, 07 May 2014)
Log Message:
-----------
explicitly set the jacoco execution report file location to see if that helps 
with jenkins

Modified Paths:
--------------
    gate/trunk/build.xml

Modified: gate/trunk/build.xml
===================================================================
--- gate/trunk/build.xml        2014-05-07 01:21:44 UTC (rev 17919)
+++ gate/trunk/build.xml        2014-05-07 05:28:54 UTC (rev 17920)
@@ -524,7 +524,7 @@
         <pathelement location="${basedir}/plugins/ANNIE/" />
       </path>
     </makeurl>
-       <jacoco:coverage append="false">
+       <jacoco:coverage destfile="jacoco.exec" append="false">
          <junit fork="true" showoutput="true" printsummary="yes" 
maxmemory="512m">
         <classpath refid="test.class.path" />
         <sysproperty key="gate.config" value="${buildDir}/gate.xml" />

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to