Title: RE: [NAnt-users] NAnt & Infragistics
Thanks for your help, Gert. The path "C:\ProgramFiles\Infragistics\NetAdvantage 2006 Volume 1 CLR 1.x\ASP.NET\Bin\" contains all the infragistics assemblies. So, I assumed that I would not need to specify each and every one of the assemblies that I will be using in the code. Still a novice to NAnt hence all the mistakes.
Thanks once again.
 
-Shabana


From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Sat 4/29/2006 8:53 AM
To: Ahmed, Shabana; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] NAnt & Infragistics



> -----Original Message-----
> From: Ahmed, Shabana [mailto:[EMAIL PROTECTED]]
> Sent: vrijdag 28 april 2006 21:52
> To: Gert Driesen; nant-users@lists.sourceforge.net
> Subject: RE: [NAnt-users] NAnt & Infragistics
>
> I have attached a build.log file. Please let me know if this
> will not be sufficient. I have also attached by Build file. Thanks!

You keep on making mistakes !

Try this one:

        <target name="WebButtons">
                <vbc output="C:\WebSamplesVB\bin\WebSamplesVB.dll"
target="library">
                        <sources>
                                <include name=".\*.vb" />
                        </sources>
                        <references>
                                <include name="System.dll" />
                                <include name="System.Collections.dll" />
                                <include name="System.Data.dll" />
                                <include name="System.Diagnostics.dll" />-->
                                <include name="C:\Program
Files\Infragistics\NetAdvantage 2006 Volume 1 CLR 1.x\ASP.NET\Bin\<!PUT THE
FILENAME OF THE ASSEMBLY HERE !!!!>" />         
                        </references>
                </vbc>
        </target>   

I really really really hope this helps ...

Gert

PS. Don't forget to add imports if necessary.


Reply via email to