See also oddballs.
| paths | Paths to create an Oddball from. |
| urls | URLs to create an Oddball from. |
| Example 1 | Loading two Oddballs. |
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | Either this or URLs is required. |
Paths to create an Oddball from.
| Configured By | ELEMENT |
| Access | WRITE_ONLY |
| Required | Either this or Paths is required. |
URLs to create an Oddball from.
Loading two Oddballs.
<oddjob id="this">
<job>
<oddjob file="${this.args[0]}/test/launch/oddballs-launch.xml">
<descriptorFactory>
<oddballs>
<oddballs>
<oddball>
<paths>
<file file="${this.args[0]}/test/oddballs/apple/classes"/>
</paths>
</oddball>
<oddball>
<paths>
<file file="${this.args[0]}/test/oddballs/orange/classes"/>
</paths>
</oddball>
</oddballs>
</oddballs>
</descriptorFactory>
</oddjob>
</job>
</oddjob>