Right, I think new castle libs need to be checked into rhino.

On Wed, Sep 9, 2009 at 1:53 PM, Marcus Rehm <[email protected]> wrote:

> I have this revision too.
> I saw that this class already got a Release method, but it returns bool.
> The method the it complains when i build is the IHandler.Resolve(object
> instance) which returns void.
>
> I've just put this method in the AutoMocking class:
>
> void IHandler.Release(object instance)
> {
>   throw new NotImplementedException();
> }
>
> but i don't know if it is right, i was trying to put the RSB to run and
> when i was running the build_without_tests.cmd script on the root i was
> getting this error.
> I've checked at the trunk and this revision 2230 dosen't have this method.
>
> I can send the file AutoMockingNamingSubSystem.cs with the change if you
> like...
>
>
> 2009/9/9 Craig Neuwirt <[email protected]>
>
>> Revion 2230 (latest) has the correct version which was checked in Sep 
>> 4Perhaps
>> you have a working version?
>>
>> On Wed, Sep 9, 2009 at 1:19 PM, Marcus Rehm <[email protected]>wrote:
>>
>>>
>>> Yes, I've just checked about one hour ago...
>>>
>>>
>>> On 9 set, 15:18, Craig Neuwirt <[email protected]> wrote:
>>> > You sure you got the latest? that was checked in some time last week I
>>> > believe
>>> >
>>> > On Wed, Sep 9, 2009 at 1:09 PM, Marcus Rehm <[email protected]>
>>> wrote:
>>> >
>>> > > Hi guys,
>>> >
>>> > > I've downloaded RT from the SVN and could not compile because
>>> > > AutoMocking dosen't implement IHandler, after put the method Release
>>> > > like bellow and it worked just fine.
>>> >
>>> > >            void IHandler.Release(object instance)
>>> > >            {
>>> > >                throw new NotImplementedException();
>>> > >            }
>>> >
>>> > > Now with the GitHub this svn repository still being updated?
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to