Remove 'ant-jive-edition' and 'qdox' libraries from build
Description
Jive Software included a jar file that adds Apache Ant selectors, which it used to have custom builds (by license / product edition). Now that Openfire is open source, that functionality is not used (I wonder if it was ever used by Jive in the first place).
As a side-effect, the ant modifications pull in a very old version of qdox, which has some quirks (the build process will fail if an enum definition does not end with a semicolon, for example).
Both files should be removed.
Environment
None
Activity
Show:
Guus der Kinderen December 1, 2015 at 2:56 PM
Fixed in the connectionmanagement-refactor branch.
Jive Software included a jar file that adds Apache Ant selectors, which it used to have custom builds (by license / product edition). Now that Openfire is open source, that functionality is not used (I wonder if it was ever used by Jive in the first place).
As a side-effect, the ant modifications pull in a very old version of qdox, which has some quirks (the build process will fail if an enum definition does not end with a semicolon, for example).
Both files should be removed.