From: Owen R. <exo...@us...> - 2005-03-11 13:23:36
|
Update of /cvsroot/netreflector/NetReflector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20588 Modified Files: reflector.build Log Message: adding vil to NetReflector build Index: reflector.build =================================================================== RCS file: /cvsroot/netreflector/NetReflector/reflector.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** reflector.build 15 Nov 2004 05:13:00 -0000 1.7 --- reflector.build 11 Mar 2005 13:23:22 -0000 1.8 *************** *** 17,20 **** --- 17,22 ---- <property name="plugin.dll" value="NetReflectorPlugin.Test.dll" /> <property name="documenter.dll" value="NetReflectorDocumenterTask.dll" /> + <property name="vil.executable" value="tools\vil\vil.exe" /> + <property name="vil.assemblies" value="${core.dll},${test.dll}" /> <!-- ALL --> *************** *** 189,193 **** --- 191,204 ---- <exec program="tools\fxcop\fxcopcmd.exe" commandline="/file:${build.dir}\NetReflector.dll /o:${build.dir}\fxcop\netreflector-fxcop.xml" failonerror="false"/> + <call target="vil" /> </target> + + <target name="vil"> + <exec program="${vil.executable}" + workingdir="${build.dir}\webdashboard" + commandline='/a="${vil.assemblies}" /outxml="../NetReflector.results-vil.xml" /m classes,enumerations,structs,types,LOC,events,impInterfaces,WMC,DIT,CBO,RFC,NOC,constructors,methods,imps,fields,properties /sc=type' + failonerror="false"/> + </target> + </project> \ No newline at end of file |