The build.xml file contains all that is needed to build in one go (ant dist-bin) should only bits be needed you can use ant to download the dependencies too if you dont want full build.
the problem mentioned regarding "hanging" building docs with forrest can be overcome by "unset DISPLAY" ant dist-get-jai <= download the bits required not needing intricate script if there is no forrest installed follow existing instructions else there is a shortcut ant dist-bin will do the above and create a dist folder + tarball either unzip it tar -C /opt -xf fop-1.1-bin.tar.gz or cp -r dist-bin/fop-1.1 /opt/ Greg -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
