- 05 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
Ant (or rather, the XMLTask in our build) attempts to lookup DTDs online. The build (of plugins) will fail if no internet connectivity is available. This commit references DTDs locally, allowing Ant to skip the online lookup.
-
- 15 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
When executing junit, Openfire used to depend on the Ant/JUnit integration as provided in the home directory of ant. This leads to platform-specific build results. By providing the ant/junit libraries, this effect is reduced.
-
- 10 Dec, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 30 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 19 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support will be brought back up-to-date. Additionally, Openfire will no longer have a mix of dependencies from various versions of Jetty. This commit contains a number of changes that go hand-in-hand: - Replaces JAR files - Applies uniformity to the buildscript where JSPC is executed - Replaces JSTL 1.0 taglibs with later versions - Adds a simple logger to the build process (to stop it from complaining)
-
- 28 Sep, 2015 1 commit
-
-
Guus der Kinderen authored
i18n files can now be modified by files in <overlay>/i18n/. Files are merged, where the overlay values have preference over the original values. This commit removes support for the (poorly implemented) overlay.properties file.
-
- 30 Jan, 2015 1 commit
-
-
Dele Olajide authored
Added xalan.jar (ver 2.7.1) to ANT build lib folder
-
- 14 Nov, 2014 1 commit
-
-
Tom Evans authored
Also includes a housekeeping item to remove the pack200task.jar (from OF-560)
-
- 15 May, 2014 1 commit
-
-
Florian Schmaus authored
Remove ant-subdirtask since it's automatically generated from source by the 'anttasks' target.
-
- 05 May, 2014 1 commit
-
-
Sven Bunge authored
-