HI failing unit tests is indeed not expected, but this is due to the lack of a buildserver :-( you can use the pre-processor to reduce a lot of config-duplication.
if you add xsl files, you need to stop and start the service, That's one reason I added the possibility to add xsl files via the config, changes will be picked up on change of ccnet.config with kind regards Ruben Willems On 11 August 2011 09:42, PTR <[email protected]> wrote: > Thanks Ruben. > > I built it and made the default timeout for sync tasks be much larger > so I don't need to set it in all the projects that use it. That seems > to be all working now. > > I did run into some issues: > > My configuration failed to work as the email publisher threw an > exception. On investigation this appeared to be because the xslFiles > where not being picked up from the ccnet.config file in time and a > recently added check to see if they were empty does not handle them > being null. I "fixed" this by adding the xslFiles to each email > publisher block, not very satisfactory but it now works. > > A number of the unit tests seem to fail. I didn't look into this but I > was wondering if this is expected? > > The CCTray app balloon notifications seem to be broken and always > report builds even if it is set only to show warnings or errors. > > Regards > Phil > > > > > On Aug 10, 2:46 am, Ruben Willems <[email protected]> wrote: > > The svn version has the latest items, > > and has more than the sf version. > > > > with kind regards > > Ruben Willems > > > > On 9 August 2011 14:26, PTR <[email protected]> wrote: > > > > > > > > > Hi Ruben, > > > > > I've just tried building from svn source (haven't run it yet). It says > > > the (package) version number is 1.5.0.0, is this correct? The latest > > > prebuilt version we are using from SF is 1.6.7981.1. Does the svn > > > version contain everything (and more) than the SF version? > > > > > Thanks > > > Phil > > > > > On Jul 26, 2:43 pm, Ruben Willems <[email protected]> wrote: > > > > Hi > > > > > > as I said : we have a problem with our build server for the moment > :-( > > > > so you'll have to get the source, and compile yourself, I'm very > sorry > > > for > > > > this. > > > > > > to get the source, > > > > check out my blog at : > > >http://rubenwillems.blogspot.com/2009/01/customizing-code-of-ccnet-pa. > .. > > > > > > with kind regards > > > > Ruben Willems > > > > > > On 26 July 2011 14:28, PTR <[email protected]> wrote: > > > > > > > Thanks Ruben. > > > > > > > How do I get hold of the latest version? The version of SourceForge > > > > > still appears to be the same as before - same version number > anyway. > > > > > > > Regards, > > > > > Phil > > > > > > > On Jul 22, 7:16 am, Ruben Willems <[email protected]> wrote: > > > > > > Hi all > > > > > > > > I just fixed the code > > > > > > take a copy of the last code (build server problem :-( ) > > > > > > and it should be ok. > > > > > > > > with kind regards > > > > > > Ruben Willems > > > > > > > > On 21 July 2011 19:25, PTR <[email protected]> wrote: > > > > > > > > > Hi Julien, > > > > > > > > > Did you ever figure out how to make this work? > > > > > > > > > I have just downloaded the latest version (CruiseControl.NET > Server > > > > > > > 1.6.7981.1) and I am trying to use the "synchronised" block - > yes, > > > > > > > you're right the docs are wrong - and I am running into the > same > > > > > > > issue. > > > > > > > > > It appears that the "timeout" parameter is not recognised. The > XML > > > > > > > file is parsed correctly without this but I'm not sure the > default > > > > > > > 300s will be enough for me, so I need this to work. > > > > > > > > > Thanks > > > > > > > Phil > > > > > > > > > On May 25, 1:31 pm, Julien Bilavarn < > [email protected]> > > > > > > > wrote: > > > > > > > > Hi all, > > > > > > > > > > Apologies if this is not right place fot this, but I > encountered > > > some > > > > > > > > issues while trying to use the Synchronisation Context task, > > > refering > > > > > > > > to the following documentation : > > > > >http://confluence.public.thoughtworks.org/display/CCNET/Synchronisati. > > > > > .. > > > > > > > > > > First of all, I discovered that the documentation is wrong, > > > because > > > > > > > > the task block name specified (<sequential>) does not refer > to > > > the > > > > > > > > right task. After some researches, I find out that that the > right > > > tag > > > > > > > > to use was <synchronised>, is that correct ? > > > > > > > > > > Then I started testing it on my CruiseControl.NET-1.6.7981.1 > > > server > > > > > > > > and it works fine ... untill the moment I tried to set a time > > > value. > > > > > > > > > > <synchronised continueOnFailure="true" description="Run > all > > > > > tasks" > > > > > > > > context="RunAllOneByOne" timeout="120"> > > > > > > > > <tasks> > > > > > > > > ... > > > > > > > > </tasks> > > > > > > > > </synchronised> > > > > > > > > > > The server can not be started, returning the following error > : > > > > > > > > > > [CCNet Server:ERROR] Exception: > > > > > > > > Unable to instantiate CruiseControl projects from > > > configuration > > > > > > > > document. > > > > > > > > Configuration document is likely missing Xml nodes > required > > > for > > > > > > > > properly populating CruiseControl configuration. > > > > > > > > Unable to find reflector type for 'Nullable`1' when > > > deserialising > > > > > > > > 'timeout' > > > > > > > > Xml: timeout="120" > > > > > > > > > > Is that a known issue ? Is there a way to fix it ? > > > > > > > > Thank you for your help ! > > > > > > > > > > Julien.- Hide quoted text - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > - Show quoted text - >
