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

Ludovic Poitou
22.40.2013 dd5bb3feeaca99ea79f1c55ea07a8acd4bc4e361
Fix error in build.xml.
Ant should be taken from ant.dir (within the workspace)
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -2298,7 +2298,7 @@
      </not>
    </condition>
    <exec executable="${ant.home}/bin/${antcmd}" failonerror="true">
    <exec executable="${ant.dir}/bin/${antcmd}" failonerror="true">
      <arg value="-buildfile" />
      <arg value="${ant.file}" />
      <arg value="-Dbuild.dir=${build.dir}" />