The rralias command adds an additional URI reference to a ZIP resource repository.
The rralias command adds an additional URI reference to a ZIP resource repository. As with other repository manipulation commands, the action of rralias is atomic, so if there is a failure reading one of the URLs, the entire operation is aborted.
The most common use case for the rralias command is when using the rradd Command to add multiple resources to the repository but where the URI of one of the resources is different than the URI in the <wsdl:import> statement. (This occurs frequently with generated WSDL and XML schema documents.)
| Option/Argument |
Effect |
| -q |
Suppress complaints about a touri that is already registered in the repository. |
| fromuri |
the URI key of the source resource. This URI must already be registered in the repository, or the command will signal an error. |
| touri |
the new URI alias. |
| rrfile |
the ZIP resource repository file to which the alias will be added. |
| -v|-vv |
adjust the verbosity of logging output. See Configuring Commandline Launchers. |
| -h |
prints a synopsis to the console and exits. |