Re: Re: [Nant-users] asminfo Task

2003-10-29 Thread Gert Driesen
Hi Eric, That is correct yes, but you could easily resolve that by splitting the AssemblyInfo.cs up into two files : one with the autogenerated assembly attributes and one with the fixed attributes. Hope this helps, Gert - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To:

[Nant-users] Nant - Build Using a Solution File That Contains a Web Service

2003-10-29 Thread CHOW, MARIE
Title: Nant - Build Using a Solution File That Contains a Web Service Just wondering if someone encountered this problem and what the solution is.  The solution contains a Web Service also.  The error I get when I tried to compile the VS.Net solution (via Solution task) is: System.NullRefere

Fwd: Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
OK, I got the latest nightly build and it kind of works. I thought it would just take my existing assemblyinfo.cs and update it, but it replaces it completely and the new one has just the version attribute. I'll need to add all the other attributes, correct? Thanks, Eric Note: forwarded messag

Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
Version 0.8.3f. No error, but if I trace in with echo statements, it doesn't get into the asminfo task. D:\nant -v -f:TestVersion.build NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net settings warning: frameworkinfo net-1.1 is invalid and has not been loaded:

Re: [Nant-users] asminfo Task

2003-10-29 Thread Gert Driesen
Do you get any error message ? Can you execute NAnt using the -verbose option and send me the output ? What version of NAnt are you using, btw ? Gert - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Nant Users" <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 9:31

[Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
I am unable to get asminfo to update the version in my AssemblyInfo.cs file. It updates the VersionInfo.txt file but never goes into the asminfo task (put echo's in there to trace him). Here's my script. Any help? ___

Re: [Nant-users] Where is tlbimp task?

2003-10-29 Thread Gert Driesen
It was moved into NAnt post 0.8.3 release. Try one of the latest nightly builds (http://nant.sourceforge.net/nightly/builds) Gert - Original Message - From: "rido Min" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 8:00 PM Subject: [Nant-users] Where is tl

[Nant-users] Where is tlbimp task?

2003-10-29 Thread rido Min
TLBImp task should be in NAnt conrib, but with 0.8.3 I can't find it. Who knows where is it? thx in advance rido __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ --

[Nant-users] Feature request: another way to include dependencies in builds

2003-10-29 Thread nantbfraser
There has been a lot of recent activity around the task. Most people seem to be using this to ensure that their builds proceed in the correct sequence. Just for interest, I'd like to share an idea I had when I first started using NAnt. For large projects, it still seems to be a better solution t

RE: [Nant-users] Re: [nant-dev] FYI

2003-10-29 Thread jose.arevalo
Will be great if NANT include the flag -msi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jaroslaw Kowalski Sent: Tuesday, October 28, 2003 2:48 PM To: Tom Cabanski; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Nant-users] Re: [nant-dev] FYI Sounds like

Re: [Nant-users] NAnt & Mono woes

2003-10-29 Thread Gert Driesen
You must install and enable ICU support in Mono in order to get the CultureInfo stuff working, which is what's causing this problem ... Search the Mono mailing list archives for more information ... Gert - Original Message - From: "Marco Canini" <[EMAIL PROTECTED]> To: "Gert Driesen" <[E

Re: [Nant-users] NAnt & Mono woes

2003-10-29 Thread Marco Canini
On Wed, 2003-10-29 at 07:26, Gert Driesen wrote: > You should use > > make clean && make all > > as that will first remove all assemblies from the bin directory, and then > rebuild only the assemblies that are supported on linux (and ofcourse the > NAnt.Win32 assembly isn't) ok, now i'm able to g