fluent_command_builder 0.7.7 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/fluent_command_builder.rb +1 -0
- data/lib/fluent_command_builder/command_builders/appcfg_python.rb +2 -5
- data/lib/fluent_command_builder/command_builders/appcfg_python_16.rb +2 -2
- data/lib/fluent_command_builder/command_builders/appcfg_python_17.rb +2 -2
- data/lib/fluent_command_builder/command_builders/aspnet_compiler.rb +2 -5
- data/lib/fluent_command_builder/command_builders/aspnet_compiler_20.rb +2 -2
- data/lib/fluent_command_builder/command_builders/aspnet_compiler_40.rb +2 -2
- data/lib/fluent_command_builder/command_builders/bundle.rb +2 -5
- data/lib/fluent_command_builder/command_builders/bundle_11.rb +2 -2
- data/lib/fluent_command_builder/command_builders/cucumber.rb +2 -5
- data/lib/fluent_command_builder/command_builders/cucumber_11.rb +2 -2
- data/lib/fluent_command_builder/command_builders/cucumber_12.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dev_appserver_python.rb +2 -5
- data/lib/fluent_command_builder/command_builders/dev_appserver_python_16.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dev_appserver_python_17.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dotcover.rb +2 -5
- data/lib/fluent_command_builder/command_builders/dotcover_10.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dotcover_11.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dotcover_12.rb +2 -2
- data/lib/fluent_command_builder/command_builders/dotcover_20.rb +2 -2
- data/lib/fluent_command_builder/command_builders/installutil.rb +2 -5
- data/lib/fluent_command_builder/command_builders/installutil_11.rb +2 -2
- data/lib/fluent_command_builder/command_builders/installutil_20.rb +2 -2
- data/lib/fluent_command_builder/command_builders/installutil_35.rb +2 -2
- data/lib/fluent_command_builder/command_builders/installutil_40.rb +2 -2
- data/lib/fluent_command_builder/command_builders/msbuild.rb +2 -5
- data/lib/fluent_command_builder/command_builders/msbuild_20.rb +2 -2
- data/lib/fluent_command_builder/command_builders/msbuild_30.rb +2 -2
- data/lib/fluent_command_builder/command_builders/msbuild_35.rb +2 -2
- data/lib/fluent_command_builder/command_builders/msbuild_40.rb +2 -2
- data/lib/fluent_command_builder/command_builders/msdeploy.rb +2 -5
- data/lib/fluent_command_builder/command_builders/msdeploy_71.rb +2 -2
- data/lib/fluent_command_builder/command_builders/mstest.rb +2 -5
- data/lib/fluent_command_builder/command_builders/mstest_100.rb +2 -2
- data/lib/fluent_command_builder/command_builders/mstest_80.rb +2 -2
- data/lib/fluent_command_builder/command_builders/mstest_90.rb +2 -2
- data/lib/fluent_command_builder/command_builders/netsh.rb +2 -5
- data/lib/fluent_command_builder/command_builders/netsh_61.rb +2 -2
- data/lib/fluent_command_builder/command_builders/nuget.rb +2 -5
- data/lib/fluent_command_builder/command_builders/nuget_20.rb +2 -2
- data/lib/fluent_command_builder/command_builders/nunit.rb +2 -5
- data/lib/fluent_command_builder/command_builders/nunit_25.rb +2 -2
- data/lib/fluent_command_builder/command_builders/nunit_26.rb +2 -2
- data/lib/fluent_command_builder/command_builders/rake.rb +2 -5
- data/lib/fluent_command_builder/command_builders/rake_09.rb +2 -2
- data/lib/fluent_command_builder/command_builders/security_osx.rb +2 -5
- data/lib/fluent_command_builder/command_builders/security_osx_107.rb +2 -2
- data/lib/fluent_command_builder/command_builders/sevenzip.rb +2 -5
- data/lib/fluent_command_builder/command_builders/sevenzip_92.rb +2 -2
- data/lib/fluent_command_builder/command_builders/simian.rb +2 -5
- data/lib/fluent_command_builder/command_builders/simian_23.rb +2 -2
- data/lib/fluent_command_builder/command_builders/team_foundation.rb +2 -5
- data/lib/fluent_command_builder/command_builders/team_foundation_100.rb +2 -2
- data/lib/fluent_command_builder/command_builders/team_foundation_tee.rb +2 -5
- data/lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb +17 -2
- data/lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb +2008 -0
- data/lib/fluent_command_builder/command_builders/xcodebuild.rb +2 -5
- data/lib/fluent_command_builder/command_builders/xcodebuild_43.rb +2 -2
- data/lib/fluent_command_builder/command_builders/xcodebuild_44.rb +2 -2
- data/lib/fluent_command_builder/version_detectors/team_foundation_tee.rb +9 -0
- metadata +8 -6
|
@@ -52,6 +52,7 @@ require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/comma
|
|
|
52
52
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/team_foundation_100.rb')
|
|
53
53
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/team_foundation_tee.rb')
|
|
54
54
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/team_foundation_tee_100.rb')
|
|
55
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/team_foundation_tee_101.rb')
|
|
55
56
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/xcodebuild.rb')
|
|
56
57
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/xcodebuild_43.rb')
|
|
57
58
|
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/xcodebuild_44.rb')
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module AppCfgPython
|
|
9
9
|
COMMAND_NAME = 'appcfg.py'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(AppCfgPython).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(AppCfgPython).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AppCfgPython::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module AspnetCompiler
|
|
9
9
|
COMMAND_NAME = 'aspnet_compiler'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(AspnetCompiler).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(AspnetCompiler).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::AspnetCompiler::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module Bundle
|
|
9
9
|
COMMAND_NAME = 'bundle'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(Bundle).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(Bundle).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Bundle::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Bundle::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Bundle::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Bundle::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module Cucumber
|
|
9
9
|
COMMAND_NAME = 'cucumber'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(Cucumber).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(Cucumber).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::Cucumber::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module DevAppserverPython
|
|
9
9
|
COMMAND_NAME = 'dev_appserver.py'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(DevAppserverPython).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(DevAppserverPython).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DevAppserverPython::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module DotCover
|
|
9
9
|
COMMAND_NAME = 'dotCover'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(DotCover).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(DotCover).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::DotCover::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module InstallUtil
|
|
9
9
|
COMMAND_NAME = 'installUtil'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(InstallUtil).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(InstallUtil).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::InstallUtil::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module MSBuild
|
|
9
9
|
COMMAND_NAME = 'MSBuild'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(MSBuild).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(MSBuild).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSBuild::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module MSDeploy
|
|
9
9
|
COMMAND_NAME = 'MSDeploy'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(MSDeploy).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(MSDeploy).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|
|
@@ -15,9 +15,9 @@ module FluentCommandBuilder
|
|
|
15
15
|
def self.default_path=(value)
|
|
16
16
|
printer = FluentCommandBuilder::Printer.new
|
|
17
17
|
begin
|
|
18
|
-
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSDeploy::COMMAND_NAME}" does not exist. Path: #{value}] unless File.exist? value
|
|
18
|
+
printer.print_warning %Q[Default Path for command "#{FluentCommandBuilder::MSDeploy::COMMAND_NAME} #{VERSION}" does not exist. Path: #{value}] unless File.exist? value
|
|
19
19
|
rescue
|
|
20
|
-
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSDeploy::COMMAND_NAME}" exists. An internal error occurred.]
|
|
20
|
+
printer.print_warning %Q[Failed to determine whether Default Path for command "#{FluentCommandBuilder::MSDeploy::COMMAND_NAME} #{VERSION}" exists. An internal error occurred.]
|
|
21
21
|
end
|
|
22
22
|
@default_path = value
|
|
23
23
|
end
|
|
@@ -7,11 +7,8 @@ module FluentCommandBuilder
|
|
|
7
7
|
end
|
|
8
8
|
module MSTest
|
|
9
9
|
COMMAND_NAME = 'MSTest'
|
|
10
|
-
def self.create
|
|
11
|
-
|
|
12
|
-
c = version_module(MSTest).create b
|
|
13
|
-
yield b if block_given?
|
|
14
|
-
c
|
|
10
|
+
def self.create(&block)
|
|
11
|
+
version_module(MSTest).create &block
|
|
15
12
|
end
|
|
16
13
|
end
|
|
17
14
|
end
|