VMware Cloud Community
SLTB
Enthusiast
Enthusiast

Where can I find documentation for ant options?

Hi,

For example, I would like to build only a single plugin (e.g. mssql),
Is there some -Dplugin option for that?
Where can I find documentation for the full list of the -D options?

Thanks,
0 Kudos
2 Replies
dougm_hyperic
VMware Employee
VMware Employee

There's not an option to build just one plugin in the hq/build.xml, however there is a shortcut:
ant compile pack-pdk

This will compile any changed *.java files and update the plugin .jar's in build/agent/pdk/plugins
Much faster than doing a full build.
SLTB
Enthusiast
Enthusiast

Thanks - much better 🙂
0 Kudos