> -----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.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to