I have 3 packages I generate in one of our builds. The .zip files all get created and placed in our artifacts directory and they call contain exactly what I want, so the CCNET.Config appears to be correct for generating the packages.
They all look roughly like this: <package> <name>Web App-$[$CCNetLabel]</name> <description> Web App</description> <compression>9</compression> <always>true</always> <packageList> <packageFolder baseFolder ="C:\inetpub\WebApp\" sourceFolder ="C:\inetpub\WebApp\" includeSubFolders="true" fileFilter="*.*" /> </packageList> </package> The packages are also available in cctray, if that's relevant. But what I can't see is any way to download the packages from the cruise control web dashboard... I have added <packageListPlugin /> to my <projectPlugins> in my dashboard.config (see below), but I'm not seeing anything in the dashboard for it. I've restarted both the CruiseControl Windows Service as well as restarting the IIS server for the dashboard. <projectPlugins> <packageListPlugin /> <projectReportProjectPlugin /> <viewProjectStatusPlugin /> <latestBuildReportProjectPlugin /> <viewAllBuildsProjectPlugin /> <projectStatisticsPlugin xslFileName="xsl\StatisticsGraphs.xsl" /> </projectPlugins> What am I missing? Thanks. Pete -- --- You received this message because you are subscribed to the Google Groups "ccnet-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
