vCenter

 View Only

How to parameterize custom plugin classpath?

  • 1.  How to parameterize custom plugin classpath?

    Posted Jan 23, 2012 09:53 AM
    Is it possible to setup plugin classpath via parameters?
    Something like:
    <plugin name="deltix">
    <classpath>
    <include name="${mylib.directory}/mylib.jar"/>
    </classpath>
    ...