From e5e969569eba827f9a3a30ef88cfebd1b3c302d8 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Thu, 20 Mar 2003 00:52:12 +0000 Subject: [PATCH] Conditional compilation of jimi, jai, and jce was not working properly. Each had separate compile jobs, but was also included in the main source compilation, which resulted in compile errors. This change removes the separate compile jobs, and excludes them from the main compilation bases on the previously existing conditional tests. Also added a message showing the results of these tests as they are performed (eg. "Jimi Support NOT Present"). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196123 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 81 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 39 deletions(-) diff --git a/build.xml b/build.xml index 2160c3a10..1c375586c 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,7 @@ more information: http://xml.apache.org/fop Build targets ============= -The build system is not only responsible of compiling Fop into a jar file, +The build system is not only responsible for compiling Fop into a jar file, but is also responsible for creating the HTML documentation, javadocs, distributions and web site. In fact, the file you have here is _exactly_ what is used by fop maintainers to take care of everything in the Fop @@ -107,23 +107,20 @@ list of possible build targets. - + - + - + - - - @@ -231,9 +228,39 @@ list of possible build targets. - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -401,39 +428,15 @@ list of possible build targets. + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -487,7 +490,7 @@ list of possible build targets. - + -- 2.39.5