You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2014/01/10 20:20:19 UTC

svn commit: r1557228 - /db/derby/code/branches/10.8/build.xml

Author: rhillegas
Date: Fri Jan 10 19:20:18 2014
New Revision: 1557228

URL: http://svn.apache.org/r1557228
Log:
DERBY-2573: 2nd attempt to fix release scripts on 10.8; committing derby-2573-15-aa-useAntExec2.diff.

Modified:
    db/derby/code/branches/10.8/build.xml

Modified: db/derby/code/branches/10.8/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.8/build.xml?rev=1557228&r1=1557227&r2=1557228&view=diff
==============================================================================
--- db/derby/code/branches/10.8/build.xml (original)
+++ db/derby/code/branches/10.8/build.xml Fri Jan 10 19:20:18 2014
@@ -2049,7 +2049,7 @@
 
      <ant dir="${docs.root}" target="clobber"/>
 
-     <exec executable="ant.exec" dir="${docs.root}">
+     <exec executable="${ant.exec}" dir="${docs.root}">
        <env key="ANT_OPTS" value="-Xmx512m"/>
        <env key="CLASSPATH" path="${docs.root}/lib/fop.jar"/>
        <arg value="-Drelease.id.short=${eversion}"/>