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.