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.

Thinking for a while the solution occurred to me, and I changed the attribute instance 
to:
    <attribute type="AssemblyCompanyAttribute" value="Intersix Technologies S.A." />

And that seems to work, but the generated AssemblyInfo.cs shows:

[assembly: AssemblyCompanyAttribute("Intersix Technologies S.A.")]

which is not quite right.

So, is this a known issue? Or am I missing something?

--
 Pedro Lamarão 
 Intersix Technologies S.A.


-------------------------------------------------------------------------
*** This mail was scanned for viruses and malicious content. ***
************* Your Security is our Business ***************
***                 Intersix Technologies S.A. 2004.                     
***                        www.intersix.com.br
*** 
-------------------------------------------------------------------------



-------------------------------------------------------
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_id70&alloc_id638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to