changeset 551:681f1f51926f icedtea7-1.13

Use correct classpath for running genstubs when not forking.
author andrew
date Tue, 01 Jun 2010 12:25:37 +0100
parents a0499f48ec96
children 10061f41d0d0
files make/build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/build.xml	Wed Apr 28 22:17:05 2010 +0100
+++ b/make/build.xml	Tue Jun 01 12:25:37 2010 +0100
@@ -628,7 +628,7 @@
                classpath="${build.bootstrap.dir}/classes:${ant.home}/lib/ant.jar"/>
         <taskdef name="genstubs"
                  classname="GenStubs$$Ant"
-                 classpath="${build.toolclasses.dir}/"/>
+                 classpath="${build.toolclasses.dir}:${build.bootstrap.dir}/classes:${ant.home}/lib/ant.jar"/>
     </target>
 
     <target name="-def-javadoc-tool" depends="-check-target.java.home">