Hi
I've played a bit again with the issue url builders, and the default works for me can you post a comment from your build? the string you see in the modifications part in the dasboard, so I can see if there is something in it that causes the issue url builder to not generate the url. with kind regards Ruben Willems On Fri, Apr 3, 2009 at 4:34 PM, si <[email protected]> wrote: > > Hello again, > > Using version 1.4.3.4023 I'm attempting to implement the > regexIssueTracker, but for some reason I can't get it to work: > > <sourcecontrol type="svn"> > ... > <issueUrlBuilder type="regexIssueTracker"> > <find><![CDATA[^.*Issue:\s(\d*).*$]]></find> > <replace>http://issues/show/$1</replace> > </issueUrlBuilder> > > Have tried with and without CDATA wrapper. > > I use a simple "Hello, World" type test project for trying out new > features in ccnet, svn, wix, etc. so have a nice history to play > around with: > > svn log svn://svnserver/dev/trunk/Source/Projects/HelloWorld -r4367 > ------------------------------------------------------------------------ > r4367 | Si | 2009-01-20 21:46:36 -0500 (Tue, 20 Jan 2009) | 13 lines > > * HelloWorld > - Set bugtraq properties. > > * Components.wxs > - Add Registry Component and Key to store installation location. > > * HelloWorld.Setup.wixproj > - Remove ICE45 suppression (test). > > * Setup.wxs > - Search registry for installation location if it exists. This allows > upgrades > to use a custom directory location. > Issue: 383 > > ------------------------------------------------------------------------ > > The regex was tested in Expresso against this log message and it works > fine, returning the 383 as the first numbered capture group. > > I also just tried the defaultIssueTracker to see if even the basic > option is working, and it's not showing up in last build log in > project build report or modification history. > > Do I need some other configuration change or dashboard plugin? > > cheers > si >
