From: booja p. <boo...@gm...> - 2010-11-26 12:35:11
|
Hi Ashish If i understand the problem correctly, then the following ant task would do <delete file="cobertura.ser" /> <cobertura-instrument todir="*${dir.gen.jars.instrumented}*"> <fileset dir="*${dir.gen.jars}*"> <include name="*.jar" /> </fileset> </cobertura-instrument> In case this doesnot help, please do send some more details about your problem. Thanks Boojapathy 2010/11/26 Soni, Ashish IN BLR SISL <ash...@si...> > Hello All, > > > > I would like to instrument all jars in the following directory: *${dir.gen.jars} > -> <Dir>/gen/jars/* with some include and exclude rule and I put them to > different destination directory *${dir.gen.jars.instrumented} -> > <Dir>/gen/instrumented-jars/*. > > ---------------------------------------------------------------- > > With best regards, > > Ashish Soni > > > > Siemens Information Systems Ltd. > > Corporate Technology > > Corporate Development Center India > > Healthcare 1 > > PACS > > > > No 84, Keonics Electronics City, > > Hosur Road, Bangalore 560100 > > Tel.: +91 80 2511 3353 > > mailto.: ash...@si... > > www.siemens.co.in > > > > ------------------------------ > Important notice: This e-mail and any attachment there to contains > corporate proprietary information. If you have received it by mistake, > please notify us immediately by reply e-mail and delete this e-mail and its > attachments from your system. > Thank You. > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > Cobertura-devel mailing list > Cob...@li... > https://lists.sourceforge.net/lists/listinfo/cobertura-devel > > |