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

ludovicp
28.16.2010 47075ba2acb72e7e98a93b9c96573589a7b169d6
Add nightly build targets
1 files modified
18 ■■■■■ changed files
opendj-sdk/sdk/build.xml 18 ●●●●● patch | view | raw | blame | history
opendj-sdk/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>