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

ludovicp
28.16.2010 440353dcc72bdc07ae18029ffee56008ebdd77ad
Add nightly build targets
1 files modified
18 ■■■■■ changed files
sdk/build.xml 18 ●●●●● patch | view | raw | blame | history
sdk/build.xml
@@ -1159,4 +1159,22 @@
            <zipfileset dir="${srcgen.dir}" filemode="644" dirmode="755" />
        </zip>
    </target>
    <!-- The build target that should be used for nightly builds. -->
    <target name="nightly"
       depends="nightlybuild,nightlytests"
       description="Perform all processing needed for nightly builds.">
    </target>
    <!-- The build target that should be used for build part of nightly builds. -->
    <target name="nightlybuild"
       depends="package,checkprecommit,checkstyle,srczip,javadoc"
       description="Perform all processing related to build  for nightly builds.">
    </target>
    <!-- The build target that should be used for test part of nightly builds. -->
    <target name="nightlytests"
       depends="testwithcoverage"
       description="Perform all processing related to unit tests for nightly builds.">
    </target>
</project>