Has anyone gotten the trac cruisecontrol plugin (https://oss.werkbold.de/trac-cc/) to work with cruisecontrol .NET?  I have it installed, and here are my additions to trac.ini:

 

[cruisecontrol]

ccpath = \Program Files\CruiseControl.NET\server

buildstatusfile = SoftwareTree.state

xslfile = \Program Files\CruiseControl.NET\server\xsl\header.xsl

 

It almost works, but I get the SoftwareTree.state .xml file as plain text on the web page:

 

CruiseControl Status Page

<?xml version="1.0" encoding="utf-8"?> <IntegrationResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ProjectName>Software Tree</ProjectName> <ProjectUrl>http://PLATO/ccnet</ProjectUrl> <BuildCondition>IfModificationExists</BuildCondition> <Label>1</Label> <WorkingDirectory>C:\Program Files\CruiseControl.NET\server\Software Tree\WorkingDirectory</WorkingDirectory> <ArtifactDirectory>C:\Program Files\CruiseControl.NET\server\Software Tree\Artifacts</ArtifactDirectory> <Status>Success</Status> <LastIntegrationStatus>Failure</LastIntegrationStatus> <LastSuccessfulIntegrationLabel>1</LastSuccessfulIntegrationLabel> <StartTime>2006-06-15T00:26:32.6838089-07:00</StartTime> <EndTime>2006-06-15T00:28:15.4111349-07:00</EndTime> </IntegrationResult>

Builds

 

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to