Some more info:

I was using CCNET 1.5 Release version. I have just tried installing
the last 1.5 version I could find  (1.5.7385.69) but the problem is
the same.

Here are some snippets from the config I use. The non-dynamic
variables are all set in a parent config file that includes this one.

<project name="$(Project)" category="$(Category)" queue="$
(QueueName)">
      <workingDirectory>$(WorkingDir)</workingDirectory>
      <artifactDirectory>$(ArtifactDirectory)</artifactDirectory>
      <webURL>$(CCNetServer)</webURL>
(...)
      <labeller type="ccBzrRevisionLabeller">
        <workingDirectory>$(WorkingDir)\$[Branch|None]</
workingDirectory>
        <branchDirectory>$(TrunkUrl)\$[Branch|None]</branchDirectory>
        <timeout units="minutes">15</timeout>
      </labeller>
(...)
      <parameters>
        <textParameter>
          <name>Branch</name>
          <display>Branch</display>
          <default>None</default>
          <required>true</required>
        </textParameter>
      </parameters>
</project>

Chris

Reply via email to