Difference between revisions of "MapGuide RFC 1 - Commandline Parameter Changes"

From OSGeo
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
Make the following MapGuide server commandline parameter changes:
 
Make the following MapGuide server commandline parameter changes:
 +
 
1) Change the "/" character before the parameter to a "-".
 
1) Change the "/" character before the parameter to a "-".
 +
 
2) Change the "testmode" parameter to "test"
 
2) Change the "testmode" parameter to "test"
3) Remove the "/t" parameter from the renamed "test" parameter.
+
 
 +
3) Remove the "/t" parameter from the renamed "testmode" parameter.
 +
 
 
4) Change the "interactive" parameter to "run".  
 
4) Change the "interactive" parameter to "run".  
  
 
===Motivation===
 
===Motivation===
  
The current commandline parameters for the MapGuide server require the "/" character before the parameter. This is more Windows centric and is actually the same as the Linux path seperator character.
+
The current commandline parameters for the MapGuide server require the "/" character before the parameter. This is more Windows centric and is actually the same as the Linux path seperator character.
 +
The "testmode" and "interactive" parameter name changes are really just for shortening the name for easier entry by the user.
 +
The removal of the "/t" extra parameter for the renamed "testmode" ("test") parameter is recommended because it is really not needed. The user can simply specify what specific test they want to run without needing the "/t".
  
 
===Funding/Resources===
 
===Funding/Resources===
  
The author of this RFC (Bruce Dechant) will be the resource to implement this.
+
Bruce Dechant will be the resource to implement the changes outlined in this RFC.
  
 
===Proposed Changes===
 
===Proposed Changes===
Line 25: Line 31:
 
===Implications===
 
===Implications===
  
Users will need to be aware that the existing commandline parameters have changed, especially the "/interactive" commandline parameter.
+
Users will need to be aware that the existing commandline parameters have changed, especially the "/interactive" commandline parameter change to "-run".
  
 
===Test Plan===
 
===Test Plan===
  
 
????
 
????

Revision as of 11:04, 31 October 2006

Overview

Make the following MapGuide server commandline parameter changes:

1) Change the "/" character before the parameter to a "-".

2) Change the "testmode" parameter to "test"

3) Remove the "/t" parameter from the renamed "testmode" parameter.

4) Change the "interactive" parameter to "run".

Motivation

The current commandline parameters for the MapGuide server require the "/" character before the parameter. This is more Windows centric and is actually the same as the Linux path seperator character. The "testmode" and "interactive" parameter name changes are really just for shortening the name for easier entry by the user. The removal of the "/t" extra parameter for the renamed "testmode" ("test") parameter is recommended because it is really not needed. The user can simply specify what specific test they want to run without needing the "/t".

Funding/Resources

Bruce Dechant will be the resource to implement the changes outlined in this RFC.

Proposed Changes

Technical

The following files will be affects: ????

Implications

Users will need to be aware that the existing commandline parameters have changed, especially the "/interactive" commandline parameter change to "-run".

Test Plan

????