Re: [Mono-dev] NUnit versions that come with mono

2015-01-29 Thread Charlie Poole
Ideally, install the runner components of NUnit once, in a convenient location, by downloading the binaries from NUnit.org. That's how we designed the runners to be used. Each runner version rv can handle tests for any framework version fv, such that 2.0 = fv = rv. NuGet works really well for

Re: [Mono-dev] NUnit version for mono source tests

2014-10-26 Thread Charlie Poole
for monodevelop step up to help. Charlie PS: I'll post a link to a page with breaking changes since 2.4.8 when I get it done. On Sun, Oct 26, 2014 at 6:36 AM, Martin Thwaites monofo...@my2cents.co.uk wrote: I'm sure Charlie can tell us what considerations there need to be with upgrading from 2.4.8 to 2.6.3

Re: [Mono-dev] Changing the behavior of Process.Create

2014-03-04 Thread Charlie Poole
process. Charlie On Tue, Mar 4, 2014 at 9:21 AM, Rodrigo Kumpera kump...@gmail.com wrote: Hey Guys, I've been looking on how to fix those two bugs: https://bugzilla.xamarin.com/show_bug.cgi?id=17831 https://bugzilla.xamarin.com/show_bug.cgi?id=17820 And one option we're contemplating

Re: [Mono-dev] Unable to debug

2012-02-02 Thread Charlie Poole
I've run into a similar problem - a null reference due to the Resize event running earlier than I expected. I had to add some null reference checks to my handler as a result. I imagine you'll have to do the same once you get the debugger working. I imagine you are sticking with the

[Mono-dev] ANN: NUnit 2.5.8 Release

2010-10-22 Thread Charlie Poole
... https://launchpad.net/nunitv2 Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Detecting 4.0 Support

2010-07-20 Thread Charlie Poole
runtime selected by default, which could be MS .NET on Windows. I can do it differently on Windows and Linux if necessary. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Writing a cross platform daemon in C#

2010-01-09 Thread Charlie Poole
be interested to see what you come up with. Charlie -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of ma...@manfbraun.de Sent: Saturday, January 09, 2010 12:23 PM To: mono-devel-list@lists.ximian.com

[Mono-dev] Is this by design?

2009-12-23 Thread Charlie Poole
their respective folders. Is the feature not supported for external files by design? If that's the case, can you suggest alternate structure that will allow me to support multiple solutions? Charlie ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] Mono and the 4.0 profile

2009-11-20 Thread Charlie Poole
Hi Miguel, The only downside to dropping the 2.0 profile would be that Mono could not be used to target the 2.0/3.5 runtimes. So perhaps this idea is not as hot as I initially thought. Good thinking. :-) Charlie ___ Mono-devel-list mailing

[Mono-dev] ANN: NUnitLite License Change

2009-08-28 Thread Charlie Poole
://nunitlite.org. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnit 2.5.2 - Final Sourceforge Release

2009-08-11 Thread Charlie Poole
for NUnit 2.5 and NUnit 3.0, will take place using Launchpad as our host. Our new home on Launchpad: http://launchpad.net/nunit-xtp - our umbrella project http://launchpad.net/nunit-2.5 - NUnit 2.5 http://launchpad.net/nunit-3.0 - NUnit 3.0 Charlie

Re: [Mono-dev] nunit test upgrading task force

2009-06-24 Thread Charlie Poole
Thanks Charlie. It is good to know that it does not likely to be much more tasks to do for upgrading. On the other hand I was under the impression that those obsoleted ones lived in 2.5 - the conversion work is likely needed more. From the release notes... * The following obsolete

Re: [Mono-dev] nunit test upgrading task force

2009-06-23 Thread Charlie Poole
2.4.8 the last 2.4 release, I'd be glad to to a 2.4.9 for Mono if there should be any problems that are easy to fix. Charlie PS: If you find (using NUnit 2.4.x) that anything is marked Obsolete, you can pretty much count that it's already gone in 2.5. -Original Message- From: mono-devel

[Mono-dev] RFC: Identifying installed versions of Mono for NUnit

2009-03-25 Thread Charlie Poole
that the user has chosen to associate with NUnit. Any thoughts on this? Is selection of alternate Mono versions from within NUnit inconsistent with how NUnit is installed on Linux? Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

[Mono-dev] AppDomain Loading Issue

2009-03-25 Thread Charlie Poole
in how assemblies are located and loaded since 2.0.1? Alternatively, I can submit a bug, but I hate to tell you that you need the entire source of NUnit to replicate it. :-) Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http

Re: [Mono-dev] Announcing Mono 2.4 RC 3...

2009-03-24 Thread Charlie Poole
I just filed http://bugzilla.novell.com/show_bug.cgi?id=488383 which prevents NUnit's TestCaseSource and ValueSource attributes from working correctly under Mono. Charlie -Original Message- From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-boun

Re: [Mono-dev] SPAM-LOW: Re: [Bug 484244] [Regression] nunit-console.exe requires /noshadow

2009-03-16 Thread Charlie Poole
. Charlie Atsushi Eno In case anyone doesn't already know it, /noshadow solves a lot of problems simply because it avoids executing a very large part of the nunit code. It's like fixing your automobile starter by parking on a hill - or maybe fixing your brakes by running into a tree

Re: [Mono-dev] SPAM-LOW: Re: Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Charlie Poole
in testing mono has ever been reported upstream to the NUnit project. Yet the odds are that at least some of them are our fault. :-) Any suggestions on this general (possible) problem? I'll comment on the specific issue as soon as I recover my id and password to the bug system. Charlie

Re: [Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-05 Thread Charlie Poole
to comment? Would you find this useful for finding regressions? Actually, it would be very useful for my own testing of NUNit too. Charlie Regards, Jamie. -- http://www.testdriven.net http://twitter.com/jcansdale http://weblogs.asp.net/nunitaddin On Thu, Mar 5, 2009 at 5:01 AM, Charlie

Re: [Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-04 Thread Charlie Poole
Hi Leszek, On Wed, Mar 4, 2009 at 3:13 AM, Charlie Poole char...@nunit.com wrote: Hi All, This is a bit OT for the dev list, but I suspect I'll get more solid answers based on experience here than elsewhere. In NUnit, it is now possible to specify the runtime under which

Re: [Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-04 Thread Charlie Poole
but MS.NET is assumed. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-04 Thread Charlie Poole
, but I can see I've opened a can of worms. :-) Regards, Jamie. -- http://www.testdriven.net http://twitter.com/jcansdale http://weblogs.asp.net/nunitaddin On Wed, Mar 4, 2009 at 3:13 AM, Charlie Poole char...@nunit.com wrote: Hi All, This is a bit OT for the dev list, but I suspect

[Mono-dev] Advice on Standard Tags to represent Runtimes

2009-03-03 Thread Charlie Poole
! Thanks, Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Ann: NUnit 2.5 Beta 2 Release - Good News and Bad News

2009-01-16 Thread Charlie Poole
://nunit.org/?p=downloads. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] SPAM-LOW: Re: Running .net appliation from mac

2008-12-16 Thread Charlie Poole
of communicating, I strongly believe we have to model them. As far as Nabble goes, I'm with you. I use mail lists rather than online forums because I'm often disconnected. Typical Nabble responses don't include any context unless you go to the site. Charlie Am 16.12.2008 um 16:33 schrieb Steve Bjorg

[Mono-dev] FW: [Mono-list] Best (Cross-Platform) Practice for Resources

2008-12-04 Thread Charlie Poole
Hi, No response on mono-list, so I thought I'd try here. Does anyone know of a list targeted specifically to developing apps on and/or for multiple CLR platforms? Charlie \ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: Monday

Re: [Mono-dev] SPAM-LOW: Re: NUnit migration and test failure status

2008-12-01 Thread Charlie Poole
methods, like... nunit-console ... -out:TestDetails.log TestSummary.log If this doesn't help, send me some more info and we'll either figure out how to do it or change for 2.4.9. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent

Re: [Mono-dev] SPAM-LOW: Re: NUnit migration and test failure status

2008-11-30 Thread Charlie Poole
As you may remember from Madrid, I'm planning a GTK version of NUnit as part of the new NUnit 3.0 Platform. I thought I'd call it nunit-gtk and depending on licensing I might be able to use pieces of gnunit, so the work won't be lost in any case. Charlie -Original Message- From

Re: [Mono-dev] SPAM-LOW: NUnit migration and test failure status

2008-11-27 Thread Charlie Poole
from which the assembly was loaded or on a path relative to it. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnit 2.5 Beta 1

2008-11-27 Thread Charlie Poole
. For the full story of this release the release notes at http://nunit.org/?p=releaseNotesr=2.5. You may download the release at http://nunit.org/?p=downloads. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] SPAM-LOW: Re: [Mono-list] NUnit Version - Upgrade soon?

2008-11-25 Thread Charlie Poole
Ah ha! I saw nunit-console.dll in your post and assumed you had re-written the console program for some reason. Now I'm less confused. :-) Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: Tuesday, November 25, 2008 12:06 AM

[Mono-dev] Launching A Process Under Mono

2008-11-19 Thread Charlie Poole
- btw, the use case for this is if somebody wants to run a test under the Mono 1.0 profile from the Gui running under 2.0. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [Ximian-mono-list] Mono unit test failures on windows...

2008-11-11 Thread Charlie Poole
The assert dialog comes up running NUnit's internal tests under Mono on Windows as well. It happens in our Gui tests and appears even if the tests are all passing. It could be an NUnit issue, of course, but if so I haven't found the cause yet. Charlie -Original Message- From: [EMAIL

Re: [Mono-dev] Problem with Probing Path

2008-11-11 Thread Charlie Poole
OK, I can run if I set MONO_PATH to ./lib but that still doesn't explain why the config entry is ignored AFAICS. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: Tuesday, November 11, 2008 12:17 PM To: mono-devel-list

[Mono-dev] Problem with Probing Path

2008-11-11 Thread Charlie Poole
Hi All, I was getting strange failures with the latest install of nunit.exe under Mono - no message, it just goes away. I finally figured out that some of my nunit assemblies were not being found. For this release, I moved the nunit library assemblies to a lib subdirectory, which I put on the

Re: [Mono-dev] SPAM-LOW: Re: Problem with Probing Path

2008-11-11 Thread Charlie Poole
I'm using 2.0.1. Is that sufficiently after 2.0? :-) However, what I didn't mention is that this is happening on Windows. I have some setup to do before trying this new version on Linux. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Mono-dev] Problem with Probing Path

2008-11-11 Thread Charlie Poole
In fact, I did... although that would be a bug as well. :-) Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Färber Sent: Tuesday, November 11, 2008 12:49 PM To: Charlie Poole Cc: mono-devel-list@lists.ximian.com Subject: Re

Re: [Mono-dev] SPAM-LOW: Re: Problem with Probing Path

2008-11-11 Thread Charlie Poole
Well, it's likely that many users are still on 1.9x due to limitations of their distros, so I'll either keep everything in a single directory for this release or use the workaround. Thanks for the info. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [Mono-dev] Mono 2.0 download

2008-10-07 Thread Charlie Poole
to support. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Bug? Or is it Me?

2008-08-18 Thread Charlie Poole
the assembly back to the first domain - a typical mistake people make - and I don't have an AppDomainManager that could be doing it. Can anyone suggest directions for further investigation? Charlie ___ Mono-devel-list mailing list Mono-devel-list

[Mono-dev] ANN: NUnit 2.4.8 - An Unexpected Release!

2008-07-21 Thread Charlie Poole
Hi All, With 2.5 taking longer than planned, a few bug fixes had accumulated. So I went ahead and released NUnit 2.4.8, incorporating those fixes. You can see what was fixed or download at http://nunit.com. Charlie PS: My ISP is making changes. The nunit.org and nunit.net sites are pointed

[Mono-dev] ANN: NUnit 2.5 Alpha 3 Is Out

2008-07-08 Thread Charlie Poole
. Because there are so many changes, I'm including only an outline below. For details, see the release notes at http://nunit.org/? p=releaseNotesr=2.5 as well as the appropriate sections of the documentation. You can download the release at http://sourceforge.net/projects/nunit. Charlie

[Mono-dev] Ann: NUnit 2.5 Alpha 1 Release

2008-04-20 Thread Charlie Poole
/?p=releaseNotesr=2.5 Download it at http://nunit.org/?p=download Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnit 2.4.7 Released

2008-03-31 Thread Charlie Poole
. Various bugs are also addressed. For details see the release notes at http://nunit.org/?p=releaseNotesr=2.4.7 Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: CSUnitAddin 1.0 Released

2008-01-28 Thread Charlie Poole
development. It supports newer csUnit versions running under .NET 2.0. You can download CSUnitAddin 1.0 at http://nunit.org/?p=addins Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

[Mono-dev] ANN: NUnitResults 1.0 Released

2008-01-18 Thread Charlie Poole
a an index page and a set of detail pages, one for each test assembly. Summary info to the fixture level is presented, together with the details of any failures or ignored tests. You can get it at http://nunit.org/?p=extras Charlie ___ Mono-devel-list

[Mono-dev] ANN: NUnit 2.4.6 Released

2007-12-31 Thread Charlie Poole
selected * The console command line now accepts expressions that specify boolean combinations of categories. See http://nunit.com/?p=releaseNotesr=2.4.6 for more details Download it at http://nunit.com/?p=download Charlie ___ Mono-devel-list mailing

[Mono-dev] Can't submit bugs

2007-12-17 Thread Charlie Poole
Hi All, I guess it's been a while since I submitted any and now I can't get in. Should I request a novell id? Will I still be linked to my old bugs? Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com

Re: [Mono-dev] NUnit in Mono.

2007-12-17 Thread Charlie Poole
Hi Miguel, Apparently, nobody else remembers either. :-) I suggest upgrading to 2.4.x if possible, and I'll take on any bug fixes to NUnit needed to make it happen. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent

Re: [Mono-dev] Continued Filewatcher Problems

2007-12-12 Thread Charlie Poole
I should have said... this is with 1.2.6 preview 4. charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: Wednesday, December 12, 2007 12:11 PM To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Continued Filewatcher

[Mono-dev] Continued Filewatcher Problems

2007-12-12 Thread Charlie Poole
Hi, NUnit's FileWatcher tests, which have been disabled under mono for a long time, are continuing to fail when run under windows. The file is changed, but no notification is ever received. Should this be working? Charlie ___ Mono-devel-list mailing

[Mono-dev] Blog: Time for a New NUnit

2007-12-12 Thread Charlie Poole
Hi All, Read about the new NUnit 3.0 Platform, coming soon... http://nunit.com/blogs/?p=53 Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] GTK# NUnit Gui

2007-11-15 Thread Charlie Poole
is best. Alternatively, you can jump in on the nunitv3 group on Google, which is now public. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnitLite 0.2.0 Released

2007-11-12 Thread Charlie Poole
NUnitLite 0.2.0 is now available for download at http://www.codeplex.com/NUnitLite/Release/ProjectReleases.aspx?ReleaseId=656 8 NUnitLite is a lightweight version of NUnit, suitable for running in resource-limited environments. With this release, you can run tests under .NET 1.0, 1.1, 2.0, 3.0

Re: [Mono-dev] MonoSummit: Planning the Sessions

2007-11-01 Thread Charlie Poole
version of NUnit (3.0) particularly in terms of how it could use Mono.Addins as a base for it's extension architeture. 4) Lots of free time to share ideas on topics that I won't think of until I'm there. Charlie ___ Mono-devel-list mailing list Mono

Re: [Mono-dev] Mono version numbering

2007-11-01 Thread Charlie Poole
that way. It will run under 2.0 but offer the option to run tests in a separate process under 1.0. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] SPAM-LOW: Failing Unit Tests of NET_2_0 Profile

2007-09-17 Thread Charlie Poole
the exception. Charlie Robert ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list ___ Mono-devel-list mailing list Mono-devel-list

[Mono-dev] Mono support for .NET 1.0 (was Possible bug in System.Windows.Forms)

2007-09-02 Thread Charlie Poole
not expend any more effort on 1.0 than I have to. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnitLite 0.1.0 Released

2007-08-20 Thread Charlie Poole
For more info, see the readme file, which is appended below. Charlie README.txt NUnitLite supports both an attribute-based an an inheritance-based approach to test identification. Classes marked with the TestFixtureAttribute represent fixtures and methods with the TestAttribute are test cases

[Mono-dev] Ann: NUnit 2.4.3 Released

2007-08-17 Thread Charlie Poole
minor fixes, this release runs much more reliably under Mono on Windows or Linux. For details, see the release notes at http://nunit.com/?p=releaseNotesr=2.4.2 or download it at http://nunit.com/?p=download Charlie ___ Mono-devel-list mailing list Mono

[Mono-dev] NUnit under Mono

2007-08-16 Thread Charlie Poole
thinking at this point is to do some preliminary testing on 1.2.4 and to switch to 1.2.5 once it actually releases, but I'm open to suggestions. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-dev] NUnit under Mono

2007-08-16 Thread Charlie Poole
maintain one set of tests for the head alone. Charlie -Original Message- From: Marek Safar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 12:14 PM To: Charlie Poole Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] NUnit under Mono Hi Charlie, I just

Re: [Mono-dev] NUnit under Mono

2007-08-16 Thread Charlie Poole
The code is now in CVS. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: Thursday, August 16, 2007 12:19 PM To: 'Marek Safar' Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] NUnit under Mono

Re: [Mono-dev] SPAM-LOW: Re: [PATCH] System.Linq.Expressions

2007-08-13 Thread Charlie Poole
, the examples should be made consistent with the NUnit you are actually using if that's not already the case. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [PATCH] System.Linq.Expressions

2007-08-12 Thread Charlie Poole
. Both statements have a more serious problem in that the aruments are backwards. The expected value comes first. It makes no difference if none of your tests fail, but it can be really confusing when they do and the message is backwards! Charlie

Re: [Mono-dev] SPAM-LOW: Re: Unhandled Exceptions in Mono

2007-08-11 Thread Charlie Poole
) and continue to run in a degraded mode. Anyway, it's documented as a difference. If it's not changed, maybe it should go into a short list of Things we deliberately do differently. Charlie ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] Cross-platform command-lines

2007-08-10 Thread Charlie Poole
can use it either way and be satisfied. Sounds good - I'll watch for it. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Cross-platform command-lines

2007-08-09 Thread Charlie Poole
for the use of the series of small utilities I'm starting to publish. In fact, since it doesn't make any sense to install one of my NUnit Extras if you don't already have NUnit, I can just assume it's present for them. Hope it helps, It did. Charlie -- Rafael Monoman Teixeira

Re: [Mono-dev] Cross-platform command-lines

2007-08-08 Thread Charlie Poole
Hi Mirco, On Tue, 2007-08-07 at 10:21 -0700, Charlie Poole wrote: Some follow-up questions, now that I've looked at mono.getOptions. 1) I like the idea of having the system provide this capablility, rather than including it in every app. But what do people generally do for cross

Re: [Mono-dev] Licensing [WAS: Cross-platform command-lines]

2007-08-08 Thread Charlie Poole
that you reused the code and sue that big company. This is in spite of the fact that NUnit's license permits you to do pretty much anything. Charlie [0] http://www.opensource.org/licenses/alphabetical [1] http://www.debian.org/social_contract#guidelines -- Regards, Mirco 'meebey' Bauer PGP

[Mono-dev] ANN: NUnitLite Mailing List

2007-08-08 Thread Charlie Poole
. If you're interested, please join us at http://groups.google.com/group/nunitlite Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Cross-platform command-lines

2007-08-07 Thread Charlie Poole
where it needed the whole thing? If not, I might look at it. 3) NUnit is already using a similar, attribute-based approach to options. The main drawback I see is with regard to localization. Has anyone dealt with that issue? Charlie -Original Message- From: [EMAIL PROTECTED] [mailto

[Mono-dev] Unhandled Exceptions in Mono

2007-08-07 Thread Charlie Poole
be a good reason for me to move forward, provided it's fixed. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] SPAM-LOW: Re: Unhandled Exceptions in Mono

2007-08-07 Thread Charlie Poole
. Is this by design? Or is it a compatibility bug? Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Cross-platform command-lines

2007-08-06 Thread Charlie Poole
will have to adopt a naming scheme (-word or -letters) and go with it. Thanks - I'll think about a consistent scheme and look at getOptions. My little utility for extracting test results from an nunit xml file will be the test bed for this. Charlie Miguel

Re: [Mono-dev] Cross-platform command-lines

2007-08-02 Thread Charlie Poole
I haven't but I'll take a look. Do you use the double-dash convention as well? I wonder if that's something windows users can get accustomed to? Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Teixeira Sent: Tuesday, July 31, 2007

[Mono-dev] ANN: NUnit 2.4.2 Released

2007-08-02 Thread Charlie Poole
to the new constraint-based Assert syntax. The NUnit Gui has several significant improvements, including the saving the visual state of the tree for each project and restoring it when it has been reopened. See the release notes at http://nunit.com/?p=releaseNotesr=2.4.2 for more info. Charlie

[Mono-dev] Cross-platform command-lines

2007-07-30 Thread Charlie Poole
Hi All, I'm looking for ideas on best practices for command-line parameters intended to be used on both Windows and Linux. Mostly, I want guidelines for how to design syntax that makes sense on both platforms, but if anyone has implemented something I'd be interested in that as well. Charlie

Re: [Mono-dev] SPAM-LOW: Re: [Mono-list] Mono summit, options.

2007-07-17 Thread Charlie Poole
topics that might be discussed. Given the low cost, most people had little trouble getting an OK. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnit 2.4 Final Release

2007-03-17 Thread Charlie Poole
assemblies for this release is 2.4.0.2. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] ANN: NUnit 2.2.10 Release

2007-03-16 Thread Charlie Poole
to NUnit 2.4, I suggest waiting a day rather than upgrading to 2.2.10. But if you expect to stay with the 2.2 version for a while, this is for you. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman

Re: [Mono-dev] OT: Mac OSX Tester needed For an NUnit bug

2007-03-14 Thread Charlie Poole
Hi Jamie, I closed the bug. I'm now wonderin whether the person who posted it expected all the tests to pass. The sample is renamed failures in 2.4 to signal that it doesn't pass. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie

[Mono-dev] OT: Mac OSX Tester needed For an NUnit bug

2007-03-12 Thread Charlie Poole
of the later versions of NUnit, it would be helpful. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] NUnit 2.4 RC2 Released

2007-03-09 Thread Charlie Poole
NUnit 2.4 RC2 is available at http://nunit.org/?p=download Release notes are available at http://nunit.org/?p=releaseNotesr=2.4 Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono

[Mono-dev] ANN: NUnit 2.4 Release Candidate

2007-03-03 Thread Charlie Poole
Hi folks, The NUnit 2.4 Release Candidate is available. You can get it at http://nunit.com/nunit/?p=download It has quite a lot of new features, which you can review at http://nunit.com/nunit/?p=releaseNotesr=2.4 Charlie ___ Mono-devel-list

Re: [Mono-dev] SPAM-LOW: [Patch] ConfigurationFile should be relative to the ApplicationBase

2007-03-01 Thread Charlie Poole
Hi Jamie, Due to problems with CVS, I didn't get your last fixes into the release candidate. They'll show up in RC2/Final, whichever is next. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jamie Cansdale Sent: Thursday, February 22

Re: [Mono-dev] SPAM-LOW: [Patch] ConfigurationFile should berelative to the ApplicationBase

2007-03-01 Thread Charlie Poole
Sorry to hit the list with this - I replied to the wrong email. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Poole Sent: Thursday, March 01, 2007 8:12 AM To: 'Jamie Cansdale'; 'Mono Development List' Subject: Re: [Mono-dev

[Mono-dev] NUnit 2.4 Release Candidate

2007-02-25 Thread Charlie Poole
=2.4. Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
for it. Charlie D:\Dev\NUnit\nunit-2.4\build\mono\1.0\debugmono --debug nunit.exe Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. --- System.Reflection.TargetInvocat ionException: Exception has been thrown by the target

Re: [Mono-dev] TextBoxBase Out of Memory Problem

2007-01-19 Thread Charlie Poole
Hi Sebastien, This is on Windows using stock 1.2.2, so maybe it's fixed. I'll try building from SVN and see what happens. Any reason I can't just build MWF and drop the assembly into my stock system? Charlie -Original Message- From: Sebastien Pouliot [mailto:[EMAIL PROTECTED] Sent

[Mono-dev] Saving Settings

2007-01-01 Thread Charlie Poole
a fallback? Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-20 Thread Charlie Poole
your files. You can also use NUnitLite for read-access testing. Send me your id if you'd like to be set up. For writing, a completely separate dummy project might be best. If you think that's a good idea, I can put you in touch with someone to ask about setting it up. Charlie jr -Steve

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-18 Thread Charlie Poole
Hi Joel, Charlie Poole wrote: Separate from the question of where this belongs and how it relates to Mono, I'd love to have a way to access the Microsoft CodePlex repositories that doesn't involve use of TFS. Good idea. I'll test my code against codeplex in addition to my local

Re: [Mono-dev] Microsoft.TeamFoundation APIs

2006-12-17 Thread Charlie Poole
, but it requires a copy of the Microsoft dlls to do it. Removing that limitation would be quite powerful. Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joel reed Sent: Saturday, December 16, 2006 7:09 PM To: mono-devel Subject: [Mono

Re: [Mono-dev] SPAM-LOW: Re: Updated Moma Results.

2006-12-05 Thread Charlie Poole
! Well, it was new to me. :-) Charlie ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Windows Shell

2006-12-01 Thread Charlie Poole
to be ShLwApi, since it stands for the shell lightweight api :-) I personally have no knowoledge about what would be the right thing to do with this for linux developers, but its definitely the right group to ask. Charlie _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [Mono-dev] Windows Shell

2006-11-30 Thread Charlie Poole
with. That's OK, but it would be good to know what parts are likely to be cross-platform, since you might want to package them separately. Just a thought :-) Charlie _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve K Sent: Thursday, November 30, 2006 6:37 AM To: Miguel

Re: [Mono-dev] Windows Shell

2006-11-30 Thread Charlie Poole
might be pertinent to how you approach it. Charlie _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve K Sent: Thursday, November 30, 2006 12:22 PM To: Charlie Poole Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Windows Shell As far as I can tell

Re: [Mono-dev] Windows Shell

2006-11-30 Thread Charlie Poole
to invent something equally arcane for Linux. :-) BTW, do you think of the shlwapi assembly stuff as part of this? Charlie _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve K Sent: Thursday, November 30, 2006 1:49 PM To: Charlie Poole Cc: mono-devel-list

Re: [Mono-dev] Running under the Mono 2.0 Profile

2006-11-29 Thread Charlie Poole
Hi lupus, On 11/28/06 Charlie Poole wrote: At the meeting, we agreed on a command line switch for mono.exe, which is probably the simplest for me to use and seems like the most portable solution. Do I need to do anything to get this moving? If it's not available when I release

  1   2   >