TC 7.0.2, dependency snapshot: resolving of build.number does not work
Hi,
in a build chain I will reference the build number of a snapshot dependency like:
branches/Forum/%dep.bt25.lehelMilestoneNr%-%dep.bt25.build.number%
the value of dep.bt25.lehelMilestoneNr is 3.1 and
the value of dep.bt25.build.number is 21
TC7 resolve this as
branches/Forum/3.1-1
(1 is wrong)
Thanks for a hint.
Greetings
Torsten
A second problem with resolving of configuration parameters:
defining configuration parameters in a snapshot dependency like:
fixVersionExtension=-b27
lehelMilestoneNr=3.1
uriOfNewBranch=branches/Forum/%lehelMilestoneNr%%fixVersionExtension%
and referencing it in a dependent build configuration like
lehelSvnSubUri=%dep.bt25.uriOfNewBranch%
will result in (applied in vcs root configuration: http://svn-medmuc/lehel/%lehelSvnSubUri%): http://svn-medmuc/lehel/branches/Forum/3.1%25fixVersionExtension%25
Please sign in to leave a comment.