fluent_command_builder 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. data/lib/fluent_command_builder/command_builders/appcfg_python.rb +14 -0
  2. data/lib/fluent_command_builder/command_builders/appcfg_python_16.rb +2612 -0
  3. data/lib/fluent_command_builder/command_builders/appcfg_python_17.rb +2602 -0
  4. data/lib/fluent_command_builder/command_builders/aspnet_compiler.rb +14 -0
  5. data/lib/fluent_command_builder/command_builders/aspnet_compiler_20.rb +102 -0
  6. data/lib/fluent_command_builder/command_builders/aspnet_compiler_40.rb +102 -0
  7. data/lib/fluent_command_builder/command_builders/bundle.rb +14 -0
  8. data/lib/fluent_command_builder/command_builders/bundle_11.rb +320 -0
  9. data/lib/fluent_command_builder/command_builders/bundle_12.rb +344 -0
  10. data/lib/fluent_command_builder/command_builders/cucumber.rb +14 -0
  11. data/lib/fluent_command_builder/command_builders/cucumber_11.rb +177 -0
  12. data/lib/fluent_command_builder/command_builders/cucumber_12.rb +182 -0
  13. data/lib/fluent_command_builder/command_builders/dev_appserver_python.rb +14 -0
  14. data/lib/fluent_command_builder/command_builders/dev_appserver_python_16.rb +207 -0
  15. data/lib/fluent_command_builder/command_builders/dev_appserver_python_17.rb +207 -0
  16. data/lib/fluent_command_builder/command_builders/dotcover.rb +14 -0
  17. data/lib/fluent_command_builder/command_builders/dotcover_10.rb +68 -0
  18. data/lib/fluent_command_builder/command_builders/dotcover_11.rb +298 -0
  19. data/lib/fluent_command_builder/command_builders/dotcover_12.rb +298 -0
  20. data/lib/fluent_command_builder/command_builders/dotcover_20.rb +308 -0
  21. data/lib/fluent_command_builder/command_builders/dotcover_21.rb +308 -0
  22. data/lib/fluent_command_builder/command_builders/dotcover_22.rb +308 -0
  23. data/lib/fluent_command_builder/command_builders/fastlinkchecker.rb +14 -0
  24. data/lib/fluent_command_builder/command_builders/fastlinkchecker_21.rb +262 -0
  25. data/lib/fluent_command_builder/command_builders/installutil.rb +14 -0
  26. data/lib/fluent_command_builder/command_builders/installutil_11.rb +63 -0
  27. data/lib/fluent_command_builder/command_builders/installutil_20.rb +68 -0
  28. data/lib/fluent_command_builder/command_builders/installutil_35.rb +68 -0
  29. data/lib/fluent_command_builder/command_builders/installutil_40.rb +74 -0
  30. data/lib/fluent_command_builder/command_builders/msbuild.rb +14 -0
  31. data/lib/fluent_command_builder/command_builders/msbuild_20.rb +93 -0
  32. data/lib/fluent_command_builder/command_builders/msbuild_30.rb +93 -0
  33. data/lib/fluent_command_builder/command_builders/msbuild_35.rb +133 -0
  34. data/lib/fluent_command_builder/command_builders/msbuild_40.rb +136 -0
  35. data/lib/fluent_command_builder/command_builders/msdeploy.rb +14 -0
  36. data/lib/fluent_command_builder/command_builders/msdeploy_71.rb +181 -0
  37. data/lib/fluent_command_builder/command_builders/mstest.rb +14 -0
  38. data/lib/fluent_command_builder/command_builders/mstest_100.rb +131 -0
  39. data/lib/fluent_command_builder/command_builders/mstest_80.rb +111 -0
  40. data/lib/fluent_command_builder/command_builders/mstest_90.rb +116 -0
  41. data/lib/fluent_command_builder/command_builders/netsh.rb +14 -0
  42. data/lib/fluent_command_builder/command_builders/netsh_61.rb +412 -0
  43. data/lib/fluent_command_builder/command_builders/nuget.rb +14 -0
  44. data/lib/fluent_command_builder/command_builders/nuget_20.rb +436 -0
  45. data/lib/fluent_command_builder/command_builders/nuget_21.rb +532 -0
  46. data/lib/fluent_command_builder/command_builders/nunit.rb +14 -0
  47. data/lib/fluent_command_builder/command_builders/nunit_25.rb +152 -0
  48. data/lib/fluent_command_builder/command_builders/nunit_26.rb +192 -0
  49. data/lib/fluent_command_builder/command_builders/rake.rb +14 -0
  50. data/lib/fluent_command_builder/command_builders/rake_09.rb +155 -0
  51. data/lib/fluent_command_builder/command_builders/rake_100.rb +193 -0
  52. data/lib/fluent_command_builder/command_builders/schtasks.rb +14 -0
  53. data/lib/fluent_command_builder/command_builders/schtasks_61.rb +352 -0
  54. data/lib/fluent_command_builder/command_builders/security_osx.rb +14 -0
  55. data/lib/fluent_command_builder/command_builders/security_osx_107.rb +187 -0
  56. data/lib/fluent_command_builder/command_builders/security_osx_108.rb +187 -0
  57. data/lib/fluent_command_builder/command_builders/sevenzip.rb +14 -0
  58. data/lib/fluent_command_builder/command_builders/sevenzip_920.rb +522 -0
  59. data/lib/fluent_command_builder/command_builders/simian.rb +14 -0
  60. data/lib/fluent_command_builder/command_builders/simian_23.rb +146 -0
  61. data/lib/fluent_command_builder/command_builders/team_foundation.rb +14 -0
  62. data/lib/fluent_command_builder/command_builders/team_foundation_100.rb +2159 -0
  63. data/lib/fluent_command_builder/command_builders/team_foundation_tee.rb +14 -0
  64. data/lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb +1884 -0
  65. data/lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb +2002 -0
  66. data/lib/fluent_command_builder/command_builders/xcodebuild.rb +14 -0
  67. data/lib/fluent_command_builder/command_builders/xcodebuild_43.rb +275 -0
  68. data/lib/fluent_command_builder/command_builders/xcodebuild_44.rb +325 -0
  69. data/lib/fluent_command_builder/command_builders/xcodebuild_45.rb +330 -0
  70. metadata +82 -13
@@ -0,0 +1,14 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require 'getversion'
4
+ require_relative '../internal/underlying_builder'
5
+
6
+ module FluentCommandBuilder
7
+ module InstallUtil
8
+ COMMAND_NAME = 'installUtil'
9
+ def self.version(path=nil)
10
+ executable = path ? File.join(path, COMMAND_NAME) : COMMAND_NAME
11
+ GetVersion[executable]
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,63 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module InstallUtil
9
+ module V11
10
+ VERSION = '1.1'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::InstallUtil::COMMAND_NAME, VERSION
12
+ def configure_installutil
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def installutil
18
+ b = UnderlyingBuilder.new @@config
19
+ c = InstallUtil.new(b)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class InstallUtil < CommandBase
24
+ def initialize(underlying_builder)
25
+ super underlying_builder
26
+ end
27
+ def help(assembly_path=nil)
28
+ @b.append ' /help'
29
+ @b.append " #{@b.format assembly_path}" unless assembly_path.nil?
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def log_file(file_name=nil)
34
+ @b.append ' /logFile'
35
+ @b.append "=#{@b.format file_name}" unless file_name.nil?
36
+ yield @b if block_given?
37
+ self
38
+ end
39
+ def log_to_console(bool)
40
+ @b.append " /logToConsole=#{@b.format bool}"
41
+ yield @b if block_given?
42
+ self
43
+ end
44
+ def show_call_stack
45
+ @b.append ' /showCallStack'
46
+ yield @b if block_given?
47
+ self
48
+ end
49
+ def uninstall
50
+ @b.append ' /uninstall'
51
+ yield @b if block_given?
52
+ self
53
+ end
54
+ def assembly_file_name(assembly_file_name)
55
+ @b.append " #{@b.format assembly_file_name}"
56
+ yield @b if block_given?
57
+ self
58
+ end
59
+ end
60
+
61
+ end
62
+ end
63
+ end
@@ -0,0 +1,68 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module InstallUtil
9
+ module V20
10
+ VERSION = '2.0'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::InstallUtil::COMMAND_NAME, VERSION
12
+ def configure_installutil
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def installutil
18
+ b = UnderlyingBuilder.new @@config
19
+ c = InstallUtil.new(b)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class InstallUtil < CommandBase
24
+ def initialize(underlying_builder)
25
+ super underlying_builder
26
+ end
27
+ def help(assembly_path=nil)
28
+ @b.append ' /help'
29
+ @b.append " #{@b.format assembly_path}" unless assembly_path.nil?
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def log_file(file_name=nil)
34
+ @b.append ' /logFile'
35
+ @b.append "=#{@b.format file_name}" unless file_name.nil?
36
+ yield @b if block_given?
37
+ self
38
+ end
39
+ def assembly_strong_name(assembly_name)
40
+ @b.append " /assemblyName=#{@b.format assembly_name}"
41
+ yield @b if block_given?
42
+ self
43
+ end
44
+ def log_to_console(bool)
45
+ @b.append " /logToConsole=#{@b.format bool}"
46
+ yield @b if block_given?
47
+ self
48
+ end
49
+ def show_call_stack
50
+ @b.append ' /showCallStack'
51
+ yield @b if block_given?
52
+ self
53
+ end
54
+ def uninstall
55
+ @b.append ' /uninstall'
56
+ yield @b if block_given?
57
+ self
58
+ end
59
+ def assembly_file_name(assembly_file_name)
60
+ @b.append " #{@b.format assembly_file_name}"
61
+ yield @b if block_given?
62
+ self
63
+ end
64
+ end
65
+
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,68 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module InstallUtil
9
+ module V35
10
+ VERSION = '3.5'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::InstallUtil::COMMAND_NAME, VERSION
12
+ def configure_installutil
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def installutil
18
+ b = UnderlyingBuilder.new @@config
19
+ c = InstallUtil.new(b)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class InstallUtil < CommandBase
24
+ def initialize(underlying_builder)
25
+ super underlying_builder
26
+ end
27
+ def help(assembly_path=nil)
28
+ @b.append ' /help'
29
+ @b.append " #{@b.format assembly_path}" unless assembly_path.nil?
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def log_file(file_name=nil)
34
+ @b.append ' /logFile'
35
+ @b.append "=#{@b.format file_name}" unless file_name.nil?
36
+ yield @b if block_given?
37
+ self
38
+ end
39
+ def assembly_strong_name(assembly_name)
40
+ @b.append " /assemblyName=#{@b.format assembly_name}"
41
+ yield @b if block_given?
42
+ self
43
+ end
44
+ def log_to_console(bool)
45
+ @b.append " /logToConsole=#{@b.format bool}"
46
+ yield @b if block_given?
47
+ self
48
+ end
49
+ def show_call_stack
50
+ @b.append ' /showCallStack'
51
+ yield @b if block_given?
52
+ self
53
+ end
54
+ def uninstall
55
+ @b.append ' /uninstall'
56
+ yield @b if block_given?
57
+ self
58
+ end
59
+ def assembly_file_name(assembly_file_name)
60
+ @b.append " #{@b.format assembly_file_name}"
61
+ yield @b if block_given?
62
+ self
63
+ end
64
+ end
65
+
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,74 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module InstallUtil
9
+ module V40
10
+ VERSION = '4.0'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::InstallUtil::COMMAND_NAME, VERSION
12
+ def configure_installutil
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def installutil
18
+ b = UnderlyingBuilder.new @@config
19
+ c = InstallUtil.new(b)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class InstallUtil < CommandBase
24
+ def initialize(underlying_builder)
25
+ super underlying_builder
26
+ end
27
+ def help(assembly_path=nil)
28
+ @b.append ' /help'
29
+ @b.append " #{@b.format assembly_path}" unless assembly_path.nil?
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def assembly_strong_name(assembly_name)
34
+ @b.append " /assemblyName=#{@b.format assembly_name}"
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def install_state_dir(directory_name=nil)
39
+ @b.append ' /installStateDir'
40
+ @b.append "=#{@b.format directory_name}" unless directory_name.nil?
41
+ yield @b if block_given?
42
+ self
43
+ end
44
+ def log_file(file_name=nil)
45
+ @b.append ' /logFile'
46
+ @b.append "=#{@b.format file_name}" unless file_name.nil?
47
+ yield @b if block_given?
48
+ self
49
+ end
50
+ def log_to_console(bool)
51
+ @b.append " /logToConsole=#{@b.format bool}"
52
+ yield @b if block_given?
53
+ self
54
+ end
55
+ def show_call_stack
56
+ @b.append ' /showCallStack'
57
+ yield @b if block_given?
58
+ self
59
+ end
60
+ def uninstall
61
+ @b.append ' /uninstall'
62
+ yield @b if block_given?
63
+ self
64
+ end
65
+ def assembly_file_name(assembly_file_name)
66
+ @b.append " #{@b.format assembly_file_name}"
67
+ yield @b if block_given?
68
+ self
69
+ end
70
+ end
71
+
72
+ end
73
+ end
74
+ end
@@ -0,0 +1,14 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require 'getversion'
4
+ require_relative '../internal/underlying_builder'
5
+
6
+ module FluentCommandBuilder
7
+ module MSBuild
8
+ COMMAND_NAME = 'MSBuild'
9
+ def self.version(path=nil)
10
+ executable = path ? File.join(path, COMMAND_NAME) : COMMAND_NAME
11
+ GetVersion[executable]
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,93 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module MSBuild
9
+ module V20
10
+ VERSION = '2.0'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::MSBuild::COMMAND_NAME, VERSION
12
+ def configure_msbuild
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def msbuild(project_file=nil)
18
+ b = UnderlyingBuilder.new @@config
19
+ c = MSBuild.new(b, project_file)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class MSBuild < CommandBase
24
+ def initialize(underlying_builder, project_file=nil)
25
+ super underlying_builder
26
+ @b.append " #{@b.format project_file}" unless project_file.nil?
27
+ end
28
+ def help
29
+ @b.append ' /help'
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def no_logo
34
+ @b.append ' /noLogo'
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def version
39
+ @b.append ' /version'
40
+ yield @b if block_given?
41
+ self
42
+ end
43
+ def file(file)
44
+ @b.append " @#{@b.format file}"
45
+ yield @b if block_given?
46
+ self
47
+ end
48
+ def no_auto_response
49
+ @b.append ' /noAutoResponse'
50
+ yield @b if block_given?
51
+ self
52
+ end
53
+ def target(target)
54
+ @b.append " /target:#{@b.format target, ';'}"
55
+ yield @b if block_given?
56
+ self
57
+ end
58
+ def property(property)
59
+ @b.append " /property:#{@b.format property, ';', '='}"
60
+ yield @b if block_given?
61
+ self
62
+ end
63
+ def logger(logger)
64
+ @b.append " /logger:#{@b.format logger}"
65
+ yield @b if block_given?
66
+ self
67
+ end
68
+ def console_logger_parameters(parameters)
69
+ @b.append " /consoleLoggerParameters:#{@b.format parameters}"
70
+ yield @b if block_given?
71
+ self
72
+ end
73
+ def verbosity(level)
74
+ @b.append " /verbosity:#{@b.format level}"
75
+ yield @b if block_given?
76
+ self
77
+ end
78
+ def no_console_logger
79
+ @b.append ' /noConsoleLogger'
80
+ yield @b if block_given?
81
+ self
82
+ end
83
+ def validate(schema=nil)
84
+ @b.append ' /validate'
85
+ @b.append ":#{@b.format schema}" unless schema.nil?
86
+ yield @b if block_given?
87
+ self
88
+ end
89
+ end
90
+
91
+ end
92
+ end
93
+ end
@@ -0,0 +1,93 @@
1
+ # Generated code. Do not modify.
2
+
3
+ require_relative '../internal/command_base'
4
+ require_relative '../internal/command_builder_config'
5
+ require_relative '../internal/underlying_builder'
6
+
7
+ module FluentCommandBuilder
8
+ module MSBuild
9
+ module V30
10
+ VERSION = '3.0'
11
+ @@config = CommandBuilderConfig.new FluentCommandBuilder::MSBuild::COMMAND_NAME, VERSION
12
+ def configure_msbuild
13
+ yield @@config
14
+ @@config.validate_path
15
+ @@config.validate_version
16
+ end
17
+ def msbuild(project_file=nil)
18
+ b = UnderlyingBuilder.new @@config
19
+ c = MSBuild.new(b, project_file)
20
+ yield b if block_given?
21
+ c
22
+ end
23
+ class MSBuild < CommandBase
24
+ def initialize(underlying_builder, project_file=nil)
25
+ super underlying_builder
26
+ @b.append " #{@b.format project_file}" unless project_file.nil?
27
+ end
28
+ def help
29
+ @b.append ' /help'
30
+ yield @b if block_given?
31
+ self
32
+ end
33
+ def no_logo
34
+ @b.append ' /noLogo'
35
+ yield @b if block_given?
36
+ self
37
+ end
38
+ def version
39
+ @b.append ' /version'
40
+ yield @b if block_given?
41
+ self
42
+ end
43
+ def file(file)
44
+ @b.append " @#{@b.format file}"
45
+ yield @b if block_given?
46
+ self
47
+ end
48
+ def no_auto_response
49
+ @b.append ' /noAutoResponse'
50
+ yield @b if block_given?
51
+ self
52
+ end
53
+ def target(target)
54
+ @b.append " /target:#{@b.format target, ';'}"
55
+ yield @b if block_given?
56
+ self
57
+ end
58
+ def property(property)
59
+ @b.append " /property:#{@b.format property, ';', '='}"
60
+ yield @b if block_given?
61
+ self
62
+ end
63
+ def logger(logger)
64
+ @b.append " /logger:#{@b.format logger}"
65
+ yield @b if block_given?
66
+ self
67
+ end
68
+ def console_logger_parameters(parameters)
69
+ @b.append " /consoleLoggerParameters:#{@b.format parameters}"
70
+ yield @b if block_given?
71
+ self
72
+ end
73
+ def verbosity(level)
74
+ @b.append " /verbosity:#{@b.format level}"
75
+ yield @b if block_given?
76
+ self
77
+ end
78
+ def no_console_logger
79
+ @b.append ' /noConsoleLogger'
80
+ yield @b if block_given?
81
+ self
82
+ end
83
+ def validate(schema=nil)
84
+ @b.append ' /validate'
85
+ @b.append ":#{@b.format schema}" unless schema.nil?
86
+ yield @b if block_given?
87
+ self
88
+ end
89
+ end
90
+
91
+ end
92
+ end
93
+ end