<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6618.4">
<TITLE>RE: [mapguide-psc] MapGuide's 1st RFC!</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I have changed the RFC to reflect that both &quot;/&quot; and &quot;-&quot; will work, but that the commandline help only shows the &quot;-&quot; options. Also, &quot;interactive&quot; will still be supported, but &quot;run&quot; is the new short version. :)<BR>
<BR>
Bruce<BR>
<BR>
-----Original Message-----<BR>
From:&nbsp;&nbsp; Tom Fukushima<BR>
Sent:&nbsp;&nbsp; Tue 10/31/2006 8:22 PM<BR>
To:&nbsp;&nbsp;&nbsp;&nbsp; psc@mapguide.osgeo.org; dev@mapguide.osgeo.org<BR>
Cc:&nbsp;&nbsp;&nbsp;&nbsp;<BR>
Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RE: [mapguide-psc] MapGuide's 1st RFC!<BR>
<BR>
Yes, I would like to see both formats (&quot;/&quot; and &quot;-&quot;) supported as well.<BR>
<BR>
But when the user gets the command line help by typing &quot;mgserver -?&quot; or<BR>
&quot;mgserver --help&quot; (note the double dash), I propose that we only show<BR>
the &quot;-&quot; versions of the options.&nbsp; Of course, this is a bit confusing to<BR>
those users who want to figure out what /interactive means; Bruce, why<BR>
are we changing &quot;interactive&quot; to &quot;run&quot;?&nbsp; Or will &quot;mgserver -interactive&quot;<BR>
also work?<BR>
<BR>
<BR>
So typing &quot;mgserver --help&quot; outputs:<BR>
<BR>
The following is a list of supported command line options:<BR>
<BR>
&nbsp; -? or --help<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Displays this information.<BR>
<BR>
&nbsp; -install &lt;Name&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Installs the server as a service. Automatically starts the<BR>
service.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default service display name installed:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;MapGuide Server&quot;<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can use a different display name for the service if you<BR>
specify an<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; optional &quot;Name&quot;.<BR>
<BR>
&nbsp; -run<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Runs the server interactively as an application instead of a<BR>
service.<BR>
<BR>
&nbsp; -start<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Starts the server service. Note: The service must be installed.<BR>
<BR>
&nbsp; -stop<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stops the server service. Note: The service must be installed.<BR>
<BR>
&nbsp; -testfdo &lt;Filename&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Runs the FDO unit tests.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default output of the FDO unit tests will be the console unless<BR>
you<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; specify an optional &quot;Filename&quot;. The output to the &quot;Filename&quot; will<BR>
be<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in XML.<BR>
<BR>
&nbsp; -test &lt;Test&gt; /o &lt;Filename&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Runs the server unit tests.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; By default all of the unit tests will be run unless you specify an<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; optional &quot;Test&quot; to run. If you specify &quot;List&quot; as the test to run<BR>
you<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; will get a list of the available unit tests.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Default output of the unit tests will be the console unless you<BR>
specify<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; an optional &quot;Filename&quot;. The output to the &quot;Filename&quot; will be in<BR>
XML.<BR>
<BR>
&nbsp; -uninstall<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Uninstalls an installed server service. Automatically stops the<BR>
service<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; before uninstalling.<BR>
<BR>
<BR>
Note: Only 1 command line option can be used at a time.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Bruce Dechant<BR>
Sent: Tuesday, October 31, 2006 2:49 PM<BR>
To: psc@mapguide.osgeo.org<BR>
Subject: RE: [mapguide-psc] MapGuide's 1st RFC!<BR>
<BR>
I will be easy enough to support both. I'll update the RFC to reflect<BR>
this.<BR>
<BR>
Bruce<BR>
<BR>
-----Original Message-----<BR>
From: Andy Morsell [<A HREF="mailto:amorsell@spatialgis.com">mailto:amorsell@spatialgis.com</A>]<BR>
Sent: October 31, 2006 12:42 PM<BR>
To: psc@mapguide.osgeo.org<BR>
Subject: RE: [mapguide-psc] MapGuide's 1st RFC!<BR>
<BR>
I agree, it's probably not a big issue.&nbsp; It depends on how much work it<BR>
would be on Bruce's end to support backwards compatibility.&nbsp; If it would<BR>
be relatively easy, then may as well do it.&nbsp; If it would require a large<BR>
effort, then the current console response to an incorrect parameter<BR>
should be sufficient for users to figure it out on their own.<BR>
<BR>
<BR>
Andy<BR>
<BR>
-----Original Message-----<BR>
From: Paul Spencer [<A HREF="mailto:pspencer@dmsolutions.ca">mailto:pspencer@dmsolutions.ca</A>]<BR>
Sent: Tuesday, October 31, 2006 11:29 AM<BR>
To: psc@mapguide.osgeo.org<BR>
Subject: Re: [mapguide-psc] MapGuide's 1st RFC!<BR>
<BR>
I am normally a big fan of backwards compatibility too, but I really<BR>
don't see this as a big issue.&nbsp; Perhaps if the tool just spits out an<BR>
appropriate message if called with incorrect parameters?<BR>
<BR>
Then again, windows users are most likely used to the / style of adding<BR>
parameters so perhaps that makes it worthwhile supporting both?<BR>
<BR>
Paul<BR>
<BR>
On 31-Oct-06, at 2:08 PM, Andy Morsell wrote:<BR>
<BR>
&gt; I agree with Frank in that keeping it backwards compatible with the<BR>
&gt; older command line parameters while in the future only documenting the<BR>
<BR>
&gt; new ones would be the best.&nbsp; There are many references, mostly in<BR>
&gt; archived messages in the mapguide-users mailing list, to the current<BR>
&gt; parameter syntax that new users are bound to run across (and try to<BR>
&gt; use) when doing research.<BR>
&gt;<BR>
&gt; Regarding the RFC format, that seems to work very well.<BR>
&gt;<BR>
&gt; Andy<BR>
&gt;<BR>
&gt; From: Bruce Dechant [<A HREF="mailto:bruce.dechant@autodesk.com">mailto:bruce.dechant@autodesk.com</A>]<BR>
&gt; Sent: Tuesday, October 31, 2006 10:20 AM<BR>
&gt; To: psc@mapguide.osgeo.org<BR>
&gt; Subject: [mapguide-psc] MapGuide's 1st RFC!<BR>
&gt;<BR>
&gt; Hi All,<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; I wrote up a simple MapGuide RFC to give our process a trial run.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; <A HREF="http://wiki.osgeo.org/index.php/MG_RFC_1_-">http://wiki.osgeo.org/index.php/MG_RFC_1_-</A><BR>
&gt; _Commandline_parameter_changes<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Please have a look and post any feedback.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Thanks,<BR>
&gt;<BR>
&gt; Bruce<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
<BR>
&#43;-----------------------------------------------------------------&#43;<BR>
|Paul Spencer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pspencer@dmsolutions.ca&nbsp;&nbsp;&nbsp; |<BR>
&#43;-----------------------------------------------------------------&#43;<BR>
|Chief Technology Officer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<BR>
|DM Solutions Group Inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.dmsolutions.ca/">http://www.dmsolutions.ca/</A> |<BR>
&#43;-----------------------------------------------------------------&#43;<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>