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

Matthew Swift
19.08.2014 571c784768cbf627591d1dad9664b6694e35edae
OPENDJ-1602 (CR-5566) New pluggable storage based backend

Enable build of Pluggable/Persistit backend with the following restrictions:

* these packages are excluded from Checkstyle
* JECompressedSchema is excluded from compilation.
1 files modified
4 ■■■■ changed files
opendj3-server-dev/build.xml 4 ●●●● patch | view | raw | blame | history
opendj3-server-dev/build.xml
@@ -760,7 +760,7 @@
    <mkdir dir="${build.lib.dir}" />
    <javac srcdir="${src.dir}:${admin.src.dir}:${msg.src.dir}:${msg.javagen.dir}:${ads.src.dir}:${quicksetup.src.dir}:${guitools.src.dir}"
         excludes="${pluggablebackend.pkg}/**,${persistit.pkg}/**"
         excludes="${pluggablebackend.pkg}/JECompressedSchema.java"
         destdir="${classes.dir}">
      <classpath>
        <fileset refid="opendj.runtime.jars"/>
@@ -1859,7 +1859,7 @@
    <mkdir dir="${classes.dir}" />
    <javac srcdir="${src.dir}:${admin.src.dir}:${msg.src.dir}:${msg.javagen.dir}:${ads.src.dir}:${quicksetup.src.dir}:${guitools.src.dir}"
        excludes="${pluggablebackend.pkg}/**,${persistit.pkg}/**"
        excludes="${pluggablebackend.pkg}/JECompressedSchema.java"
        destdir="${classes.dir}">
      <classpath>
        <fileset refid="opendj.runtime.jars"/>