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.

...

The build.xml file included in the stock caArray Importer distribution does not wok work with caArray v2.4 and higher. You must either download this modified build.xml file or manually edit the stock build.xml as described below:

1) In the property declarations towards the top of the file, add a new property called "client.libs.grid"you will see the following line of code:

   <property name="client.libs" value="*/lib/java/.jar"/>

Add the following line of code beneath it:
   <property name="client.libs.grid" value="*/lib/grid/.jar"/>

...