From fa25f84be40acd8b69e662dc3f67c5e3e4f1e1f6 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Tue, 18 Dec 2001 11:57:03 +0000 Subject: [PATCH] updated to use style task and removed xslt task git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194611 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 87 +++--- src/org/apache/fop/tools/anttasks/Xslt.java | 299 -------------------- 2 files changed, 32 insertions(+), 354 deletions(-) delete mode 100644 src/org/apache/fop/tools/anttasks/Xslt.java diff --git a/build.xml b/build.xml index c5b0120ed..a7bc68942 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,7 @@ Introduction ============ FOP is the world's first print formatter driven by XSL formatting objects. It -is a Java 1.1 application that reads a formatting object tree and then turns +is a Java 1.2 application that reads a formatting object tree and then turns it into a PDF document. The formatting object tree, can be in the form of an XML document (output by an XSLT engine like Xalan) or can be passed in memory as a DOM Document or SAX events. @@ -70,7 +70,6 @@ tremendously the performance of the whole build system, compared to other tools (i.e. make or shell scripts) where a new JVM is started for each task. - Build targets ============= @@ -104,7 +103,6 @@ the built process is not stopped. 2) I see a lot of warnings starting like this: "Warning: file modified in the future:" Sometimes ant gives out this warnings, but the build is finished without any problems - ============================================================================ --> @@ -273,7 +271,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro --> - @@ -405,62 +402,42 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +