RE: [Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
Sorry for the spam… but this “ANT” feature is what I think I am looking for.  Perhaps NANT just does not support it?   http://ant-contrib.sourceforge.net/versioninfo.html   Thanks again for your time…   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Elder

RE: [Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
Just including the “version.res” file inside the LINK’s file list also does not work.  I am comparing the output of NANT (using verbose logging) and VS and they seem near identical.   There are no errors during the compile.  Windows just won’t show the “Version” properties tab in the DL

[Nant-users] Help with CL / LINK / RC and Versioning DLLs

2005-07-06 Thread Aaron Elder
This should be “simple” but it escapes me.  I have an unmanaged C++ DLL that I can build with CL and LINK no problem.  I also have a “Version.rc” file that I am able to turn into “Version.res” no problem.  Now, how do I get the DLL embed the version info correctly?  I tried the “EmbeddedRes

Re: [Nant-users] NUnit reporting

2005-07-06 Thread Clayton Harbour
Hi there, if you are having issues with the you could try just grabbing the xsl and using the task:

RE: [Nant-users] NUnit reporting

2005-07-06 Thread Morris, Jason
Paul...I hear you.  I have run into problems as well.  I haven't had the time to generate a small repo of my problem, but if you do I think that would help all of us identify the problem.  When I try to run it I get an exception thrown.   Jason From: [EMAIL PROTECTED] [mailto:[EMA

[Nant-users] RE: Obfuscation and NAnt (John Ludlow)

2005-07-06 Thread John Ludlow
Thanks, Steven > I've been working with NineRays Spice.NET. I've had a quick look at it, and it looks pretty good. I've mentioned it to my boss, but I dunno if we'll be ablet o commit a couple of hundred dollars to this - cash is tight lately Cheers John *

Re: [Nant-users] CVS problem: used cvs-pass, cvs-checkout and .cvspass, but "Logging in" never ends

2005-07-06 Thread Clayton Harbour
Hi Pat, could you try specifying the full path to your .cvspass file and let me know if that works. The reason that it is hanging is that it is most likely waiting for you to enter authenitcation information because it can't find the .cvspass file in the current working directory. Pat Lawrenc