272 次程式碼提交 (ff8ca4805701def793c30029bd86810515c8f7e8)

作者 SHA1 備註 提交日期
  Mehdi Houshmand ff8ca48057 Enabled assertions in junit tasks (analagous to JVM arg -ea) 12 年之前
  Peter Hancock e860287fcc Associate structure tree elements directly to render content 12 年之前
  Vincent Hennebert 3fa156581b Added build/fop-hyph.jar to standard-junit-classpath so that hyphenation tests can run when the "source" en.xml and de.xml are stored in the hyph/ directory 12 年之前
  Mehdi Houshmand 6b1ba1f952 Bugzilla #52197: Improved support for AdobeStandardEncoding encoded AFM files for type1 fonts 12 年之前
  Vincent Hennebert d3017504c1 Bugzilla #52151: added ant script to get JaCoCo code coverage 12 年之前
  Vincent Hennebert 8fc0b589b5 Bugzilla 52136: Added to build file JUnit target that uses a regex to run all of the test cases. 12 年之前
  Vincent Hennebert ad987e7d47 Removed the FO document pre-processing step that was adding ptr and creating a reduced FO tree. 12 年之前
  Vincent Hennebert 5491a3593c Cache the schema for the XML namespace to a local directory. This avoids downloading it from the W3C website every time the IF test cases are run. 12 年之前
  Peter Hancock 7aaa8ac121 Bugzilla#512010: Simplification of the build. 12 年之前
  Vincent Hennebert 29a3560293 Bugzilla #51928: Upgraded all tests to JUnit 4 12 年之前
  Peter Hancock 1293398fba Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embedding a Page Segment. 13 年之前
  Vincent Hennebert c74764e436 Added support for 128bit encryption in PDF output. Based on work by Michael Rubin. 13 年之前
  Vincent Hennebert 9f0263b32c Added id element to intermediate format to track the origin of content. 13 年之前
  Jeremias Maerki 0e4e4c285b Customizing the Gump runs from our build file rather than from the Gump descriptor. 13 年之前
  Jeremias Maerki 15935cb7c9 Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) and fo:declarations (document in AFP). Includes a test case. 13 年之前
  Jeremias Maerki 2ca4fdd39b Reduced task attribute redundancy by using <presetdef>. 13 年之前
  Vincent Hennebert cebc3c349b Retroweaver is no longer necessary 13 年之前
  Simon Pepping e99cbbd79f Applied patch 50240 by Mehdi Houshmand with changes: Java source and 13 年之前
  Vincent Hennebert 86527b4220 Removed custom asf.todo tag 13 年之前
  Simon Pepping 3bdb7c0124 Created target nightly-build 13 年之前
  Simon Pepping 8125ef449c Bugzilla #49752: 14 年之前
  Simon Pepping 27ab2f7f41 Fixed javadoc, checkstyle and ant warnings 14 年之前
  Jeremias Maerki b74c63ac54 Removed the Class-Path Manifest entry since it's often not quite right and FOP's Main class sets up the classpath in a much more flexible way. 14 年之前
  Jeremias Maerki 9b3c6aa26f Bugzilla #49733: 14 年之前
  Adrian Cumiskey f43b4cd444 Fix to "docs" target. FORREST_HOME no longer needs to be in your PATH for the target to work as you would expect it to. 14 年之前
  Simon Pepping 30d7ef75fa Target dist-src need not depend on target all. A comment on the 14 年之前
  Jeremias Maerki 8a4c665d6b Merged changes from Trunk (minus JARs). 14 年之前
  Simon Pepping cf44a5e715 Merging branches/fop-1_0 back into trunk 14 年之前
  Simon Pepping c41bb35793 Adding the build dependencies to the source distribution 14 年之前
  Simon Pepping 96fa71d831 Move the maven bundle jar to the top directory after building; svn 14 年之前
  Simon Pepping 428b1f3159 Updated the version number in the build file; do not merge into trunk 14 年之前
  Simon Pepping f4519b218d First changes for the release, mainly documentation changes 14 年之前
  Vincent Hennebert 3076f36096 Merged all the eventResourceGenerator tasks into one 14 年之前
  Vincent Hennebert 904bce40f3 Generate event models in the same directory as the corresponding EventProducer interfaces and name it event-model.xml by default 14 年之前
  Vincent Hennebert 38a069e362 Moved ResourceEventProducer to org.apache.fop 14 年之前
  Vincent Hennebert 56630a3e41 Split catch-all EventFormatter.xml message file into individual files for each EventProducer. There is no longer a default EventModelFactory 14 年之前
  Vincent Hennebert f2f90fb770 Added test cases to ensure that the event notification system runs smoothly 14 年之前
  Jeremias Maerki 164829cc0c Added Java Target information to Build-Id manifest entry. (Applied change as proposed on Feb 10 2010) 14 年之前
  Vincent Hennebert 409d8072b3 Merged back Temp_Accessibility branch into Trunk 14 年之前
  Adrian Cumiskey dbca06d73b Added tests target in build script that calls upon FOP's Ant task to renderer all our unit tests for a configured mimetype. 14 年之前
  Maximilian Berger 75b063dd90 Updated ant to run checkstyle 5. This is now supported in lib/build rather than the previously used checkstyle.home 14 年之前
  Adrian Cumiskey 23da27cdbf If a JAI library is not available when creating a FOP distribution build we attempt to download one and make it available to the Ant build process. 14 年之前
  Simon Pepping 7875e23d40 Moved the class UnicodeClasses to src/codegen/unicode, so that it is 15 年之前
  Simon Pepping 76f8a0a63c Prepare for new hyphenation pattern files, which do not have their own 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. 15 年之前
  Vincent Hennebert eb4853c1e9 The javadocs task needs more memory. 15 年之前
  Jeremias Maerki eddaaaf4b4 Added support for AFP font embedding. Note: this changes the default behaviour. Like with PDF and PS, all fonts are embedded by default unless matched in the "referenced-fonts" section in the configuration. 15 年之前
  Adrian Cumiskey a0e20d32be A little font configuration cleaning. 15 年之前
  Jeremias Maerki b0c6404737 EventProducer update didn't get adjusted when AFPEventProducer was moved. 15 年之前
  Jeremias Maerki 2370a1d7ba Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign (603620-746655) into Trunk. 15 年之前
  Jeremias Maerki 8b174ba1e9 Merge from Trunk revisions 741104 - 744926. 15 年之前