RE: [Nant-users] Assembly references on network drive

2005-08-05 Thread Sandeep
Hi Adam, Make sure the account you are using to run NAnt has the P: drive mapped. Also if you are using some windows service to run NAnt, write some script to re-map (delete and map) the P: drive when the windows service starts. You can use SUBST command to map the drive. In case of windows servi

[Nant-users] Assembly references on network drive

2005-08-05 Thread Adam Jeffrey
Hi, I have an issue where I am building a VS.Net 2003 solution (C#) that contains file references to assemblies located on a mapped network drive. The trouble is that Nant reports that is cannot find the assemblies and fails the build. The output from the Nant log shows the full path to the file,

RE: [Nant-users] replacetokens not working

2005-08-05 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of rob young > Sent: vrijdag 5 augustus 2005 19:33 > To: nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] replacetokens not working > > (Sorry, I'm new. I didn't cc the list when I replied

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