436524 - Start / Downloadable [files] references in modules cannot use ":" themselves

+ Updating usage.txt to indicate new use of "|"
This commit is contained in:
Joakim Erdfelt 2014-06-06 12:25:28 -07:00
parent 0c54ad2f20
commit 11b08b77e6
1 changed files with 8 additions and 5 deletions

View File

@ -98,6 +98,7 @@ Module Management:
modules. This may download a file from the network if the modules. This may download a file from the network if the
module provides a URL. module provides a URL.
Startup / Shutdown Command Line: Startup / Shutdown Command Line:
-------------------------------- --------------------------------
@ -124,11 +125,6 @@ Properties:
Advanced Commands: Advanced Commands:
------------------ ------------------
--download=<http-uri>:<location>
Advanced usage, If the file does not exist at the given
location, download it from the given http URI.
Note: location is always relative to ${jetty.base}
--lib=<classpath> --lib=<classpath>
Add arbitrary classpath entries to the the server classpath. Add arbitrary classpath entries to the the server classpath.
@ -139,6 +135,13 @@ Advanced Commands:
and ${jetty.home}. This allows for some complex hierarchies and ${jetty.home}. This allows for some complex hierarchies
of configuration details. of configuration details.
--download=<http-uri>|<location>
Advanced usage, If the file does not exist at the given
location, download it from the given http URI.
Notes: location is always relative to ${jetty.base}.
you might need to escape the slash "\|" to use
this on some environments.
Properties: Properties:
----------- -----------