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

kenneth_suter
20.00.2007 9f81d8560e3d29dfa0e5ab53387bd632fe4e1e2c
made rebuild target depend on generatemessages
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -641,7 +641,7 @@
   ! it will not re-package.  It will also not do a complete initialization, so
   ! DynamicConstants.java won't be regenerated.
   ! -->
  <target name="rebuild"
  <target name="rebuild" depends="generatemessages"
       description="Rebuild the server without destroying config or data.">
    <!-- Set the amount of memory to use for the build -->
    <condition property="MEM" value="192M">