From: John W. L. <Joh...@sa...> - 2011-03-29 09:43:32
|
That sounds right. Are you using Ant's <junit>? From: Fabien Bataille [mailto:fba...@gm...] Sent: Tuesday, March 29, 2011 3:24 AM To: cobertura-devel Subject: [Cobertura-devel] cobertura.ser still created in current dir even with java -Dnet.sourceforge.cobertura.datafile=anotherPath Hi, During instrumentation and execution I add the java option -Dnet.sourceforge.cobertura.datafile=/tmp/cobertura.ser to indicate where to create and update the cobertura.ser file. It seems that the option is well understood during the instrumentation, a cobertura.ser file is rightly created in the indicated file fullpath. BUT when the instrumented code is executed with the same option passed to the JVM another cobertura.ser file is re-created in the current working dir. Is it the right option to use ? Thanks a lot for your help ! Fabien |