Hi the difference between the google group and the help discussions : mainly history :-) the mailing lists exist for years (before it was another one from sourceforge itself) The forums are now an extra, since they are included in the new website.
about the book: the core concepts still apply! Off course there are now more tasks and publishers natively supported, the pre-processor is also added. about the tutorials, did you look at these pages : http://www.cruisecontrolnet.org/projects/ccnet/wiki/Scenarios I hope to find some time to provide more samples (any hints and tips are welcome) about the security : I have not set it up myself, so no experience there :-( with kind regards Ruben Willems On 21 February 2012 15:46, louwho <[email protected]> wrote: > What is the difference between this Google forum\group and the help > discussions on http://www.cruisecontrolnet.org/projects/ccnet/boards/2 > (how the heck do you post there as there are no instructions, heck, > you cannot even tell if you are logged in). > > The book 'Expert .NET Delivery Using NAnt and Cruisecontrol.net'. How > relevent is that book to the changes that have been made to CCNet > since that books was published in 2005? Is there anything more recent > \relevant, I find there is a lack lack of recent tutorials (not just > documentation). > > I am just learning all this stuff (CCNet), and have a simple working > ccnet.config, that sucessfully executes through the localhost/ccnet > service. I am trying to get security set up so that users in other > locations can use cctray. I added this to the ccnet.config file > (copied and modified from one of the security examples.... > > cruisecontrol> > <internalSecurity> > <users> > <!-- Authenticated users --> > <passwordUser name="account1" display="me (Installer)" > password="%account1"/> > </users> > <permissions> > <!-- Roles --> > <rolePermission name="Releasers" forceBuild="Allow" > defaultRight="Allow" viewProject="Allow"> > <users> > <userName name="account1"/> > </users> > </rolePermission> > </permissions> > </internalSecurity> > <project name="test project"> > > Now, when I click on the 'force' button on > http://localhost/ccnet/ViewFarmReport.aspx, > I get the following exception message..."Request processing has failed > on the remote server. Permission to execute ViewProject has been > denied. I am not sure what is happening here. I am logged onto the > server as 'account1', and, I have added viewProject="Allow" to the > rollPermission name="Releasers". >
