mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
15.59.2007 86009cc055af74069148cbb8a8bed37e79e97e43
refs
author neil_a_wilson <neil_a_wilson@localhost>
Tuesday, May 15, 2007 21:59 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Tuesday, May 15, 2007 21:59 +0200
commit86009cc055af74069148cbb8a8bed37e79e97e43
tree 4283c3d6d135011b84153dd7baaac5ccb93861d3 tree | zip | gz
parent cbdaf3354d3ed236155adfba6ad89461e9a113e0 view | diff
Make a number of administrative types of updates:

- Change the way that we construct the server version number. This is
explained in detail at
https://www.opends.org/wiki/page/TheOpenDSVersionNumber

- Remove the CheckEOLStyle and CheckCopyrightDates ant targets and replace them
with a single CheckPrecommit target that does both tasks and should be much
more efficient. This should prevent out of memory errors on some platforms
that were experiencing them before.

- Update the build process so that Javadoc generation is no longer part of the
precommit target. This has been known to take a significant length of time
and is unlikely to catch many problems that checkstyle doesn't already
detect.
2 files deleted
2 files added
5 files modified
1290 ■■■■ changed files
opends/PRODUCT 11 ●●●●● diff | view | raw | blame | history
opends/build.xml 115 ●●●●● diff | view | raw | blame | history
opends/resource/DynamicConstants.java.stubs 24 ●●●●● diff | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/CheckCopyrightDates.java 298 ●●●●● diff | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/CheckEOLStyle.java 202 ●●●●● diff | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/CheckPrecommit.java 390 ●●●●● diff | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/CreateVersionString.java 98 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/VersionMonitorProvider.java 127 ●●●●● diff | view | raw | blame | history