> ----- Original Message ----- > From: "Pedro Lamarao Rosa e Silva" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 10, 2004 4:39 PM > Subject: [Nant-users] Problems with asminfo Task >
> Hi, just subscribed to the list. > Nice to have a .NET build tool like NAnt, by the way. :-) > > I tried to search the archives but, alas, there are no archives. > So I'll just ask ahead. > Using the asminfo task like this: > > <asminfo> > <attributes> > <attribute type="AssemblyCompany" value="Intersix Technologies S.A." /> > </attributes> > </asminfo> > > I get the following error: > NAnt.Core.BuildException: Assembly attribute with type AssemblyCompany could not be loaded. This is correct, we do not provide support for attribute shortcut names. > Thinking for a while the solution occurred to me, and I changed the attribute instance to: > <attribute type="AssemblyCompanyAttribute" value="Intersix Technologies S.A." /> right. > And that seems to work, but the generated AssemblyInfo.cs shows: > > [assembly: AssemblyCompanyAttribute("Intersix Technologies S.A.")] I might be missing something here, but what is wrong with this ??? Gert ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users