Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Add Dependent JARs to Projects with Ivy Natures

Add Dependent JARs to Projects with Ivy Natures

  • Configure the Apache Ivy plugin for Workday Studio.
  • Configure an assembly project with the Workday Ivy nature.
Workday Studio supports an Apache Ivy plugin, which enables you to manage project dependencies by configuring projects with the Workday Ivy nature. If a Studio project has an Ivy nature with dependency elements in its
ivy.xml
file, you can configure the project to include any dependent JAR files.
  1. On the
    Project Explorer
    view, right-click an assembly project with the Workday Ivy nature.
  2. Select
    Properties
    .
  3. On the
    Java Build Path
    window, click
    Libraries
    .
  4. Click
    Ivy-Workday IDE
    .
  5. Click
    Add JARs
    .
  6. On the
    JAR Selection
    window, select the JAR files to add to your project and click
    OK
    .
  7. On the
    Java Build Path
    window, click
    Apply and Close
    .
Studio adds the dependent JAR files to your project.
Deploy your project.