NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

1. Use a SVN client such as Sliksvn or Subclipse plugin for Eclipse to check out the caArray codebase. You have to choose the trunk or a branch to a new and clean directory (<trunk home>: for example: c:\apps\caarray2).
2. Install IvyDE Eclipse plugin for Ivy classpath management and restart Eclipse.
3. Go to "Window" / "Preferences" / "Ivy" and set "Global settings" by navigating to <trunk home>/software/master_build/ivy-caarray-settings.xml and click "OK".
4. Open the <trunk home>/software/master_build/ivy-caarray-settings.xml file in a text editor and comment-out the filesystem resolver with name 'local-repo', as this resolver is only useful for developers at NCI, then save the file. The portion of XML code to be commented out is shown below:

Ivy DEXML SettingsImage Modified

The modified XML file is attached below for reference:ivy-caarray-settings-modified.xml

...