Madhan,

Please try to provide me with a small repro for this issue.

Thanks !

Gert

----- Original Message ----- From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Gert Driesen" <[EMAIL PROTECTED]>
Sent: Wednesday, August 11, 2004 8:44 PM
Subject: Re: [Nant-users] Can we overrite a .vbproj file from NAnt to resolve some assembly reference?



Gert,

Thanks for your support in this. I am attaching my build script and
the build out put here. I will briefly explain about the problem i am
facing with NAnt.

I have 2 projects. DataAccess Project and ExceptionManagement Project.
ExceptionManagement Project has direct file reference to 2 Microsoft
Application Exception block dlls. we can see the direct hint path
reference to these dlls  in its .vbproj file.
The DataAccess Project also has reference to these dlls but it doesnt
have a direct file reference, rather it has a project reference to
Exception Management Project.So in its .vbproj file we can actually
see a project reference to ExceptionMangement Project and no direct
file reference to those dlls.

The project builds successfully in VS.NET but when i run the build
script it breaks at DataAccess Project uable to find the reference to
those Microsoft Application Exception Block dlls.

So this is my problem and i would appreciate any solutions, fixes,
round about fixes or comments!!!!

Thanks,

Madhan.

On Tue, 10 Aug 2004 20:51:46 +0200, Gert Driesen
<[EMAIL PROTECTED]> wrote:
Madham,

I suggest packaging a small repro for this issue and sending it to me.

Gert



----- Original Message -----
From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 10, 2004 8:14 PM
Subject: Re: [Nant-users] Can we overrite a .vbproj file from NAnt to
resolve some assembly reference?

> Hello Gert,
>
> I am using one of the latest nightly build but its still not working.
>
> nightly build version: nant-0.85-20040804.
>
> Any ideas or suggestions welcome!!!!
>
> Thanks,
>
> Madhan.
>
> On Tue, 10 Aug 2004 19:34:41 +0200, Gert Driesen
> <[EMAIL PROTECTED]> wrote:
> > Madhan,
> >
> > What version of NAnt are you using ? A lot of issues were fixed > > since
the
> > 0.84 release, so I suggest trying a recent nightly build
> > (http://nant.sourceforge.net/nightly/builds).
> >
> > Gert
> >
> >
> >
> > ----- Original Message -----
> > From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, August 10, 2004 6:01 PM
> > Subject: [Nant-users] Can we overrite a .vbproj file from NAnt to
resolve
> > some assembly reference?
> >
> > > Hello everybody!!!!
> > >
> > > Can we overrite the refrence section in a project file (.vbproj > > > file)
> > > from NAnt???My build breaks at a point where it needs reference to
> > > third party dlls. i tried giving the reference to the dll folder in
> > > the <assembly folder>, but its still not working. but if i manually
> > > overrite the project file and include the dll reference in it > > > giving
> > > hint path, it works fine. so iam wondering if i can overrite the
> > > reference section of this project file in NAnt itself.I know this > > > is
> > > not the best solution for this. just want to give it a shot and > > > see.
> > > any ideas and other solutions to this problem are welcome. i also > > > came
> > > across environment variable function in Nant. can i include the dll
> > > folder path in the environment variables and call it from NAnt. > > > will
> > > this work???
> > >
> > > Thanks,
> > >
> > > Madhan.
> > >
> > >
> > > -------------------------------------------------------
> > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank > > > Media
> > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> > > _______________________________________________
> > > Nant-users mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/nant-users
> > >
> >
> >
>







------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to