NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ant -Dproperties.file=<absolute path to install.properties file> deploy:local:install

For example, if the path to the install.properties file is:

C:\source\2.4.1.1\software\master_build\install.properties

Then the command is:

Code Block

ant -Dproperties.file=C:\source\2.4.1.1\software\master_build\install.properties deploy:local:install

Launching The caArray Server Upon Build Completion

...