Openfire build should not need internet connectivity
Description
Environment
None
Activity
Show:
Guus der Kinderen January 5, 2016 at 11:05 AM
Guus der Kinderen December 10, 2015 at 10:01 AM
This describes how Apache Ant works with XML Catalogs: https://ant.apache.org/manual/Types/xmlcatalog.html
When building Openfire (using the Ant buildfiles), internet connectivity is required. The build will fail when no connectivity is availble.
As Openfire ships with all dependencies, this is undersirable. Openfire should simply build, without accessing internet resources.
It appears that the cause of the issue is validation of XSDs and/or DTDs. Further investigation is needed.