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

Reply via email to