diff --git a/src/xdocs/cmdline.xml.vm b/src/xdocs/cmdline.xml.vm index 51840243b39..80a24048cdf 100644 --- a/src/xdocs/cmdline.xml.vm +++ b/src/xdocs/cmdline.xml.vm @@ -148,7 +148,10 @@ java -D<property>=<value> \ option has been dropped for Checkstyle 5.0, because of significant changes regarding package name file handling. See this link for details.
- ++ To define system property for execution look at + system properties. +
Set the properties for expanded
property values by either by assigning system properties using the
diff --git a/src/xdocs/config_system_properties.xml b/src/xdocs/config_system_properties.xml
index 8e1180df67f..957f18492c5 100644
--- a/src/xdocs/config_system_properties.xml
+++ b/src/xdocs/config_system_properties.xml
@@ -16,6 +16,17 @@
+
+ System properties should be provided to
+ Attention to Windows users: system properties should be wrapped with
The property
+ Attention to Windows users: system properties should be wrapped with java
command.
+ Example: java -D<property>=<value> -jar ...
+ "
.
+ Example: -D"<property>=<value>"
+ checkstyle.enableExternalDtdLoad
@@ -119,6 +130,10 @@ Audit done.
Checkstyle ends with 2 errors.
"
.
+ Example: -D"<property>=<value>"
+