Index: Classpath =================================================================== RCS file: /cvs/mauve/builder/scripts/Classpath,v retrieving revision 1.7 diff -u -3 -p -u -r1.7 Classpath --- Classpath 16 Feb 2008 11:30:47 -0000 1.7 +++ Classpath 17 Mar 2008 03:14:15 -0000 @@ -4,6 +4,8 @@ . $(dirname "$0")/Settings +add_gjdoc_path + cd $TOP/classpath (cd classpath; cvs update; ./autogen.sh) @@ -16,7 +18,7 @@ mkdir build install cd build set -e exec > Log 2>&1 -../classpath/configure --enable-Werror --prefix=$(cd ../install && pwd) && +../classpath/configure --enable-Werror --prefix=$(cd ../install && pwd) --with-gjdoc && make all install distcheck ) Report "classpath build with ecj" $? build/Log Index: Settings =================================================================== RCS file: /cvs/mauve/builder/scripts/Settings,v retrieving revision 1.5 diff -u -3 -p -u -r1.5 Settings --- Settings 16 Feb 2008 12:55:20 -0000 1.5 +++ Settings 17 Mar 2008 03:14:15 -0000 @@ -47,6 +47,12 @@ add_kaffe_path() PATH=$TOP/kaffe/install/bin:$PATH } +# Add gjdoc to path. +add_gjdoc_path() +{ + PATH=$TOP/gjdoc/install/bin:$PATH +} + # Where messages are sent from (can be a fake address). REPORTFROM=cpdev@builder.classpath.org # Where messages are sent (comma separated).