Cobertura plugin for grails 2.3.9 does not work -


i have grails 2.3.7 project using cobertura plugin, works fine.

but when upgraded 2.3.9 stopped working.

this of relevant parts of stacktrace get.

error cobertura: error reading object stream. java.lang.classnotfoundexception: net.sourceforge.cobertura.coveragedata.packagedata ... cobertura: coverage data file /home/user/cobertura.ser either not exist or not readable.  creating new data file. 

from info page of grails-coverage-plugin current version (2.0.3-1):

this plugin generate code coverage reports using cobertura.   grails forked mode not supported. 

you should remove forked options build.config. removing test option enough.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -