> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Ahmed, Shabana
> Sent: vrijdag 28 april 2006 18:55
> To: Gert Driesen; nant-users@lists.sourceforge.net
> Subject: RE: [NAnt-users] NAnt & Infragistics
> 
> The build file is attached please take a look when you get a chance.

You should set the Infragistics directory using the basedir attribute on the
<references> element:

        <references basedir="c:/whatever/">
                <include name="System.Runtime.InteropServices" />
            <include name="System.Web" />
            <include name="System.Web.SessionState" />-->
            <include name="Infragistics.WebUI.Shared.v6.1.dll" />
        </references>

or specify it on the include:

        <references basedir=".....">
                <include name="System.Runtime.InteropServices" />
            <include name="System.Web" />
            <include name="System.Web.SessionState" />-->
            <include name="c:/whatever/Infragistics.WebUI.Shared.v6.1.dll"
/>
        </references>

Gert



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