Re: [Nant-users] embedding version information

2005-08-09 Thread rob young
Rob --- Gary Feldman <[EMAIL PROTECTED]> wrote: > rob young wrote: > > >Let me broaden my earlier question. My goal is to > >embed subversion versioning information into, say, > an > >HTML file at build time. Right now I am using a > call > >to the command-l

RE: [Nant-users] replacetokens not working

2005-08-05 Thread rob young
(Sorry, I'm new. I didn't cc the list when I replied to Gert.) We're using .84, and can't move to .85 for a little while Rob --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Rob, > > Just to be sure: what version of NAnt are you using > ? > > Gert

[Nant-users] embedding version information

2005-08-05 Thread rob young
Let me broaden my earlier question. My goal is to embed subversion versioning information into, say, an HTML file at build time. Right now I am using a call to the command-line client, xmlpeek, and replacetokens to do that, but is there an easier way to embed version information? The project is a

[Nant-users] replacetokens not working

2005-08-04 Thread rob young
Can you help me work this out? The token replacement isn't happening when the file is copied over. I've tried a variety of solutions, even replacestring instead of replacetokens, with no luck.