Exemple #1
0
 public override void WriteSummary(FormatLineWriter writer)
 {
     writer("================ Summary ==================");
     base.WriteSummary(writer);
     writer("============== IIS Summary ================");
     writer("appcmd path: {0}", this.AppCmdPath);
     writer("Application Pool: {0}", this.ApplicationPool);
     writer("Enable .net: {0}", this.EnableDotNet);
     writer("Web Site Name: {0}", this.WebSiteName);
 }
Exemple #2
0
 public void WriteSummary(FormatLineWriter writer)
 {
     writer("=============== FDO Summary =================");
     writer("FdoRegUtil path: {0}", _fdoRegUtilPath);
     writer("The following providers will be registered:");
     foreach (var path in _providerDllPaths)
     {
         writer(" - {0}", path);
     }
 }
Exemple #3
0
 public override void WriteSummary(FormatLineWriter writer)
 {
     writer("================ Summary ==================");
     base.WriteSummary(writer);
     writer("============= Apache Summary ==============");
     writer("Apache dir name: {0}", this.ApacheDirName);
     writer("Apache port: {0}", this.ApachePortNumber);
     writer("Enable Java: {0}", this.EnableJava);
     writer("Apache service name: {0}", this.HttpdServiceName);
     writer("Tomcat port: {0}", this.TomcatPortNumber);
     writer("Apache dir: {0}", this.ApacheDirName);
     writer("Tomcat dir: {0}", this.WebTierTomcatDir);
 }
Exemple #4
0
 public virtual void WriteSummary(FormatLineWriter writer)
 {
     writer("Backup config files: {0}", this.BackupConfigFiles);
     writer("Backup config path: {0}", this.BackupConfigPath);
     writer("Batch file output dir: {0}", this.BatchFileOutputDirectory);
     writer("Source directory: {0}", this.BuildOutputPath);
     writer("CS-Map directory: {0}", this.CsMapDictionaryDir);
     writer("Default Viewer: {0}", this.DefaultViewer);
     writer("Enable PHP: {0}", this.EnablePhp);
     writer("Install Services: {0}", this.InstallServices);
     writer("64-bit MapGuide: {0}", this.Is64BitMapGuide);
     writer("MapGuide Service Name: {0}", this.MapGuideServiceName);
     writer("Server Admin Port: {0}", this.ServerAdminPort);
     writer("Server Client Port: {0}", this.ServerClientPort);
     writer("Server Site Port: {0}", this.ServerSitePort);
     writer("Server root dir: {0}", this.ServerRootDir);
     writer("Server bin dir: {0}", this.ServerBinDir);
     writer("Virtual Directory: {0}", this.VirtualDirectoryName);
     writer("Map Agent directory: {0}", this.WebTierMapAgentDir);
     writer("PHP directory: {0}", this.WebTierPhpDir);
     writer("Web tier public dir: {0}", this.WebTierPublicDir);
     writer("Web tier root dir: {0}", this.WebTierRootDir);
     writer("Write MENTOR_DICTIONARY_PATH: {0}", this.WriteMentorDictionaryPath);
 }