>> BUILD FAILED >> /x1/gump/public/workspace/xml-batik/build.xml:1607: Execute failed: >> java.io.IOException: java.io.IOException: forrest: not found > >Batik now uses forrest to build its HTML documentation. It is >assumed to be installed, and is called with an <exec> in the >ant build file. Is there a way this can be made to work with gump?
My own Forrest time is long time ago (0.2), but there was a possibility to invoke Forrest from Ant [1]. So I think this could maybe work: - declare a build dependency on Forrest jars (and on xml-commons-resolver-1.1.jar as written in [1]) - because you have declared the dependency on Forrest, it should be present then, so <import> Forrests buildscript as written and use it Maybe the build of Forrest must export environment variables (especially FORREST_HOME)... Makes sence? Jan [1] http://forrest.apache.org/docs_0_60/your-project.html#invoking_from_ant --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
