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.- On theProject Explorerview, right-click an assembly project with the Workday Ivy nature.
- SelectProperties.
- On theJava Build Pathwindow, clickLibraries.
- ClickIvy-Workday IDE.
- ClickAdd JARs.
- On theJAR Selectionwindow, select the JAR files to add to your project and clickOK.
- On theJava Build Pathwindow, clickApply and Close.
Studio adds the dependent JAR files to your project.
Deploy your project.