From: Vincent M. <vm...@pi...> - 2003-05-11 19:57:41
|
Hi, I would just like to get some status WRT the move of the new dyna mocks to head. What's currently happening? Is someone doing the move? Are there any blocking items and if so is there someone working on them? I'm really keen to move to the new Dyna Mock in my applications but I would rather not do that unless they are on CVS HEAD and even better in a release... :-) Thanks! -Vincent |
From: Tim M. <tim...@po...> - 2003-05-11 22:36:36
|
Vincent - I'm with you!!! The current block as I understand is how to get the existing stuff to compile/ant build again so that we can do a release and then retire the old verision to then integrate the new version? I would be all for just zipping up the old version and then putting the new version right over top - and then trying out your examples with the new version. However does this may cause issues for anyone with the old version (however, as it was never officially released, is this really a problem?) You can probably advise on this. Steve wanted to get hold of me this weekend, but unfortunately I've been very busy. Maybe we could do a release fest at XtC - hold off on the beer and just do what it takes to make it integrate? Tim -----Original Message----- From: moc...@li... [mailto:moc...@li...]On Behalf Of Vincent Massol Sent: 11 May 2003 20:56 To: 'Mockobjects-Java-Dev' Subject: [MO-java-dev] New dyna mocks to head? Hi, I would just like to get some status WRT the move of the new dyna mocks to head. What's currently happening? Is someone doing the move? Are there any blocking items and if so is there someone working on them? I'm really keen to move to the new Dyna Mock in my applications but I would rather not do that unless they are on CVS HEAD and even better in a release... :-) Thanks! -Vincent ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Mockobjects-java-dev mailing list Moc...@li... https://lists.sourceforge.net/lists/listinfo/mockobjects-java-dev --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.476 / Virus Database: 273 - Release Date: 24/04/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.476 / Virus Database: 273 - Release Date: 24/04/2003 |
From: Tim M. <tim...@po...> - 2003-05-11 22:39:47
|
Oh yes - forgot to add, we did a bit of an excerise with the name, and I think your name "DynaMock" appears to be the best (there was some talk about Moxy - but a google search shows lots of other things by that name, one specific one is a type of proxy library as well). So I would like to sort out what we can, and then re-launch the thing with the name. Tim -----Original Message----- From: moc...@li... [mailto:moc...@li...]On Behalf Of Vincent Massol Sent: 11 May 2003 20:56 To: 'Mockobjects-Java-Dev' Subject: [MO-java-dev] New dyna mocks to head? Hi, I would just like to get some status WRT the move of the new dyna mocks to head. What's currently happening? Is someone doing the move? Are there any blocking items and if so is there someone working on them? I'm really keen to move to the new Dyna Mock in my applications but I would rather not do that unless they are on CVS HEAD and even better in a release... :-) Thanks! -Vincent ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Mockobjects-java-dev mailing list Moc...@li... https://lists.sourceforge.net/lists/listinfo/mockobjects-java-dev --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.476 / Virus Database: 273 - Release Date: 24/04/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.476 / Virus Database: 273 - Release Date: 24/04/2003 |
From: Steve F. <st...@m3...> - 2003-05-11 23:13:42
|
another thing, after all that naming stuff last week. The getter in the .Net version is called MockInstance(), which seems to describe the situation quite adequately. Tim, I expect you'll getting more intimate with .Net in your new role. Good luck. S. Tim Mackinnon wrote: > Oh yes - forgot to add, we did a bit of an excerise with the name, and I > think your name "DynaMock" appears to be the best (there was some talk about > Moxy - but a google search shows lots of other things by that name, one > specific one is a type of proxy library as well). > > So I would like to sort out what we can, and then re-launch the thing with > the name. |
From: Joe W. <jo...@tr...> - 2003-05-12 05:51:20
|
Steve Freeman wrote: > another thing, after all that naming stuff last week. The getter in > the .Net version is called MockInstance(), which seems to describe the > situation quite adequately. I prefer MockInstance because it doesnt tie the api into the fact that the mock object is generated using a dynamic proxy. For example, the enhancements I made to allow classes (as well as interfaces) to be mocked used byte code generation instead of a proxy. That's also another reason not to call it Moxy. -j |