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

Mark Craig
20.03.2012 b3f9f4d904a5940e649e44da61195ea4002a6b6b
CR-920 Fix for OPENDJ-651: ./build.sh dsml fails if path to sources contains spaces
4 files modified
5 ■■■■■ changed files
opends/build.xml 5 ●●●●● patch | view | raw | blame | history
opends/resource/dsml/lib/jaxb-api.jar patch | view | raw | blame | history
opends/resource/dsml/lib/jaxb-impl.jar patch | view | raw | blame | history
opends/resource/dsml/lib/jaxb-xjc.jar patch | view | raw | blame | history
opends/build.xml
@@ -1312,12 +1312,13 @@
    </taskdef>
    <mkdir dir="${dsml.gen.dir}/org/opends/dsml/protocol" />
    <xjc target="${dsml.gen.dir}" schema="${dsml.dir}/schema/DSMLv2.xsd"
    <xjc destdir="${dsml.gen.dir}" schema="${dsml.dir}/schema/DSMLv2.xsd"
         removeOldOutput="yes" package="org.opends.dsml.protocol"
         binding="${dsml.dir}/schema/bindings.xjb">
         binding="${dsml.dir}/schema/bindings.xjb" target="2.1">
      <!-- Don't generate package-info.java as it conflicts with
           the one in src/dsml -->
      <arg value="-npa"/>
      <arg value="-verbose"/>
      <produces dir="${dsml.gen.dir}/org/opends/dsml/protocol"
           includes="* impl/*" />
    </xjc>
opends/resource/dsml/lib/jaxb-api.jar
Binary files differ
opends/resource/dsml/lib/jaxb-impl.jar
Binary files differ
opends/resource/dsml/lib/jaxb-xjc.jar
Binary files differ