You must install Ant,
which you can obtain from
http://ant.apache.org/
, to run
a deployment script.
Perform the following
steps to run the deployment script from a command line:
-
-
Run the script in Ant,
by specifying the script file as follows:
ant –f deploySASJobs.xml
.
Note: If you do not want to store
your credentials in an openly available script file, you can also
pass the user name and password through the command line. Use the
following syntax:
ant -f deploySASJobs.xml -Dusername=mysuername -Dpassword=mypassword
(where
each argument is preceded by a
-D
,
the name of the parameter matches the name being set inside the ANT
script, and key and value pairs are separated by the equal sign).