188 Commits (2702903a69e5cdf666fc1eb8bca0e91f55a7dfe8)

Author SHA1 Message Date
  Jeremias Maerki ae7f2b902b Setting basedir on the JUnit tasks to avoid problems in certain environments. 18 years ago
  Bertrand Delacretaz 8a6085d22c More fo.examples overridable properties, working on bug #5335 comment #14 18 years ago
  Bertrand Delacretaz 86c2920730 Overridable property "fo.examples.include" added to select which examples to build 18 years ago
  Bertrand Delacretaz 105f30e915 junit-reports target added, creates HTML test reports 18 years ago
  Jeremias Maerki 7046f7838f Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html 18 years ago
  Jeremias Maerki 890bff7ae3 Oops, remove debug code. 18 years ago
  Jeremias Maerki ff8b460bc3 Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered. 18 years ago
  Jeremias Maerki 40fca8356e Extend exclude pattern for JAI-dependant classes. 18 years ago
  Jeremias Maerki 6624651c2a Improved JUnit report creation. 18 years ago
  Jeremias Maerki 53f64f4683 Adding dependency on XML Graphics Commons. 18 years ago
  Jeremias Maerki f84616e34d Merged Temp_API_Finalization branch back into FOP Trunk: 18 years ago
  Jeremias Maerki 358de1408a Bugzilla #38821: 18 years ago
  Chris Bowditch 449a886244 Added samedir property, to allow Checkstyle 4 to run 18 years ago
  Jeremias Maerki a6b0f3efb8 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
  Manuel Mall ad45779952 Added support for relative font config URLs (metrics-url and embed-url). These URLs are now resolved through the FOP config URI resolver. A new configuration item font-base has been added which defines the base URL to be used for resolution of the font URLs. If it is not given the normal FOP base URL is used. Unrelated to this feature the patch also contains a new image class (java 1.4 specific) for JPEG images. This is for renderers (e.g. AFP) which require access to the decoded JPEG. 18 years ago
  Jeremias Maerki 14459795f1 XMLHandler interface changed so it reports whether it supports a particular Renderer instead of reporting the MIME type. One MIME type could be implemented by multiple Renderer implementations so conflicts could occur. Almost all XMLHandler implementations will have a dependency on a particular Renderer implementation. 18 years ago
  Jeremias Maerki 9f34b00f3a Going back to SVN Trunk mode. 18 years ago
  Manuel Mall b3afd42874 Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests 18 years ago
  Jeremias Maerki d48c455a95 Merged changes 345575:345890 from branches/fop-0_90 into trunk: 18 years ago
  Joerg Pietschmann 08911dd269 XMLified files describing disabled testcases for layout engine and FO tree 18 years ago
  Jeremias Maerki 7b5ed82fa1 examples directory was missing in both src and bin distributions. 18 years ago
  Jeremias Maerki bdd44a8e9f Setting the final version number. 18 years ago
  Jeremias Maerki 0d154be5f7 Make docs target work under Windows. 18 years ago
  Christian Geisert f297276086 lowercase filenames for distsclean 18 years ago
  Christian Geisert feb2fd884a docs building with a simple forrest call instead of using import 18 years ago
  Christian Geisert ec2e85ef0f exclude hyphenation patterns from source distribution 18 years ago
  Andreas L. Delmelle a4b36cafb7 Oops! Removed duplicate 'if' 18 years ago
  Andreas L. Delmelle af702f2031 Made junit-layout-hyphenation conditional 18 years ago
  Andreas L. Delmelle bb6dc8a5d9 Made junit-layout-standard conditional 18 years ago
  Manuel Mall 136fb47640 Changed tar targets to set execute permission on fop script 18 years ago
  Manuel Mall 1046caac67 Excluded docs directory from fop dist build 18 years ago
  Jeremias Maerki 5d5ce8be22 Step 1 (SVN just doesn't want me to delete the old directories): 18 years ago
  Manuel Mall 429f2b5562 Separated JUnit layout tests such that the majority are still run even if no hyphenation support present 18 years ago
  Andreas L. Delmelle fbf451207f Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com) 18 years ago
  Manuel Mall bb1a6fcc4b Updated build.xml to include lib licences in binary build and other small mods 18 years ago
  Jeremias Maerki d0430555dd Package documentation. 18 years ago
  Jeremias Maerki 315296cb82 Javadoc fixes. 18 years ago
  Jeremias Maerki 3a0e323050 Forgot to add the new Version class to the transcoder package. 18 years ago
  Jeremias Maerki 09bafa2199 FOP now retrieves the version information from the Manifest or from SVN information if the Manifest is not available. 18 years ago
  Simon Pepping 0f83a82caa The classpath for junit-transcoder should not contain fop.jar 18 years ago
  Simon Pepping 30f46890cf Use libs-run-classpath for hyphenation-present and junit-layout 18 years ago
  Manuel Mall 272de87fde Separated JUnit tests into groups with separate targets, added fotree test to default JUnit target, test for the presence of hyphenation support as prerequisite for layout tests 19 years ago
  Joerg Pietschmann 33874bf798 Use checkstyle.config to get the appropriate checkstyle configuration file 19 years ago
  Simon Pepping ff9681c752 Build the hyphenation patterns under the build/classes directory. 19 years ago
  Christian Geisert 10c1e48eb5 Build should work without Forrest installed 19 years ago
  Christian Geisert 4da704267e Added docs building with forrest 19 years ago
  Christian Geisert f6ab4d487f dist filenames lowercase 19 years ago
  Joerg Pietschmann bf3febcc4a Added Checkstyle 4.0 capability. Added Checkstyle autodetection. 19 years ago
  Christian Geisert 504d2a9df3 include serializer.jar in dist (see Bugzilla #36677) 19 years ago
  Andreas L. Delmelle c6083e25e1 Removal of hyphenation patterns 19 years ago