Re: [NAnt-users] Asminfo task

2006-12-02 Thread Gert Driesen
Bob, You need to import the System namespace. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: zaterdag 2 december 2006 0:34 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Asminfo task What is the trick to get this task working? I am

[NAnt-users] Asminfo task

2006-12-01 Thread Bob Archer
What is the trick to get this task working? I am getting the following error: AssemblyInfo file 'C:\Development\eFramework3\Builder\AssemblyInfo.cs' could not be generated. Assembly attribute with type 'CLSCompliantAttribute' could not be loaded. Here is the task from my build file:

Re: Re: [Nant-users] asminfo Task

2003-10-30 Thread Eric Fetzer
rs" > <[EMAIL PROTECTED]> > Sent: Wednesday, October 29, 2003 10:39 PM > Subject: Fwd: Re: [Nant-users] asminfo Task > > > > OK, I got the latest nightly build and it kind of > > works. I thought it would just take my existing > > assemblyinfo.cs and u

Re: Re: [Nant-users] asminfo Task

2003-10-29 Thread Gert Driesen
ROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "Nant Users" <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 10:39 PM Subject: Fwd: Re: [Nant-users] asminfo Task > OK, I got the latest nightly build and it kind of > works. I thought it would just

Fwd: Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
;Nant Users" <[EMAIL PROTECTED]> > Sent: Wednesday, October 29, 2003 9:31 PM > Subject: [Nant-users] asminfo Task > > > > I am unable to get asminfo to update the version > in my > > AssemblyInfo.cs file. It updates the > VersionInfo.txt >

Re: [Nant-users] asminfo Task

2003-10-29 Thread Eric Fetzer
t; Gert > > - Original Message - > From: "Eric Fetzer" <[EMAIL PROTECTED]> > To: "Nant Users" <[EMAIL PROTECTED]> > Sent: Wednesday, October 29, 2003 9:31 PM > Subject: [Nant-users] asminfo Task > > > > I am unable to get

Re: [Nant-users] asminfo Task

2003-10-29 Thread Gert Driesen
t: Wednesday, October 29, 2003 9:31 PM Subject: [Nant-users] asminfo Task > 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&#x

[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? ___