NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Info
titleNote

The install.properties file contains additional properties pertaining which pertain to grid services which . These are not covered here, as configuring caArray to utilize a grid service is beyond the scope of this tutorial. For more information, please refer to this KB article:

Wiki Markup
\[insert link here\]

Invoking The Build Process From The Command Line

Now that you've checked out the source code, created the database schema, and configured the properties files, you're now ready to start the actual build process. First, open a command-line window and navigate to the following path:

$CAARRAY_HOME/software/master_build

Then, enter the following command:

Code Block

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

Launching The caArray Server Upon Build Completion

...