RE: [Nant-users] Nant 0.85 nightly build CSC Task does not output correct culture assembly version

2005-03-29 Thread Gert Driesen
Michael, I cannot seem to reproduce this here. Can you send me a small repro ? Thanks ! Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Dang > Sent: dinsdag 29 maart 2005 20:06 > To: nant-users@lists.sourceforge.net > Subject: [Na

Re: [Nant-users] solution task easy one?

2005-03-29 Thread Adam Fisk
Great -- thanks Ray. Just the tip to keep fiddling with paths eventually got me there. Looks like it's working now! Good luck. -Adam Ray Johnson wrote: I had to add a bunch of paths to my INCLUDE and LIBS environment variables to get it working. I had trouble getting the path passed correctly

RE: [Nant-users] solution task easy one?

2005-03-29 Thread Ray Johnson
I had to add a bunch of paths to my INCLUDE and LIBS environment variables to get it working. I had trouble getting the path passed correctly into nant. I ended up with something like this:

[Nant-users] solution task easy one?

2005-03-29 Thread Adam Fisk
I'm having trouble using the solution task to compile my Visual Studio.NET 2003 C++ project. It's basically not linking to the standard windows dlls, even though it compiles fine within Visual Studio. I was under the impression that it should just use whatever dependencies are specified in th

[Nant-users] -logfile parameter value

2005-03-29 Thread Timothy Burda
If using one of the logging methods in Nant 0.85, is it possible to get the value of the parameter that was assigned on the command line to the “-logfile” argument within the Nant script?   For example,       Given the command “nant.exe –logfile:build_results.txt”     What pr

[Nant-users] Nant 0.85 nightly build CSC Task does not output correct culture assembly version

2005-03-29 Thread Michael Dang
Hi All, In testing of NAnt 0.85 nightly build from March 25, 2005 using .NET 1.1, the version for culture specific assemblies that are generated from the CSC task are not the same for the home assembly version. E.g. I specifically put version 0.0.0.2 in the assemblyinfo file for my home assembly