Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Concept: Ivy Preferences

Concept: Ivy Preferences

Workday Studio provides an Ivy plugin, which enables you to manage project dependencies with Apache Ivy. To enable the Ivy plugin to resolve resources, you can specify the settings and properties file to use in your project.
You can configure these settings on the
Workday
Ivy
preferences page:
  • Ivy settings URL:
    click
    Browse...
    , then select the
    ivysettings.xml
    file or specify a URL. The settings file defines variables that the Ivy engine can load to resolve resources.
  • Ivy properties file:
    click
    Browse...
    , then select the
    .properties
    file that the settings file can reference. The properties file contains properties that Ivy loads as variables, in the form:
    name=value
    Select the
    Load ivy.properties file from home directory if present
    check box to load the
    ivy.properties
    file automatically from your home directory.