When compiling:

    <vbc target="library" output="${debugdir}UC.Interfaces.dll"
debug="true">
      <references>
        <include name="System.dll" />
        <include name="System.Drawing.dll" />
        <include name="System.Windows.Forms.dll" />
      </references>
      <sources basedir="${sourcedir}">
        <includes name="AssemblyInfo.vb"/>
        <includes name="Addinframework.vb"/>
      </sources>
    </vbc>

I get:

      [vbc] Compiling 1 files to Y:\build\latest\debug\UC.Interfaces.dll
/imports:
Y:\build\latest\src\UCInterfaces\AssemblyInfo.vb(16) : error BC30002:
Type 'CLSC
ompliant' is not defined.

<Assembly: CLSCompliant(True)>
           ~~~~~~~~~~~~

I can't find any docs or example on <vbc> so the syntax was a wild
guess!


-------------------------------
Peter G Jones
Senior Analyst/Programmer
University of Canterbury 
-------------------------------

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to