Hi

take a look at my blog
http://rubenwillems.blogspot.com/search/label/customizing%20code

this will allow you to create your own publishers

another option could be a small program/batch file
that writes the result to the wanted file

the build number / label is exposed as an integration property
http://confluence.public.thoughtworks.org/display/CCNET/Executable+Task

%CCNetLabel% as an environment variable via the exec task


with kind regards
Ruben Willems

On Tue, Apr 7, 2009 at 4:57 PM, Mark Levison <[email protected]> wrote:

> The team would like me to create a simple html file with a build number and
> I'm not quite sure where to start. The file labeller looks like a good start
> expect that seems to allow only a prefix and obviously I need a prefix and
> suffix. I could just generate a file with a number in it and use other tools
> (?? suggestions ??) to create the html file - but don't know where to place
> the steps (in the config file) so that they would occur after the build
> number file was created.
>
> The html file merely need to look like:
> <html>
> <body>
> number
> </body>
> </html>
>
> Thanks
> Mark Levison
>
> Blog: http://www.notesfromatooluser.com/
> Recent Entries: Agile/Scrum Smells:
> http://www.notesfromatooluser.com/2008/06/agilescrum-smells.html
> Agile Games for Making Retrospectives Interesting:
> http://www.notesfromatooluser.com/2008/10/agile-games-for-making-retrospectives-interesting.html
>

Reply via email to