aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Added support for 128bit encryption in PDF output. Based on work by Michael ↵Vincent Hennebert2011-08-081-1/+7
| | | | | | | | | | | | Rubin. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1154998 13f79535-47bb-0310-9956-ffa450edef68
* | Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-181-1/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1094690 13f79535-47bb-0310-9956-ffa450edef68
* | Customizing the Gump runs from our build file rather than from the Gump ↵Jeremias Maerki2011-03-021-2/+14
| | | | | | | | | | | | descriptor. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1076307 13f79535-47bb-0310-9956-ffa450edef68
* | Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) ↵Jeremias Maerki2011-02-011-0/+1
| | | | | | | | | | | | | | | | | | and fo:declarations (document in AFP). Includes a test case. Update QDox to avoid a bug with class private enums. Connect some older test cases into the standard test suite. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1066078 13f79535-47bb-0310-9956-ffa450edef68
* | Reduced task attribute redundancy by using <presetdef>.Jeremias Maerki2011-01-211-18/+30
|/ | | | | | Added maxmemory="256m" on junit instead of a JVM argument to overcome OutOfMemoryErrors that I have since moving to Windows 7 64bit. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1061678 13f79535-47bb-0310-9956-ffa450edef68
* Retroweaver is no longer necessaryVincent Hennebert2010-11-181-37/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1036466 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch 50240 by Mehdi Houshmand with changes: Java source andSimon Pepping2010-11-111-2/+2
| | | | | | | target changed to 1.5. EncodingMode changed from class -> enum. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1033859 13f79535-47bb-0310-9956-ffa450edef68
* Removed custom asf.todo tagVincent Hennebert2010-09-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1002788 13f79535-47bb-0310-9956-ffa450edef68
* Created target nightly-buildSimon Pepping2010-09-131-0/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@996451 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49752:Simon Pepping2010-08-181-11/+51
| | | | | | | | | | | | Findbugs build target enhancements Submitted by: Glenn Adams <glenn.at.skynav.com> Changes to patch: - Added descriptions to the user visible targets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986616 13f79535-47bb-0310-9956-ffa450edef68
* Fixed javadoc, checkstyle and ant warningsSimon Pepping2010-08-181-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@986602 13f79535-47bb-0310-9956-ffa450edef68
* Removed the Class-Path Manifest entry since it's often not quite right and ↵Jeremias Maerki2010-08-161-1/+0
| | | | | | FOP's Main class sets up the classpath in a much more flexible way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985921 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #49733:Jeremias Maerki2010-08-141-6/+14
| | | | | | | | | | | | | | Resolved compilation (safe one), Checkstyle and many Javadoc warnings. Submitted by: Glenn Adams <glenn.at.skynav.com> Changes to patch: - Restored the deprecated Graphics2DAdapter method (to be removed after Barcode4J 2.1 is released). - Restored Renderer.startPageSequence(LineArea) pending discussion about removal. - build.xml: set max VM to 1024MB instead of 2048MB to allow for 32-bit JVMs. - build.xml: restored longer taskdef names. - Restored Checkstyle 4 file for people running older IDEs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@985537 13f79535-47bb-0310-9956-ffa450edef68
* Fix to "docs" target. FORREST_HOME no longer needs to be in your PATH for ↵Adrian Cumiskey2010-07-211-6/+2
| | | | | | the target to work as you would expect it to. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966339 13f79535-47bb-0310-9956-ffa450edef68
* Target dist-src need not depend on target all. A comment on theSimon Pepping2010-07-201-2/+3
| | | | | | | dependency of target dist on target distclean. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@965953 13f79535-47bb-0310-9956-ffa450edef68
* Merging branches/fop-1_0 back into trunkSimon Pepping2010-07-161-17/+30
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@964711 13f79535-47bb-0310-9956-ffa450edef68
| * Adding the build dependencies to the source distributionfop-1_0Simon Pepping2010-07-121-16/+26
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@963412 13f79535-47bb-0310-9956-ffa450edef68
| * Move the maven bundle jar to the top directory after building; svnSimon Pepping2010-07-071-0/+1
| | | | | | | | | | | | | | ignore the build artifacts git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@961414 13f79535-47bb-0310-9956-ffa450edef68
| * Updated the version number in the build file; do not merge into trunkSimon Pepping2010-07-051-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960619 13f79535-47bb-0310-9956-ffa450edef68
| * First changes for the release, mainly documentation changesSimon Pepping2010-07-051-1/+3
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-1_0@960618 13f79535-47bb-0310-9956-ffa450edef68
* Merged all the eventResourceGenerator tasks into oneVincent Hennebert2010-04-091-108/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932515 13f79535-47bb-0310-9956-ffa450edef68
* Generate event models in the same directory as the corresponding ↵Vincent Hennebert2010-04-091-17/+17
| | | | | | | | | | EventProducer interfaces and name it event-model.xml by default The eventResourceGenerator task now takes a destination directory parameter instead of modelfile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932502 13f79535-47bb-0310-9956-ffa450edef68
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-4/+5
| | | | | | | | Renamed event model used by FOPTestEventModelFactory to "event-model.xml" git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932497 13f79535-47bb-0310-9956-ffa450edef68
* Split catch-all EventFormatter.xml message file into individual files for ↵Vincent Hennebert2010-04-091-6/+53
| | | | | | | | | | each EventProducer. There is no longer a default EventModelFactory Added test case for font event git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932481 13f79535-47bb-0310-9956-ffa450edef68
* Added test cases to ensure that the event notification system runs smoothlyVincent Hennebert2010-04-091-28/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@932461 13f79535-47bb-0310-9956-ffa450edef68
* Added Java Target information to Build-Id manifest entry. (Applied change as ↵Jeremias Maerki2010-03-181-7/+7
| | | | | | | | proposed on Feb 10 2010) Suggested by: Peter Hancock git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@924863 13f79535-47bb-0310-9956-ffa450edef68
* Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-231-6/+26
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@829138 13f79535-47bb-0310-9956-ffa450edef68
| * Added tests target in build script that calls upon FOP's Ant task to ↵Adrian Cumiskey2009-10-231-6/+26
| | | | | | | | | | | | | | | | | | renderer all our unit tests for a configured mimetype. I really could have done with this simple (and handy) feature some time ago... it should really help with manual/visual testing. I Hope it proves useful for everyone :). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@829004 13f79535-47bb-0310-9956-ffa450edef68
* | Fix build to make accessibility events go to the right XML file.Jeremias Maerki2009-10-221-0/+7
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Accessibility@828805 13f79535-47bb-0310-9956-ffa450edef68
* Updated ant to run checkstyle 5. This is now supported in lib/build rather ↵Maximilian Berger2009-10-131-13/+20
| | | | | | than the previously used checkstyle.home git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@824735 13f79535-47bb-0310-9956-ffa450edef68
* If a JAI library is not available when creating a FOP distribution build we ↵Adrian Cumiskey2009-10-091-1/+15
| | | | | | attempt to download one and make it available to the Ant build process. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@823685 13f79535-47bb-0310-9956-ffa450edef68
* Moved the class UnicodeClasses to src/codegen/unicode, so that it isSimon Pepping2009-09-031-2/+5
| | | | | | | | | | | | only built when the classes.xml file is regenerated. Modified the build file accordingly. Restored Java 5 features in UnicodeClasses. Created a License utility class. Added a license statement and a generated file statement to classes.xml. Made GenerateLineBreakUtils.java use the License class, and made it avoid trailing spaces in the generated file. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@810896 13f79535-47bb-0310-9956-ffa450edef68
* Prepare for new hyphenation pattern files, which do not have their own ↵Simon Pepping2009-08-181-10/+42
| | | | | | classes and instead use the default classes in FOP. Modified the build process to a forked java task, in order to be able to set a larger stack size for the compilation of the large number of classes. Added an ant task to generate a new default classes file, to be used with an update of the Unicode Character Database. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@805561 13f79535-47bb-0310-9956-ffa450edef68
* The javadocs task needs more memory.Vincent Hennebert2009-08-031-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@800312 13f79535-47bb-0310-9956-ffa450edef68
* Added support for AFP font embedding. Note: this changes the default ↵Jeremias Maerki2009-07-271-1/+2
| | | | | | | | | | behaviour. Like with PDF and PS, all fonts are embedded by default unless matched in the "referenced-fonts" section in the configuration. Added support for embedding external AFP form maps (form defs) using the afp:include-form-map extension. Fixed a small problem with AFP-related events. DefaultFOPResourceAccessor got a fallback to the user agent's base URI if no category base URI is specified. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@798207 13f79535-47bb-0310-9956-ffa450edef68
* A little font configuration cleaning.Adrian Cumiskey2009-03-201-1/+1
| | | | | | | | | | * Extracted business logic from PrintRendererConfigurator and created a new FontDetector and FontAdder in org.apache.fop.fonts package. * Created a new FontInfoConfigurator that factors out a lot of the static stuff in PrintRendererConfigurator. * PDFDocumentGraphics2DConfigurator now uses a new FontInfoConfigurator() instead of static PrintRendererConfigurator.buildFontListFromConfiguration() call. * static method updateReferencedFonts() in PrintRendererConfigurator moved to an instance method in FontManager. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@756522 13f79535-47bb-0310-9956-ffa450edef68
* EventProducer update didn't get adjusted when AFPEventProducer was moved.Jeremias Maerki2009-03-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@749272 13f79535-47bb-0310-9956-ffa450edef68
* Merge from Trunk revisions 741104 - 744926.Jeremias Maerki2009-02-161-11/+16
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@744946 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed PMD report (requires 1.5, but for REPORT ONLY); Added CPD reportMaximilian Berger2009-02-161-10/+15
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744925 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed bug which causes RetroWeaver to not weaveMaximilian Berger2009-02-161-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@744920 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from Trunk revisions 740276 - 741103.Jeremias Maerki2009-02-051-3/+5
|\| | | | | | | | | | | Hooked in the new AFP resource level defaults into the IF-size of the image handlers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741120 13f79535-47bb-0310-9956-ffa450edef68
| * Fixed classpath problem concerning XMLUnit.Jeremias Maerki2009-02-041-3/+5
| | | | | | | | | | | | | | Split JUnits targets into a reduced set (without layout engine tests) and a full set. Reactivated "gump" target and assigning it the reduced set. I want to see if Gump can do a bit more of our test suite without failing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@740665 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from Trunk revisions 735029 - 740275.Jeremias Maerki2009-02-031-4/+3
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@740340 13f79535-47bb-0310-9956-ffa450edef68
| * Updated dependency list.Jeremias Maerki2009-01-281-3/+3
| | | | | | | | | | | | Added XMLUnit 1.2 as we've already got many other build-only third-parties in lib/build and adding XMLUnit makes FOP easier to set up in an IDE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738478 13f79535-47bb-0310-9956-ffa450edef68
| * Grr, forgot the command-line compile again. Fixed the build after the move ↵Jeremias Maerki2009-01-281-2/+1
| | | | | | | | | | | | of a JAI-dependent class. Thanks, Gump. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@738472 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed test error for transcoders.Jeremias Maerki2009-01-301-5/+1
| | | | | | | | | | | | | | | | | | Enabled disabling strict validation from inside the test case. This enabled activating the border/padding test case for region references. Refactored layout engine and intermediate format tests a bit to increase code reuse. Fixed the way border/padding are set on the area tree. The current way had unwanted side-effects for the AreaTreeParser. Added support for border/padding on region references when parsing from area tree XML. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@739386 13f79535-47bb-0310-9956-ffa450edef68
* | Merge from Trunk revisions 731480 - 735028.Jeremias Maerki2009-01-161-6/+21
|\| | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@735038 13f79535-47bb-0310-9956-ffa450edef68
| * Happy new year.Jeremias Maerki2009-01-071-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@732278 13f79535-47bb-0310-9956-ffa450edef68
| * Give javadoc utility some more memory to avoid OutOfMemoryErrors.Jeremias Maerki2009-01-071-5/+20
| | | | | | | | | | | | | | Some additional package description and better package grouping. Handle @event.severity tag. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@732274 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed Transcoder test.Jeremias Maerki2009-01-021-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@730719 13f79535-47bb-0310-9956-ffa450edef68