<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6618.4">
<TITLE>[mapguide-dev] RE: [mapguide-psc] MapGuide's 1st RFC!</TITLE>
</HEAD>
<BODY dir=ltr>
<DIV>Or, you can drop the - and / altogether and have something like:</DIV>
<DIV>&nbsp;</DIV>
<DIV>mgserver start</DIV>
<DIV>mgserver stop</DIV>
<DIV>mgserver run</DIV>
<DIV>etc.</DIV>
<DIV>&nbsp;</DIV>
<DIV>This would be&nbsp;similar to&nbsp;the apache command line, the subversion 
command line client, the ifconfig tool on Linux, the net command on Windows, 
etc., etc.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Traian</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV><FONT size=2>-----Original Message----- <BR><B>From:</B> Tom Fukushima 
  <BR><B>Sent:</B> Tue 10/31/2006 10:22 PM <BR><B>To:</B> 
  psc@mapguide.osgeo.org; dev@mapguide.osgeo.org <BR><B>Cc:</B> 
  <BR><B>Subject:</B> [mapguide-dev] RE: [mapguide-psc] MapGuide's 1st 
  RFC!<BR><BR></FONT></DIV>
  <P><FONT size=2>Yes, I would like to see both formats ("/" and "-") supported 
  as well.<BR><BR>But when the user gets the command line help by typing 
  "mgserver -?" or<BR>"mgserver --help" (note the double dash), I propose that 
  we only show<BR>the "-" 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 "interactive" to "run"?&nbsp; Or will 
  "mgserver -interactive"<BR>also work?<BR><BR><BR>So typing "mgserver --help" 
  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; "MapGuide 
  Server"<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 "Name".<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 "Filename". The output to the "Filename" 
  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 "Test" to run. If you specify "List" 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 "Filename". The 
  output to the "Filename" 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>+-----------------------------------------------------------------+<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>+-----------------------------------------------------------------+<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>+-----------------------------------------------------------------+<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>---------------------------------------------------------------------<BR>To 
  unsubscribe, e-mail: dev-unsubscribe@mapguide.osgeo.org<BR>For additional 
  commands, e-mail: 
dev-help@mapguide.osgeo.org<BR><BR></FONT></P></BLOCKQUOTE>

</BODY>
</HTML>