[Mono-dev] Porting db4o-tool to use Mono.Options rather than Mono.GetOption

Paul F. Johnson paul at all-the-johnsons.co.uk
Tue Nov 16 13:53:38 EST 2010


Hi,

I'm working out some bugs in db4o so that the upcoming version 8.0 will
build out of the box on mono. Currently, it ships with its own version
of Cecil, CecilFlowAnalysis and GetOptions.

While I can live with the Cecil bits and pieces, GetOptions is dead in
the water with mono-2.8 and (from what I can see) has been fazed out
since mono-2.2 so rather than continue to support it, I'm trying to port
it over to use Mono.Options. Okay, the pre-packaged Cecil stuff will
cause me problems with building for Fedora, but that's another story.

My only problem is that I can't see an equivalent of return
WhatToDoNext.GoAhead; in Mono.Options. Is there such a beastie and if
there is, what is it called?

TTFN

Paul
-- 
Vertraue mir, ich weiss, was ich mache...



More information about the Mono-devel-list mailing list