Hello,
I have a configuration question.  The root of the problem is: I would
like to be able to include the publish directory of a given project
within the release email.  However, there are some complications.  The
publish directory changes from project to project, and the actual
value of <publishDir> within the <buildpublisher> depends on BOTH
preprocessor definitions (per project level) and a dynamic variable
(user-passed svn revision number to be built.)  So this is really a
question of the best way to pass dynamically generated strings into
the build log in a way that can be easily/cleanly parsed with xslt.

I know I can pass it into a batch file that will create an xml file
that can be merged, then later deleted.  But I would prefer not to
implement such a convoluted hack when all I want is to pass a single
string value to the build log.  Is there a way to turn on a verbose
mode to the <buildpublisher> so it will add to the build log?  Is
there a way to pass in a build log parameter, without making it a user-
input parameter?  (Examples would be the parameters like
$CCNetBuildDate and $CCNetProject.)

Is there a simpler solution to my problem that I'm overlooking
altogether?  Thanks in advance for any time/consideration invested.  I
have spent hours looking over the documentation and employing trial/
error before coming to this mailing list.

Reply via email to