aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Conditional compilation of jimi, jai, and jce was not working properly. Each ↵William Victor Mote2003-03-201-39/+42
| | | | | | | | | | | | | 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
* Updated for optional PDF encryption support (depending on availability of JCE)Jeremias Maerki2003-03-131-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196090 13f79535-47bb-0310-9956-ffa450edef68
* Remove buildtools.xml as it's no longer needed.Jeremias Maerki2003-03-121-1/+4
| | | | | | | Adjust build.xml accordingly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196073 13f79535-47bb-0310-9956-ffa450edef68
* fixed typos in docsChristian Geisert2003-03-111-1/+1
| | | | | | | fixed omission from Images -> images renaming git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196067 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to new source location (src/org --> src/java/org)Jeremias Maerki2003-03-111-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196063 13f79535-47bb-0310-9956-ffa450edef68
* Added target for building the servlet.Jeremias Maerki2003-02-021-6/+19
| | | | | | | Default target is now "all" which, besides the jar, also builds the WAR and the PDF transcoder. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195921 13f79535-47bb-0310-9956-ffa450edef68
* include font classes for pdf transcoderKeiron Liddle2003-01-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195865 13f79535-47bb-0310-9956-ffa450edef68
* Adjust to new directory for hyphenationJeremias Maerki2003-01-151-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195864 13f79535-47bb-0310-9956-ffa450edef68
* Update for 2003Jeremias Maerki2003-01-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195831 13f79535-47bb-0310-9956-ffa450edef68
* Base 14 fonts are now generated to org.apache.fop.fonts.base14Jeremias Maerki2003-01-081-38/+27
| | | | | | | CodePointMapping is now generated to org.apache.fop.fonts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195825 13f79535-47bb-0310-9956-ffa450edef68
* Added Ant target for validating xdocs.Joerg Pietschmann2003-01-051-0/+62
| | | | | | | | Some FAQ enhancments. Minor edits to output.xml. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195816 13f79535-47bb-0310-9956-ffa450edef68
* white-space and line-ending fixesWilliam Victor Mote2002-11-301-126/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195685 13f79535-47bb-0310-9956-ffa450edef68
* Adjusted to new JARsJeremias Maerki2002-11-221-12/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195617 13f79535-47bb-0310-9956-ffa450edef68
* first shot at RTFHandler using jfor RTF libraryBertrand Delacretaz2002-11-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195397 13f79535-47bb-0310-9956-ffa450edef68
* build.properties and build-local.properties allow local override of build ↵Bertrand Delacretaz2002-10-311-1/+7
| | | | | | settings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195395 13f79535-47bb-0310-9956-ffa450edef68
* removed unneeded valuesKeiron Liddle2002-10-281-35/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195367 13f79535-47bb-0310-9956-ffa450edef68
* Streamlined build process without copying around whole directory trees.Jeremias Maerki2002-09-171-405/+331
| | | | | | | | Uses filters to manage JDK 1.3 and 1.4 differences. Beautified build.xml (2 space indents) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195210 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FOP anttaskChristian Geisert2002-09-151-0/+17
| | | | | | | Added task for example PDF generation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195191 13f79535-47bb-0310-9956-ffa450edef68
* Added an optional target to generate a Checkstyle report.Jeremias Maerki2002-09-051-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195153 13f79535-47bb-0310-9956-ffa450edef68
* removed old configurationKeiron Liddle2002-09-041-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
* fixed problem with font metrics generation and jdk1.4Christian Geisert2002-09-021-0/+98
| | | | | | | (the problem is a old xalan version which comes with the jdk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195138 13f79535-47bb-0310-9956-ffa450edef68
* <action dev="JM" type="update" context="build">Jeremias Maerki2002-08-071-102/+86
| | | | | | | | | Improve build process for more flexibility when external jars change. Changed to use -projecthelp option from Ant 1.5 instead of "usage" target. </action> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195067 13f79535-47bb-0310-9956-ffa450edef68
* makes antRun exec in build.sh and adds overview for javadoc generationKeiron Liddle2002-08-061-5/+6
| | | | | | | | Submitted by: Victor Mote <vic@outfitr.com> updated classpaths git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195059 13f79535-47bb-0310-9956-ffa450edef68
* removed unneeded filterKeiron Liddle2002-07-251-11/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195029 13f79535-47bb-0310-9956-ffa450edef68
* added target for pdf transcoderKeiron Liddle2002-07-011-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194942 13f79535-47bb-0310-9956-ffa450edef68
* proper use of font encodings for native fontsKeiron Liddle2002-06-281-17/+15
| | | | | | | | updated xalan Submitted by: Rainer Garus <rainer.garus@arcor.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194932 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-111-2/+2
| | | | | | | Submitted by: Michael Gratton <mjg@recalldesign.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
* updates to docs with build target for understanding and alt.designKeiron Liddle2002-03-181-3/+28
| | | | | | | | Submitted by: "Peter B. West" <pbwest@powerup.com.au> Reviewed by: Keiron git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194707 13f79535-47bb-0310-9956-ffa450edef68
* updated date to current yearKeiron Liddle2002-02-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194638 13f79535-47bb-0310-9956-ffa450edef68
* updated to use style task and removed xslt taskKeiron Liddle2001-12-181-55/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194611 13f79535-47bb-0310-9956-ffa450edef68
* added design docs to buildKeiron Liddle2001-12-141-8/+18
| | | | | | | removed manifest task - now uses built in ant manifest task (under jar) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194607 13f79535-47bb-0310-9956-ffa450edef68
* added message about cvs, fixed compiler optionsKeiron Liddle2001-11-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194579 13f79535-47bb-0310-9956-ffa450edef68
* updates for ext, and message handler changesKeiron Liddle2001-11-221-14/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194575 13f79535-47bb-0310-9956-ffa450edef68
* added targets to build html and corresponding pdf docsKeiron Liddle2001-11-011-3/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194533 13f79535-47bb-0310-9956-ffa450edef68
* updated build scripts for new jars and removed old targetsKeiron Liddle2001-10-301-81/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194528 13f79535-47bb-0310-9956-ffa450edef68
* made the construction of foreign name dom a bit more directKeiron Liddle2001-09-121-25/+1
| | | | | | | and simple reducing number of classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194461 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unnecessary mergefile from xslt processing for font files.Karen Lease2001-08-261-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194443 13f79535-47bb-0310-9956-ffa450edef68
* adjusted classpath libs for loggingKeiron Liddle2001-08-201-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194431 13f79535-47bb-0310-9956-ffa450edef68
* added logkit (version 1.0b4) for loggingKeiron Liddle2001-08-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194422 13f79535-47bb-0310-9956-ffa450edef68
* AHS: need to specifically delete tarfiles after allarved2001-08-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194417 13f79535-47bb-0310-9956-ffa450edef68
* AHS: build improvements; version changearved2001-08-141-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194414 13f79535-47bb-0310-9956-ffa450edef68
* AHS: tweaks to processarved2001-08-121-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194412 13f79535-47bb-0310-9956-ffa450edef68
* AHS: Build and runtime file updatesarved2001-08-121-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194410 13f79535-47bb-0310-9956-ffa450edef68
* added support for easily using w3c testsuite for build target testKeiron Liddle2001-07-061-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194335 13f79535-47bb-0310-9956-ffa450edef68
* fixed classpath for batik jarKeiron Liddle2001-05-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194255 13f79535-47bb-0310-9956-ffa450edef68
* FOP now uses Batik to render svgKeiron Liddle2001-05-171-1/+13
| | | | | | | | | | | | This is handled for awt - using batik to render to a graphic and pdf. Pdf still requires better image support. The elements and properties are generated from the svgelements.xml document. The version of batik is 17/05/2001 cvs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194250 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: testing supportarved2001-05-101-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 13f79535-47bb-0310-9956-ffa450edef68
* Updated version to reflect that builds from this are a CVS version in theKelly Campbell2001-04-081-1/+1
| | | | | | | | | | | next release (0.19.0-CVS) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194198 13f79535-47bb-0310-9956-ffa450edef68
* Removed dist-bin from build; added stuff to make sure viewer resourcesarved2001-04-031-4/+20
| | | | | | | | | | | | and images are included PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194191 13f79535-47bb-0310-9956-ffa450edef68
* added missing hyph directory to src distKelly Campbell2001-03-311-0/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194181 13f79535-47bb-0310-9956-ffa450edef68