Hi Madhan,
The issue Steve reported is fixed in the latest nightly build (which I uploaded half an hour ago).
Let me know if that also fixed your problem.
Gert
----- Original Message ----- From: "Madhan Retnaswamy" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "NAnt Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 7:10 PM
Subject: Re: [Nant-users] Problem with solution task
Hi Gert/Steve,
Thanks Steve for sending that repro for Gert and thanks Gert for taking up the effort to fix this issue. Really appreciate this. I am wondering what do you mean by "This issue is fixed in cvs" . From where should i download this latest fix. Are nightly builds the cvs versions of NAnt? Does this mean that the issue will be fixed in the latest nightly build that will be coming up soon? Please let me know about this and i can give a shot with the latest fix.
The other way i am trying to fix this problem is, since i have the full source code of the Microsoft Application Exception Blocks dlls, i am thinking of including this as a separate project within my solution and basically have my Exception Management Project have a project reference to the Exception Blocks project and get rid of direct file references which is causing the problems. Steve, this will work for you provided you have the source code for the dlls in your utility assembly folder. any ways lets wait for the fix and give a shot to the latest nightly build.
Thanks Steve and Gert,
Madhan.
On Tue, 17 Aug 2004 11:29:17 +0200, Gert Driesen <[EMAIL PROTECTED]> wrote:Hi Steve,
This issue is now fixed in cvs. I'll upload a new "nightly" build later today.
Thanks for the repro/sample code !
Gert
PS. Madhan, can you check whether the new nightly build (when available) also fixes your problem ?
----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 2:27 AM Subject: Re: [Nant-users] Problem with solution task
>
>
>
>
> Hi Gert
>
> I have managed to reproduce this behaviour with the following sample > code
>
> (See attached file: NantExample.zip)
>
>
> Cheers,
>
> Steve
>
>
>
>
> |---------+---------------------------->
> | | "Gert Driesen" |
> | | <[EMAIL PROTECTED]|
> | | dora.be> |
> | | |
> | | 16/08/04 16:37 |
> | | |
> |---------+---------------------------->
>
> > >---------------------------------------------------------------------------------------------------------------------------------------------|
> |
> |
> | To: <[EMAIL PROTECTED]>,
> <[EMAIL PROTECTED]>
> |
> | cc:
> |
> | Subject: Re: [Nant-users] Problem with solution task
> |
>
> > >---------------------------------------------------------------------------------------------------------------------------------------------|
>
>
>
>
> Steve,
>
> As always: please provide a small repro for this issue.
>
> Thanks !
>
> Gert
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 16, 2004 8:01 AM
> Subject: [Nant-users] Problem with solution task
>
>
>>
>>
>>
>>
>> Hi,
>>
>> I'm a having trouble with the <solution> task with respect to the >> build
>> order.
>>
>>
>>
>> The project structure is as follows ...
>>
>> Basically
>>
>> 'Project A' contains 'Class A' and 'Exception Class A'. >> 'Exception
>> Class A' inherits from 'My Base Exception' which is contained in >> 'Utility
>> Assembly'
>> 'Project B' contains 'Class B' which inherits from 'Class A' and
>> throw 'Exception Class A'. Project B does not have a reference to
>> 'Utility Assembly'
>>
>> When ever I try to build a solution I get the following message when >> it
>> tries to build 'Project B'. It highlights the line in the source code
>> where
>> it throws 'Exception Class A' .
>>
>> "Reference required to assembly 'Utility Assembly' containing >> the
>> base class 'My Base Exception'.
>>
>> When I open and build the solution in Visual Studio I don't have a
>> problem.
>>
>>
>> I have downloaded the latest nightly build nant-0.85-20040814
>>
>>
>> Cheers,
>>
>> Steve
>>
>>
>>
>> This email is sent by or on behalf of the named sender identified >> above.
>> If:
>>
>> (a) you do not wish to receive any email marketing material from me in
> the
>> future, please forward the contents of this email with the message
>> 'unsubscribe' in the subject box to [EMAIL PROTECTED]; or
>>
>> (b)you wish to unsubscribe from all central email marketing lists used >> by
>> our business,please forward the contents of this email,with the >> message
>> 'unsubscribe from all central email marketing lists' in the subject >> box
> to
>> [EMAIL PROTECTED]
>>
>> The information contained in this e-mail communication may be
>> confidential.
>> You should only read, disclose, re-transmit,copy,distribute, act in
>> reliance on or commercialise the information if you are authorised to >> do
>> so. If you are not the intended recipient of this e-mail >> communication,
>> please immediately notify us by e-mail to [EMAIL PROTECTED], or >> reply
>> by e-mail direct to the sender and then destroy any electronic and >> paper
>> copy of this message. Any views expressed in this e-mail >> communication
>> are
>> those of the individual sender, except where the sender specifically
>> states
>> them to be the views of a member of the National Australia Bank Group >> of
>> companies. Any advice contained in this e-mail has been prepared >> without
>> taking into account your objectives, financial situation or needs. >> Before
>> acting on any advice in this e-mail, National Australia Bank Limited
>> recommends that you consider whether it is appropriate for your
>> circumstances. If this e-mail contains reference to any financial
>> products,
>> the National recommends you consider the Product Disclosure statement
>> (PDS)
>> or other disclosure document before making any decisions regarding any
>> products. The National Australia Bank Group of companies does not
>> represent, warrant or guarantee that the integrity of this >> communication
>> has been maintained nor that the communication is free of errors, >> virus
> or
>> interference.
>>
>>
>>
>> -------------------------------------------------------
>> 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
