Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

CruiseControl.Net - inclusion of html report? (I get 'Unable to find file') -


i have build produces (ncover 3.4 summary) html report.

i'd configure dashboard show html report.

the report produced in working folder during build - problem referencing report dashboard. should store working folder 'cc.net build records'? don't understand inner workings there...

my use of plugin in dashboard.config shown below. don't know should use actionname , have left value documentation.

the link in cc.net resolves as: http://dummyservername/ccnet/server/local/project/dummyproject/build/log20101221100723lbuild.2.0.0.176.xml/viewreport.aspx

thanks comments,

anders, denmark

  <htmlreportplugin description="ncover summary" actionname="viewreport" htmlfilename="coverage_summary.html" /> 

from ccnet documentation [1] :

this plug-in can display file in build folder under artefacts folder project. cannot display files other location (for security reasons). files can published build folder using file merge task. automatically generate correct folder structure html reports.

either way, can generate xml report, merge ccnet log , use xsl display in dashboard/emails.[2]

[1] http://build.nauck-it.de/doc/ccnet/html%20report%20plugin.html
[2] http://docs.ncover.com/how-to/continuous-integration/cruisecontrol-net/


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -