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

boli
23.56.2009 6225172ce1aba3545d54830c1a9a965f0bd6c5b7
Fix for issue 2531: Removed all AspectJ dependencies.
13 files deleted
2 files modified
842 ■■■■■ changed files
opends/build.xml 66 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/LICENSE-AspectJ.html 91 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/README-AspectJ.html 346 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/bin/aj 10 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/bin/aj5 10 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/bin/ajbrowser 10 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/bin/ajc 10 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/bin/ajdoc 10 ●●●●● patch | view | raw | blame | history
opends/ext/aspectj/lib/aspectjlib.jar patch | view | raw | blame | history
opends/ext/aspectj/lib/aspectjrt.jar patch | view | raw | blame | history
opends/ext/aspectj/lib/aspectjtools.jar patch | view | raw | blame | history
opends/ext/aspectj/lib/aspectjweaver.jar patch | view | raw | blame | history
opends/lib/aspectjrt.jar patch | view | raw | blame | history
opends/resource/DynamicConstants.java.stubs 10 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/loggers/debug/DebugAspect.java 279 ●●●●● patch | view | raw | blame | history
opends/build.xml
@@ -399,13 +399,6 @@
      </not>
    </condition>
    <condition property="WEAVE_ENABLED" value="false">
      <not>
        <isset property="WEAVE_ENABLED" />
      </not>
    </condition>
    <!--
     ! For some reason, some Apple VMs put quotes around the value of the
@@ -501,7 +494,7 @@
      PRODUCT_NAME, SHORT_NAME, MAJOR_VERSION, MINOR_VERSION, POINT_VERSION,
      VERSION_QUALIFIER, FIX_IDS, timestamp, user.name, java.version,
      java.vendor, java.vm.version, JVM_VENDOR, DEBUG_BUILD, REVISION_NUMBER,URL_REPOSITORY,
      WEAVE_ENABLED, VERSION_NUMBER_STRING
      VERSION_NUMBER_STRING
      If you change the name of any of those properties in this build.xml
      you'll need to reflect the same change in the .stubs file
    -->
@@ -617,7 +610,7 @@
  <!-- Compile the Directory Server source files. -->
  <target name="cleancompile"
       depends="cleaninit,compilequicksetup,weave"
       depends="cleaninit,compilequicksetup"
       description="Recompile the Directory Server source files.">
  </target>
@@ -659,36 +652,6 @@
  <target name="prepweave">
    <condition property="weave.enabled" value="true">
        <equals arg1="${WEAVE_ENABLED}" arg2="true" />
    </condition>
  </target>
  <target name="weave" if="weave.enabled" depends="prepweave">
    <echo message="  Weaving the source code with automatic AspectJ debug logging."/>
    <echo message="  Build with -DWEAVE_ENABLED=false to turn this off."/>
    <taskdef resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
      <classpath>
        <pathelement location="${aj.lib.dir}/aspectjtools.jar" />
      </classpath>
    </taskdef>
    <iajc inpath="${classes.dir}" destdir="${classes.dir}"
          debug="true" debuglevel="${build.debuglevel}" source="1.5" target="1.5"
          deprecation="true" fork="true" maxmem="${MEM}">
      <classpath>
        <fileset dir="${lib.dir}">
          <include name="*.jar" />
        </fileset>
      </classpath>
    </iajc>
  </target>
  <!-- Compile the Quick Setup source files. -->
  <target name="compilequicksetup" depends="buildtools,compile"
          description="Compile the Quick Setup source files.">
@@ -1909,10 +1872,6 @@
    <echo message="  -Dtest.failed=true"/>
    <echo message="      runs only the tests that failed last time"/>
    <echo message=""/>
    <echo message="  -DWEAVE_ENABLED=false" />
    <echo message="      builds the server without the debug logging facility." />
    <echo message="      No debug logging messages will be included on test failures." />
    <echo message=""/>
    <echo message="  -Dorg.opends.server.debug.target=org.opends.server.core:level=verbose,category=data"/>
    <echo message="      for example only include debug messages in the core"/>
    <echo message="      package that are related to data access and at the" />
@@ -2175,27 +2134,6 @@
  <!--
   ! Previously a dependency of the nightly, all, testall and test targets.
   ! Weaving is now disabled by default due to the excessive need for memory
   ! during weaving.
   ! -->
  <target name="enableweave">
    <condition property="WEAVE_ENABLED" value="true">
      <not>
        <or>
          <isset property="WEAVE_ENABLED" />
          <isset property="test.groups" />
          <isset property="test.packages" />
          <isset property="test.classes" />
          <isset property="test.methods" />
        </or>
      </not>
    </condition>
  </target>
  <target name="testreport"
        depends="test"
        description="Takes testng results and convert them into JUnit compatible xml">
opends/ext/aspectj/LICENSE-AspectJ.html
File was deleted
opends/ext/aspectj/README-AspectJ.html
File was deleted
opends/ext/aspectj/bin/aj
File was deleted
opends/ext/aspectj/bin/aj5
File was deleted
opends/ext/aspectj/bin/ajbrowser
File was deleted
opends/ext/aspectj/bin/ajc
File was deleted
opends/ext/aspectj/bin/ajdoc
File was deleted
opends/ext/aspectj/lib/aspectjlib.jar
Binary files differ
opends/ext/aspectj/lib/aspectjrt.jar
Binary files differ
opends/ext/aspectj/lib/aspectjtools.jar
Binary files differ
opends/ext/aspectj/lib/aspectjweaver.jar
Binary files differ
opends/lib/aspectjrt.jar
Binary files differ
opends/resource/DynamicConstants.java.stubs
@@ -157,12 +157,6 @@
      "${ADMINISTRATION_GUIDE_URL}";
  /**
   * Indicates wheater this build includes AspectJ weaving for the debug logging
   * framework.
   */
  public static boolean WEAVE_ENABLED = ${WEAVE_ENABLED};
  /**
   * A string representation of the version number.
   */
  public static String VERSION_NUMBER_STRING =
@@ -296,10 +290,6 @@
        }
        catch(Exception ex) {}
        try{
         WEAVE_ENABLED = (Boolean)c.getField("WEAVE_ENABLED").get(obj);
        }
        catch (Exception ex) {}
        try{
         VERSION_NUMBER_STRING =
                 (String)c.getField("VERSION_NUMBER_STRING").get(obj);
        }
opends/src/server/org/opends/server/loggers/debug/DebugAspect.java
File was deleted