- 24 Feb, 2017 1 commit
-
-
daryl herzmann authored
-
- 18 Feb, 2017 2 commits
- 31 Dec, 2016 2 commits
- 21 Dec, 2016 2 commits
- 14 Dec, 2016 1 commit
-
-
Dave Cridland authored
* 4.1.0 Beta * Remove extraneous bits Cut and paste is clearly too advanced for me.
-
- 01 Jul, 2016 1 commit
-
-
akrherz authored
* will maintain this on the ignite bamboo server as a symlink
-
- 14 Jun, 2016 1 commit
-
-
Guus der Kinderen authored
* 'override' defined just once (and set to false) * a plugin can be skipped by setting a property 'plugin.pluginname.skip' to true (eg: -Dplugin.broadcast.skip=true) * plugins that are built set the property above, to prevent rebuilding during the same Ant invocation (speeds up parent/child plugin builds)
-
- 10 Jun, 2016 1 commit
-
-
Max Allan authored
-
- 18 Mar, 2016 1 commit
-
-
akrherz authored
Ant RPM build configuration is modified such that: - rpmbuild arch of x86_64 is now default. This will require a change to the Ignite's Bamboo to specify a 64bit JRE to bundle - the rpmbuild arch logic is simplified and one can now specify which arch to build for by setting `-Drpmbuild.arch=<arch>` - the resulting RPM filenames are changed, such to allow upgrades between alpha builds, beta/rc builds and GA builds without having to `rpm --force` these. See note below on the new RPM filenames. - the changelog field in the RPM will contain the hash of the last commit in the local repository `git rev-parse --short HEAD` - A new `git.revision` Ant target is introduced so support the inclusion of this in the build metadata New RPM filenames: For General Releases we get x.y.z-1 For Alpha builds we get x.y.z-0.1.{YYYYMMDD}alpha For Beta/RC builds we get x.y.z-0.2.(beta|rc)
-
- 11 Jan, 2016 2 commits
- 06 Jan, 2016 1 commit
-
-
Guus der Kinderen authored
-
- 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 3 commits
-
-
Guus der Kinderen authored
This reverts commit 285b2093. Conflicts: build/build.xml
-
Guus der Kinderen authored
The Github-based CI server (Travis), tends to run out of resources quickly. This commit adds a new optional flag that allows the build to skip tests that are known to be resource intensive. Example usage: ant -DskipResourceIntensiveTests=true clean test This change also splits up build steps distinct Travis environments. This helps to isolate resource usage, as well as speed things up (as things run in parallel now)
-
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.
-
- 13 Dec, 2015 1 commit
-
-
akrherz authored
-
- 07 Dec, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 30 Nov, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 20 Nov, 2015 1 commit
-
-
- 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)
-
- 10 Nov, 2015 1 commit
-
-
Christian Schudt authored
These tests otherwise may throw FileNotFoundException and are harder to make them run. Also delete TestUtils.java because it's not needed now anymore.
-
- 07 Nov, 2015 1 commit
-
-
Christian Schudt authored
Don't know why, but it fixes the issue described here: https://community.igniterealtime.org/thread/55868 org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/web.xml
-
- 22 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 13 Oct, 2015 1 commit
-
-
Guus der Kinderen authored
-
- 05 Oct, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 29 Sep, 2015 2 commits
-
-
Guus der Kinderen authored
Instead, any Ant version higher than 1.7.1 is now accepted.
-
Guus der Kinderen authored
Through overlay / customization, it should be possible to add/adjust the files under /src/resources/
-
- 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.
-
- 04 Aug, 2015 2 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
- 03 Aug, 2015 5 commits
-
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
-
Guus der Kinderen authored
OF-930: When a directory is defined by property, that should be used instead of a relative reference.
-
Guus der Kinderen authored
-