Skip to content
Snippets Groups Projects
Commit 014771f3 authored by brinn's avatar brinn
Browse files

(merged from Datamover 1.0.x branch, r2156, r2162)

rename: "data mover" -> "Datamover"

SVN: 2166
parent 628e11ae
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<param name="SMTPHost" value="localhost" /> <param name="SMTPHost" value="localhost" />
<param name="From" value="datamover@localhost" /> <param name="From" value="datamover@localhost" />
<param name="To" value="root@localhost" /> <param name="To" value="root@localhost" />
<param name="Subject" value="ATTENTION: data mover" /> <param name="Subject" value="ATTENTION: Datamover" />
<param name="EvaluatorClass" value="ch.systemsx.cisd.common.logging.AlwaysTrueTriggeringEventEvaluator" /> <param name="EvaluatorClass" value="ch.systemsx.cisd.common.logging.AlwaysTrueTriggeringEventEvaluator" />
<layout class="org.apache.log4j.PatternLayout"> <layout class="org.apache.log4j.PatternLayout">
......
...@@ -169,7 +169,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters ...@@ -169,7 +169,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters
* is tried is one more). * is tried is one more).
*/ */
@Option(name = "m", longName = "max-retries", usage = "The number of retries of a failed operation before the " @Option(name = "m", longName = "max-retries", usage = "The number of retries of a failed operation before the "
+ "datamover gives up on it. [default: 10].") + "Datamover gives up on it. [default: 10].")
private int maximalNumberOfRetries; private int maximalNumberOfRetries;
/** /**
...@@ -251,7 +251,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters ...@@ -251,7 +251,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters
@Option(longName = "help", skipForExample = true, usage = "Prints out a description of the options.") @Option(longName = "help", skipForExample = true, usage = "Prints out a description of the options.")
void printHelp(boolean exit) void printHelp(boolean exit)
{ {
parser.printHelp("datamover", "<required options> [option [...]]", "", ExampleMode.ALL); parser.printHelp("Datamover", "<required options> [option [...]]", "", ExampleMode.ALL);
if (exit) if (exit)
{ {
System.exit(0); System.exit(0);
...@@ -261,7 +261,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters ...@@ -261,7 +261,7 @@ public class Parameters implements ITimingParameters, IFileSysParameters
@Option(longName = "version", skipForExample = true, usage = "Prints out the version information.") @Option(longName = "version", skipForExample = true, usage = "Prints out the version information.")
void printVersion(boolean exit) void printVersion(boolean exit)
{ {
System.err.println("datamover version " + BuildAndEnvironmentInfo.INSTANCE.getBuildNumber()); System.err.println("Datamover version " + BuildAndEnvironmentInfo.INSTANCE.getBuildNumber());
if (exit) if (exit)
{ {
System.exit(0); System.exit(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment