/[Apache-SVN]/xmlgraphics/fop/tags/fop-0_95/build.xml
ViewVC logotype

Log of /xmlgraphics/fop/tags/fop-0_95/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 681373 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 13:56:42 2008 UTC (15 months, 3 weeks ago) by jeremias
File length: 66531 byte(s)
Diff to previous 681291 (colored)
Tagging for FOP 0.95 final release.

Revision 681291 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 07:45:13 2008 UTC (15 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 66531 byte(s)
Diff to previous 675707 (colored)
Increase version number.

Revision 675707 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 19:58:27 2008 UTC (16 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 66535 byte(s)
Diff to previous 647403 (colored)
Bugfix: -imagein didn't work because the stylesheet didn't get copied into fop.jar.

Revision 647403 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 09:02:01 2008 UTC (19 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 66500 byte(s)
Diff to previous 638316 (colored)
Fixed NullPointerException when loading a TrueType font using XML font metric files.

Revision 638316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 18 11:06:59 2008 UTC (20 months, 1 week ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 66348 byte(s)
Diff to previous 637857 (colored)
Removed the 'jdk1.4' suffix appended to the binary artifacts. There's no point in making the distinction anymore since there is only one binary now

Revision 637857 - (view) (annotate) - [select for diffs]
Modified Mon Mar 17 12:24:33 2008 UTC (20 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 66477 byte(s)
Diff to previous 637791 (colored)
Partially reverted revision 637791:
Restored JAI as a required dependency for distribution builds (used for error diffusion dithering in the PCL Renderer). It is optional otherwise.
Updated the licensing info and release notes to make the changes clear.

Revision 637791 - (view) (annotate) - [select for diffs]
Modified Mon Mar 17 08:59:51 2008 UTC (20 months, 1 week ago) by jeremias
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 65564 byte(s)
Diff to previous 636406 (colored)
Removed old image adapters.
Removed support for Java 1.3 building as it didn't work anymore anyway.
Added a check to require Java 1.4 for building.

Revision 636406 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 16:28:00 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 68671 byte(s)
Diff to previous 636403 (colored)
Set the version to 0.95beta

Revision 636403 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 16:24:48 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 68672 byte(s)
Diff to previous 636382 (colored)
Updated copyright years

Revision 636382 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 16:05:07 2008 UTC (20 months, 2 weeks ago) by vhennebert
Original Path: xmlgraphics/fop/branches/fop-0_95/build.xml
File length: 68672 byte(s)
Diff to previous 627324 (colored)
Branch for the 0.95 release

Revision 627324 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 09:35:01 2008 UTC (21 months, 1 week ago) by maxberger
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68672 byte(s)
Diff to previous 617765 (colored)
Ensured all SVN properties are set equally

Revision 617765 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 06:45:39 2008 UTC (21 months, 3 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68672 byte(s)
Diff to previous 611278 (colored)
Fixed transcoder test after yesterday's changes.

Revision 611278 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 19:50:53 2008 UTC (22 months, 2 weeks ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68675 byte(s)
Diff to previous 592105 (colored)
Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ImagePackageRedesign (revs 594558 to 611138) into Trunk:
A new image loading framework has been introduced to fix various problems with external graphics and improve performance.

Switched to Batik 1.7.
Added xml-apis-ext.jar as needed by Batik 1.7.
Updated to latest XML Graphics Commons snapshot.

Changelog of branch:
------------------------------------------------------------------------
r594558 | jeremias | 2007-11-13 16:04:56 +0100 (Di, 13 Nov 2007) | 1 line

Branch for image package redesign
------------------------------------------------------------------------
r594560 | jeremias | 2007-11-13 16:10:35 +0100 (Di, 13 Nov 2007) | 1 line

Implementation of Dijkstra's algorithm for finding the shortest path. Used in the new image package to find the best combination of image loaders and image converters to provide an image in the optimal form for a renderer.
------------------------------------------------------------------------
r594848 | jeremias | 2007-11-14 13:12:50 +0100 (Mi, 14 Nov 2007) | 3 lines

Initial upload of what I have already for the image package redesign.
For now, it's in a parallel package (image2). The final package name is TBD.
The code isn't hooked into the renderers, yet, and there's no image cache. This is still all work in progress.
------------------------------------------------------------------------
r594851 | jeremias | 2007-11-14 13:20:12 +0100 (Mi, 14 Nov 2007) | 1 line

Test cases and additional test files for the new image package.
------------------------------------------------------------------------
r595305 | jeremias | 2007-11-15 15:01:37 +0100 (Do, 15 Nov 2007) | 1 line

Small mistake while reimplementing JPEG.
------------------------------------------------------------------------
r595308 | jeremias | 2007-11-15 15:13:36 +0100 (Do, 15 Nov 2007) | 5 lines

Introduced a usage penalty for ImageLoaders so we can calculate an overall penalty for a pipeline.
Multiple image flavors can be passed to ImageManager.getImage() if the caller supports multiple formats. The image package chooses the best pipeline.
Implemented a converter from RenderedImage to PNG.
Implemented loaders for raw formats (EMF, JPEG and PNG).
Hooked the new image package into the RTF handler as first real proof-of-concept.
------------------------------------------------------------------------
r596240 | jeremias | 2007-11-19 11:02:13 +0100 (Mo, 19 Nov 2007) | 1 line

Fixed bug in pipeline selection.
------------------------------------------------------------------------
r596242 | jeremias | 2007-11-19 11:03:06 +0100 (Mo, 19 Nov 2007) | 1 line

MIME type in parentheses behind the URI makes more sense.
------------------------------------------------------------------------
r599430 | jeremias | 2007-11-29 14:08:01 +0100 (Do, 29 Nov 2007) | 1 line

Support for baseline information (needed by at least MathML).
------------------------------------------------------------------------
r599433 | jeremias | 2007-11-29 14:09:04 +0100 (Do, 29 Nov 2007) | 1 line

Bugfix: BMP don't all have resolution information.
------------------------------------------------------------------------
r599434 | jeremias | 2007-11-29 14:10:54 +0100 (Do, 29 Nov 2007) | 1 line

Change MIME type
------------------------------------------------------------------------
r599436 | jeremias | 2007-11-29 14:17:14 +0100 (Do, 29 Nov 2007) | 3 lines

Started integrating into Java2D and PostScript renderers and ExternalGraphic.
Added support for EPS graphics.
Added support for raw embedding of JPEG images (for PostScript).
------------------------------------------------------------------------
r600821 | jeremias | 2007-12-04 08:51:06 +0100 (Di, 04 Dez 2007) | 5 lines

Clean up
Javadocs
Generally make more useful.
Reuse FOProcessor instance for the whole run to actually feel the effect of an image cache attached to the FopFactory.
Add option to prompt the user before actually starting (in order to connect a VM monitor).
------------------------------------------------------------------------
r600870 | jeremias | 2007-12-04 11:27:51 +0100 (Di, 04 Dez 2007) | 14 lines

Note: The API of the new image package has changed a bit. (it became necessary when I introduced caching)

The direct dependency on FOUserAgent has been removed to make the image package more universally usable. Instead an ImageContext (provided by FopFactory in FOP) and ImageSessionContext (provided by FOUserAgent in FOP) was introduced.
Introduced image caching with soft references (I didn't reintroduce the FOUserAgent lock, yet, because it doesn't help much)
ImageInfo doesn't carry the Source for the image anymore. The Source is provided by the new ImageSessionContext.java and only shared within the same thread to make things simpler and to avoid complex synchronization and cleanup.
Image instances now indicate whether they are cacheable (not all Image instances are cacheable, for example when they just carry an InputStream).
Moved the converter pipeline functionality into its own subpackage to keep "spi" clean.
Added checks in ImageSize to detect incomplete Preloaders.
ImageSource can now indicate whether its a fast source (loading from local file) or a slow source (loading over the network). (but this isn't used, yet)
Fixed a bug in WMF and SVG preloaders: they didn't close their Sources after fully loading the images.
Bugfix in ImageRawJPEG: it illegally reported being an EPS file
ImageRawStream got an "InputStreamFactory" so it is possible to reuse raw images if they have been loaded into memory (or to a local file which hasn't been implemented, yet).
The pipeline code now converts single-use raw images to reusable raw images when possible. But there's nothing built in to restrict the image size to a maximum, yet.
Improved JPEG preloader so it can stop early an deal with images that have to APP0 segment. Images from digicams are such an example. They carry the resolution info in the EXIF block which is currently not interpreted. Fallback is to the configured source resolution.
------------------------------------------------------------------------
r600930 | jeremias | 2007-12-04 14:25:43 +0100 (Di, 04 Dez 2007) | 1 line

Package HTML Files.
------------------------------------------------------------------------
r600934 | jeremias | 2007-12-04 14:34:41 +0100 (Di, 04 Dez 2007) | 1 line

Javadoc fixes
------------------------------------------------------------------------
r602023 | jeremias | 2007-12-07 09:46:56 +0100 (Fr, 07 Dez 2007) | 2 lines

Bugfix for bug in SVG preloader which didn't calculate the size of an SVG correctly when there's no explicit size.

------------------------------------------------------------------------
r602024 | jeremias | 2007-12-07 09:49:49 +0100 (Fr, 07 Dez 2007) | 1 line

Some small javadoc and logging improvements/refinements.
------------------------------------------------------------------------
r602025 | jeremias | 2007-12-07 09:50:22 +0100 (Fr, 07 Dez 2007) | 1 line

Enable assert keyword for javadoc production.
------------------------------------------------------------------------
r602032 | jeremias | 2007-12-07 09:59:10 +0100 (Fr, 07 Dez 2007) | 11 lines

Added color space information and an optional ICC color profile to the basic Image interface.
Reimplemented transparency support (for now only for ImageIO loader and PDF output)
ImageIO preloader passes the already loaded metadata to the ImageIO loader through the "custom objects" so it doesn't have to load them again.
PDF library: Corrected the naming of the method indicating the "bits per component" (bits per component != bits per pixel)
PDF library: Added a method which lets a user override values in an XObject's dictionary after the major values have been set (useful not to make the PDFImage interface more complicated).
PDF library: Support for gray transparent colors.
PDF library: Added a convenience class for alpha channel bitmaps (AlphaRasterImage)

Integration of the new image package into the PDFRenderer (currently supports all previous embedding methods except deprecated EPS embedding and CCITT embedding, now supports even more transparency options than before)


------------------------------------------------------------------------
r602033 | jeremias | 2007-12-07 09:59:57 +0100 (Fr, 07 Dez 2007) | 1 line

Small optimization from my failed experiments to support native PNG embedding.
------------------------------------------------------------------------
r602034 | jeremias | 2007-12-07 10:01:34 +0100 (Fr, 07 Dez 2007) | 1 line

Don't use "content" filter for ICC profiles. Instead compress using "default". "content" is for page content.
------------------------------------------------------------------------
r602036 | jeremias | 2007-12-07 10:02:25 +0100 (Fr, 07 Dez 2007) | 1 line

Added general key for precompressed content of any kind.
------------------------------------------------------------------------
r602037 | jeremias | 2007-12-07 10:03:39 +0100 (Fr, 07 Dez 2007) | 1 line

Various variants of the FOP logo for testing. Some of them have transparency info.
------------------------------------------------------------------------
r602228 | jeremias | 2007-12-07 22:30:17 +0100 (Fr, 07 Dez 2007) | 4 lines

Discarded PreloaderPNG in favor of PreloaderImageIO which now supports all formats supported by ImageIO (meaning that you can uses JPEG-2000 images if you have a suitable ImageIO codec installed).
ImagePreloader.getMimeType() removed because it isn't really used in the new setup.
ImagePreloader.getPriority() introduced which allows to prioritize preloaders and thus gives the opportunity to tweak the order in which the preloaders are checked when an image is inspected.
ImageLoaderImageIO can now use multiple Readers if one fails (one codec may not support all format variants, for example).
------------------------------------------------------------------------
r602229 | jeremias | 2007-12-07 22:30:48 +0100 (Fr, 07 Dez 2007) | 1 line

Added a toString() impl for debugging.
------------------------------------------------------------------------
r602442 | jeremias | 2007-12-08 11:36:32 +0100 (Sa, 08 Dez 2007) | 6 lines

Support handling images with no associated URI (from instream-foreign-object). These images are not cached.
Add support for plain image conversion (i.e. with no loading) for instream-foreign-object.
Add convenience writeTo() methods in ImageRawStream to save a few lines of code.

Support for instream-foreign-object in RTF output.
Teach RTF library to handle images without an associated URL.
------------------------------------------------------------------------
r603191 | jeremias | 2007-12-11 11:03:32 +0100 (Di, 11 Dez 2007) | 2 lines

Bugfix: Graphics2DAdapter didn't do the graphics state save correct so subsequent images may have been painted with the wrong transformation matrix.
Bugfix: bitmap images didn't scale correctly when the resolutions were changed.
------------------------------------------------------------------------
r603207 | jeremias | 2007-12-11 12:08:36 +0100 (Di, 11 Dez 2007) | 1 line

Convenience method for obtaining the image size in points.
------------------------------------------------------------------------
r603208 | jeremias | 2007-12-11 12:12:50 +0100 (Di, 11 Dez 2007) | 3 lines

Precisely define the expectations for the area parameter in Graphics2DImagePainter.
New ImageConverter: Bitmap -> Graphics2D

------------------------------------------------------------------------
r603209 | jeremias | 2007-12-11 12:15:49 +0100 (Di, 11 Dez 2007) | 3 lines

Refine pipeline building:
Expose a method to allow the PS Renderer to predict what kind of pipeline will be selected (because it doesn't support all image types as PostScript forms)
If there are multiple candidate pipelines for one conversion type, choose the one with the lowest penalty, not just the one that happens to be first.
------------------------------------------------------------------------
r603250 | jeremias | 2007-12-11 15:17:32 +0100 (Di, 11 Dez 2007) | 1 line

Removing failed experiment: raw PNG embedding didn't work out.
------------------------------------------------------------------------
r603254 | jeremias | 2007-12-11 15:29:48 +0100 (Di, 11 Dez 2007) | 2 lines

Plugged new image package into form generation for PostScript.
XML images and EPS files are currently supported as forms. They are added inline.
------------------------------------------------------------------------
r603256 | jeremias | 2007-12-11 15:34:52 +0100 (Di, 11 Dez 2007) | 1 line

Embedding EPS in PDF is no longer implemented as it is a deprecated feature in PDF. Therefore, this test is not needed anymore. The PDF renderer will say: "Cannot load image (no suitable loader/converter combination available) for myfile.eps (application/postscript)"
------------------------------------------------------------------------
r603266 | jeremias | 2007-12-11 16:16:22 +0100 (Di, 11 Dez 2007) | 1 line

Size calculation for images can be slightly different after the redesign due to different rounding. Give a little tolerance.
------------------------------------------------------------------------
r603271 | jeremias | 2007-12-11 16:24:08 +0100 (Di, 11 Dez 2007) | 1 line

Bugfix: Only generate the FixedLength if there is baseline information.
------------------------------------------------------------------------
r603358 | jeremias | 2007-12-11 22:13:22 +0100 (Di, 11 Dez 2007) | 1 line

Switched background images to new image package.
------------------------------------------------------------------------
r603632 | jeremias | 2007-12-12 15:52:09 +0100 (Mi, 12 Dez 2007) | 1 line

Switch to new image package for PDF/SVG support.
------------------------------------------------------------------------
r603642 | jeremias | 2007-12-12 16:30:16 +0100 (Mi, 12 Dez 2007) | 3 lines

Initialized merge tracking via "svnmerge" with revisions "1-594557" from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

------------------------------------------------------------------------
r603656 | jeremias | 2007-12-12 17:13:06 +0100 (Mi, 12 Dez 2007) | 307 lines

Merged revisions 594558-603642 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r594571 | vhennebert | 2007-11-13 17:24:32 +0100 (Di, 13 Nov 2007) | 7 lines
  
  Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move:
  - bugfix: border-resolution for border-end on row-spanning cells was wrong
  - bugfix: in case of missing cells the border-end of the table was applied to an inner cell, instead of the cell in the last column (but missing cells aren't painted yet :-\)
  - bugfix: in collapsing-border model, border-before and -after specified on table-column were applied to every cell of the column, instead of only the first and the last ones
  - border resolution is now made progressively when possible, and no longer triggers the fetching of all the rows of the table
  Added testcases for the border conflict resolution (between the various elements of a table and not only the cells)
........
  r594578 | vhennebert | 2007-11-13 17:50:09 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Moved *GridUnit from layoutmgr/table to fo/flow/table
........
  r594579 | vhennebert | 2007-11-13 17:55:54 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Changed back visibility of fields from public to package-private, due to the move of *GridUnit in the fo.flow.table package
........
  r594584 | vhennebert | 2007-11-13 18:13:19 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Use a singleton for a default BorderInfo of style none, instead of every time a new instance
........
  r594592 | vhennebert | 2007-11-13 18:39:17 +0100 (Di, 13 Nov 2007) | 2 lines
  
  Cleaned up RowGroupLayoutManager and TableRowIterator
........
  r594821 | vhennebert | 2007-11-14 11:18:45 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Moved EffRow to the fo.flow.table package
........
  r594829 | vhennebert | 2007-11-14 11:41:52 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Reduced visibility of some methods and constructors from public to package-private, as a consequence of the move of *GridUnit to the fo.flow.table package
........
  r594836 | vhennebert | 2007-11-14 12:14:03 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Restored the setting of the parent table-row element on grid units
........
  r594852 | vhennebert | 2007-11-14 13:21:53 +0100 (Mi, 14 Nov 2007) | 2 lines
  
  Restored the setting of rowIndex on primary grid units (although testcases were already working...)
........
  r595297 | jeremias | 2007-11-15 14:28:58 +0100 (Do, 15 Nov 2007) | 2 lines
  
  Bugzilla #43143:
  Had to remove the Expert(Subset) Encoding detection as this caused problems with a barcode font that used dfCharset=2 but was not using ExpertSubset encoding. To detect Expert(Subset)Encoding, the AFM needs to be parsed. And since we don't support that encoding, yet, the fallback to WinAnsiEncoding should work well enough.
........
  r595637 | acumiskey | 2007-11-16 13:12:52 +0100 (Fr, 16 Nov 2007) | 3 lines
  
  This should improve the ability of the FontLoader when resolving PFM files
  for Type 1 fonts on case sensitive Unix systems.
........
  r596072 | jeremias | 2007-11-18 11:48:53 +0100 (So, 18 Nov 2007) | 4 lines
  
  ApacheCon US is over.
  OSSSummit was cancelled/postponed.
  Added example for total page count using XSL 1.1
  Adjusted total page count example to new FOP API. (Thanks to Miroslav Gregan for the hint)
........
  r596097 | jeremias | 2007-11-18 17:56:09 +0100 (So, 18 Nov 2007) | 6 lines
  
  Bugzilla #43605:
  Added methods for page-number-citation and page-number-citation-last in FOEventHandler.java
  Submitted by: V. Schappert <vschappert.at.bloomberg.net>
  
  Patch modified by Jeremias:
  Bugfix: FOEventHandler.startPageNumberCitation() was also called in the case of a page-number-citation-last. Introduced abstract base classes to avoid this.
........
  r596100 | jeremias | 2007-11-18 18:17:24 +0100 (So, 18 Nov 2007) | 1 line
  
  Added sample as suggested by Kumar Puppala.
........
  r596390 | vhennebert | 2007-11-19 19:25:27 +0100 (Mo, 19 Nov 2007) | 2 lines
  
  Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900
........
  r596554 | jeremias | 2007-11-20 08:14:33 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugzilla #43904:
  Buffer the OutputStreams in our transcoders if the users forget.
........
  r596600 | jeremias | 2007-11-20 11:20:29 +0100 (Di, 20 Nov 2007) | 3 lines
  
  Bugzilla #43910:
  Avoid a NullPointerException in AreaTreeHandler.endDocument().
  Submitted by: David Delbecq <delbd.at.oma.be>
........
  r596724 | jeremias | 2007-11-20 16:56:33 +0100 (Di, 20 Nov 2007) | 3 lines
  
  Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again.
  Bugfix: Close streams opened by test font resolution in font configuration (the font URIs will be resolved again later anyway).
  Better error message when the loading of font metric files doesn't work due to missing information in the returned Source instances.
........
  r596727 | vhennebert | 2007-11-20 17:07:32 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugfix in tables: wrong element generation by the merging algorithm when glues must be produced to cope with conditional spaces. The corresponding length was added twice: one in the glue itself and one in the following box.
........
  r596739 | cbowditch | 2007-11-20 17:49:13 +0100 (Di, 20 Nov 2007) | 1 line
  
  bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are still some thread synchronization issues to be addressed in the PropertyCache. See the following thread for details: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200711.mbox/%3cBAY117-DAV109E36CC066889386AB917FB870@phx.gbl%3e
........
  r596742 | vhennebert | 2007-11-20 18:08:46 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Added a news entry about Max Berger becoming a committer. Welcome Max!
........
  r596776 | vhennebert | 2007-11-20 19:47:39 +0100 (Di, 20 Nov 2007) | 2 lines
  
  Bugzilla #43803: table cells having no children are allowed in relaxed validation mode.
........
  r597052 | vhennebert | 2007-11-21 13:23:59 +0100 (Mi, 21 Nov 2007) | 2 lines
  
  Bugfix: the last element generated by the merging algorithm may now be a glue
........
  r597448 | jeremias | 2007-11-22 17:13:05 +0100 (Do, 22 Nov 2007) | 2 lines
  
  First draft of a possible new intermediate format for Apache FOP.
  Details on: http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml/NewDesign
........
  r598558 | jeremias | 2007-11-27 09:36:23 +0100 (Di, 27 Nov 2007) | 6 lines
  
  Bugzilla #40230:
  Bugfix: no empty page is generated anymore if there's no content after a break-after.
  
  Bugzilla #43917:
  Bugfix for border-after painting and element list generation when a forced break is involved.
........
  r599536 | vhennebert | 2007-11-29 19:31:13 +0100 (Do, 29 Nov 2007) | 4 lines
  
  Added fixes-bug attributes for:
  - wrong element generation in table when glues are produced
  - border-resolution on row-spanning cells
........
  r599746 | jeremias | 2007-11-30 10:04:54 +0100 (Fr, 30 Nov 2007) | 2 lines
  
  Bugzilla #37993:
  Bugfix: allow multiple bookmarks to point at the same destination.
........
  r600195 | adelmelle | 2007-12-01 22:11:53 +0100 (Sa, 01 Dez 2007) | 1 line
  
  Correction and simplification of the PropertyCache: subclass WeakReference and remove internal threading
........
  r600467 | jeremias | 2007-12-03 11:16:27 +0100 (Mo, 03 Dez 2007) | 2 lines
  
  Log RuntimeExceptions during rendering so that they are at least visible somewhere if someone doesn't set an ErrorListener on the XSLT processor (this could lead to exceptions being swallowed). This is a temporary measure until we have time to improve the exception handling in FOP.
  The original problem that led to this change was: "The number of this PDFNumber must not be empty" while producing a PDF/A with customized filter entries in the PDF configuration. The exception was a follow-up exception after a PDFConformanceException that was swallowed by a default ErrorListener.
........
  r600521 | jeremias | 2007-12-03 14:21:06 +0100 (Mo, 03 Dez 2007) | 1 line
  
  Added a possibility to rerun the whole run a defined number of times to test for possible issues outside a single rendering run.
........
  r600529 | jeremias | 2007-12-03 14:32:04 +0100 (Mo, 03 Dez 2007) | 1 line
  
  Oops.
........
  r601413 | vhennebert | 2007-12-05 17:56:47 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Typo in property: svn:kewords -> svn:keywords
........
  r601415 | acumiskey | 2007-12-05 18:11:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadocs
........
  r601416 | acumiskey | 2007-12-05 18:12:54 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc
........
  r601417 | acumiskey | 2007-12-05 18:13:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc
........
  r601419 | acumiskey | 2007-12-05 18:15:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Improved use of logging
........
  r601423 | acumiskey | 2007-12-05 18:19:43 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Corrected javadoc, fixed checkstyle issues, and now also correctly caters for negative number conversions
........
  r601424 | acumiskey | 2007-12-05 18:21:15 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Fixed checkstyle issues
........
  r601426 | acumiskey | 2007-12-05 18:24:15 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601427 | acumiskey | 2007-12-05 18:25:07 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601428 | acumiskey | 2007-12-05 18:25:58 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601429 | acumiskey | 2007-12-05 18:27:06 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601430 | acumiskey | 2007-12-05 18:28:03 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601431 | acumiskey | 2007-12-05 18:28:48 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601432 | acumiskey | 2007-12-05 18:29:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601433 | acumiskey | 2007-12-05 18:30:04 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601434 | acumiskey | 2007-12-05 18:31:20 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601435 | acumiskey | 2007-12-05 18:32:29 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601436 | acumiskey | 2007-12-05 18:34:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601437 | acumiskey | 2007-12-05 18:35:31 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601438 | acumiskey | 2007-12-05 18:36:12 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes and cleanup
........
  r601439 | acumiskey | 2007-12-05 18:37:40 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601440 | acumiskey | 2007-12-05 18:39:54 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601442 | acumiskey | 2007-12-05 18:42:13 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601443 | acumiskey | 2007-12-05 18:42:48 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601444 | acumiskey | 2007-12-05 18:43:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601445 | acumiskey | 2007-12-05 18:44:36 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601446 | acumiskey | 2007-12-05 18:45:20 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601447 | acumiskey | 2007-12-05 18:47:44 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601448 | acumiskey | 2007-12-05 18:48:56 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601449 | acumiskey | 2007-12-05 18:49:46 +0100 (Mi, 05 Dez 2007) | 2 lines
  
  Checkstyle fixes
........
  r601712 | acumiskey | 2007-12-06 12:57:14 +0100 (Do, 06 Dez 2007) | 2 lines
  
  Temporary fix to the build
........
  r602045 | jeremias | 2007-12-07 10:20:28 +0100 (Fr, 07 Dez 2007) | 1 line
  
  Avoid a NPE in toString().
........
  r602125 | maxberger | 2007-12-07 16:36:53 +0100 (Fr, 07 Dez 2007) | 6 lines
  
  Updated xmlgraphics from SVN
  Added autodetection of fonts in jar files (x-font and x-font-truetype)
  Added files needed for testcase
  Please note: Actual testcase is still missing!
........
  r602898 | maxberger | 2007-12-10 14:35:33 +0100 (Mo, 10 Dez 2007) | 2 lines
  
  Added documentation for font-in-jar-files
........
  r603590 | acumiskey | 2007-12-12 13:24:10 +0100 (Mi, 12 Dez 2007) | 4 lines
  
  * Added an SVG handler and Graphics2D implementation for AFP which injects AFP GOCA structured fields into the AFPDataStream.
  * Fixed many checkstyle problems.
  * Updated xmlgraphics-commons-1.3svn.jar to include changes to TextHandler
........
  r603592 | acumiskey | 2007-12-12 13:26:39 +0100 (Mi, 12 Dez 2007) | 2 lines
  
  Updated status with SVG support for AFP.
........

------------------------------------------------------------------------
r603661 | jeremias | 2007-12-12 17:20:09 +0100 (Mi, 12 Dez 2007) | 1 line

Fix javadoc
------------------------------------------------------------------------
r603886 | jeremias | 2007-12-13 12:15:48 +0100 (Do, 13 Dez 2007) | 1 line

Copy/paste programming is dangerous. :-)
------------------------------------------------------------------------
r603902 | jeremias | 2007-12-13 13:17:56 +0100 (Do, 13 Dez 2007) | 2 lines

Factored out all image handling code in the PDFRenderer into PDFImageHandler classes. The interface was introduced to handle PDF-in-PDF images.
The PDFImageHandler interface changes in a backwards-incompatible way but since the PDF-in-PDF plug-in probably has the only implementation, that's not very problematic. I'll release a new version as soon as the image stuff is merged back into Trunk.
------------------------------------------------------------------------
r603937 | jeremias | 2007-12-13 16:20:46 +0100 (Do, 13 Dez 2007) | 1 line

Some cleanup
------------------------------------------------------------------------
r603938 | jeremias | 2007-12-13 16:23:23 +0100 (Do, 13 Dez 2007) | 2 lines

Switch PCL renderer to new image package.
Add an option to force a color canvas (RGB) instead of a gray canvas. Set this to true for all SVG graphics since Batik does not seem to support gradients on a grayscale canvas (IllegalArgumentException).
------------------------------------------------------------------------
r604122 | jeremias | 2007-12-14 08:58:56 +0100 (Fr, 14 Dez 2007) | 1 line

Stupid copy/paste again.
------------------------------------------------------------------------
r604135 | jeremias | 2007-12-14 10:04:43 +0100 (Fr, 14 Dez 2007) | 1 line

Preliminary changes to switch to the new image library. TIFF optimizations still missing. Untested.
------------------------------------------------------------------------
r604144 | jeremias | 2007-12-14 11:12:41 +0100 (Fr, 14 Dez 2007) | 1 line

Switch to new image package. At some point we will probably want to remove this example as JEuclid has a better plug-in now.
------------------------------------------------------------------------
r604150 | jeremias | 2007-12-14 11:27:39 +0100 (Fr, 14 Dez 2007) | 1 line

Old JEuclid doesn't notice itself if no MathML document is loaded.
------------------------------------------------------------------------
r604155 | jeremias | 2007-12-14 11:48:07 +0100 (Fr, 14 Dez 2007) | 2 lines

Switched to new image package.
The preloader simply loads the full document and converts it to SVG. That's the only way to determine the intrinsic size of the image.
------------------------------------------------------------------------
r604157 | jeremias | 2007-12-14 11:51:21 +0100 (Fr, 14 Dez 2007) | 1 line

No longer needed.
------------------------------------------------------------------------
r604214 | jeremias | 2007-12-14 17:07:30 +0100 (Fr, 14 Dez 2007) | 1 line

Added work-around for decoding CMYK JPEGs with ImageIO (no guarantees for color fidelity but it's better than not being able to use CMYK images).
------------------------------------------------------------------------
r604297 | jeremias | 2007-12-14 22:14:12 +0100 (Fr, 14 Dez 2007) | 68 lines

Merged revisions 603643-604293 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r603890 | vhennebert | 2007-12-13 12:35:17 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Fixed @throws statements in javadoc
........
  r603926 | adelmelle | 2007-12-13 15:43:08 +0100 (Do, 13 Dez 2007) | 4 lines
  
  Minor tweaks:
  * only add text to a fo:wrapper if it is not a direct flow-descendant
  * error if an fo:wrapper that is a direct flow-descendant contains inline-level children
........
  r603943 | vhennebert | 2007-12-13 16:55:29 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed calls to removeLegalBreaks since they aren't necessary (the whole content is put in a single box anyway) and the method is buggy.
........
  r603945 | vhennebert | 2007-12-13 17:10:32 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Implemented the resolution of collapsing borders in the FO tree, for every situation (normal, cell at the top of a page, cell broken), taking conditionality, headers and footers into account.
........
  r603959 | vhennebert | 2007-12-13 18:21:24 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Reverted change accidentally introduced in the previous commit. A proper fix needs to be found for this one.
........
  r603961 | vhennebert | 2007-12-13 18:31:26 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Ok, now /really/ revert the previous commit :-\
........
  r603962 | vhennebert | 2007-12-13 18:32:43 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Style only: removed trailing white spaces
........
  r603968 | vhennebert | 2007-12-13 19:28:56 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Fixed the handling of columns in the border resolution, especially in case of column-spanning cells
........
  r603975 | vhennebert | 2007-12-13 19:52:48 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed parameter from the endPart method, since the part is already passed as a parameter of the previously called startPart method
........
  r603979 | vhennebert | 2007-12-13 19:57:25 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Removed parameter from the endTablePart method, as the part is already passed as as a parameter of the previously called startTablePart method
........
  r603990 | vhennebert | 2007-12-13 20:17:12 +0100 (Do, 13 Dez 2007) | 2 lines
  
  Throw a ValidationException if table-footer is put after table-body and the table uses the collapsing border model. The footer must be known to properly resolve borders.
........
  r604171 | vhennebert | 2007-12-14 12:32:51 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Clean up: removed all reset and resetPosition methods, which pre-date the Knuth era and are no longer needed
........
  r604180 | vhennebert | 2007-12-14 13:23:10 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Reduced visibility of methods from public to package-private
........
  r604185 | acumiskey | 2007-12-14 14:16:06 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Fixed copy constructor
........
  r604293 | jeremias | 2007-12-14 21:58:53 +0100 (Fr, 14 Dez 2007) | 2 lines
  
  Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF structures)
  (fixes CCITT encoded images)
........

------------------------------------------------------------------------
r604301 | jeremias | 2007-12-14 22:26:27 +0100 (Fr, 14 Dez 2007) | 9 lines

Merged revisions 604294-604299 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r604299 | jeremias | 2007-12-14 22:24:14 +0100 (Fr, 14 Dez 2007) | 1 line
  
  Don't hack when you're tired! Reverting r604293 and instead fixing the right value. It's DecodeParams -> DecodeParms!
........

------------------------------------------------------------------------
r604930 | jeremias | 2007-12-17 18:05:47 +0100 (Mo, 17 Dez 2007) | 2 lines

Dispose ImageReader when done reading.
Don't close streams as some codecs appear to do "late reading" of the image, i.e. only when the rasters are accessed, at which point they still seek on the stream. For this, the streams must remain open. I hope the codecs all properly close the streams once they don't need them anymore. The javadocs are not clear enough in this regards, IMO.
------------------------------------------------------------------------
r604968 | jeremias | 2007-12-17 20:03:45 +0100 (Mo, 17 Dez 2007) | 3 lines

Added an isSupported() method to ImageLoaderFactory so we can check early if an ImageLoader may or may not support a particular subformat. This is used to allow optimized loading of CCITT compressed TIFF images.
Support for undecoded embedding of single-strip CCITT compressed images for PDF, PostScript and AFP.
Added a fallback mechanism for ImageLoaders: if one ImageLoader cannot load a particular image, try equivalent others registered for the same format.
------------------------------------------------------------------------
r604972 | jeremias | 2007-12-17 20:07:43 +0100 (Mo, 17 Dez 2007) | 1 line

Update Commons
------------------------------------------------------------------------
r605138 | jeremias | 2007-12-18 09:42:41 +0100 (Di, 18 Dez 2007) | 2 lines

Support for specifying a particular page number of a multi-page image (such as TIFF).
Format: http://localhost/images/scan1.tif#page=3
------------------------------------------------------------------------
r605479 | jeremias | 2007-12-19 10:18:33 +0100 (Mi, 19 Dez 2007) | 3 lines

Removed new image package after the copying it to XML Graphics Commons.
Adjusted to use the Commons' version.
Batik-dependent plugins remain but will eventually need a different resting place.
------------------------------------------------------------------------
r605486 | jeremias | 2007-12-19 10:39:33 +0100 (Mi, 19 Dez 2007) | 1 line

Adjust the (pre)loader registration for the demo extensions.
------------------------------------------------------------------------
r605567 | jeremias | 2007-12-19 16:03:25 +0100 (Mi, 19 Dez 2007) | 1 line

Fixed scaling and translation (didn't work correctly in certain situations)
------------------------------------------------------------------------
r607034 | jeremias | 2007-12-27 11:47:12 +0100 (Do, 27 Dez 2007) | 71 lines

Merged revisions 604300-607033 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r604475 | vhennebert | 2007-12-15 19:16:01 +0100 (Sa, 15 Dez 2007) | 2 lines
  
  Testcase for the resolution of collapsed and conditional borders in the FO tree
........
  r604678 | adelmelle | 2007-12-16 20:54:00 +0100 (So, 16 Dez 2007) | 8 lines
  
  Streamlining/Correction of the changes made in r603926
  - delegate validation of the fo:wrapper's children to the parent: added static FONode.validateChildNode()
  - narrow the condition for processing text-childnodes: 
    this is not only constrained to fo:flow and fo:static-content, but the same goes 
    for a fo:wrapper that is a direct descendant of a fo:block-container or fo:inline-container, 
    which only allow block-level content (interpretation)
  - minor javadoc fixups/improvements
........
  r604814 | vhennebert | 2007-12-17 11:21:04 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Organized imports
........
  r604965 | vhennebert | 2007-12-17 19:56:46 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Renaming GridUnitPart into the more accurate CellPart. Moreover I was always making the confusion between gup and pgu
........
  r604970 | vhennebert | 2007-12-17 20:05:27 +0100 (Mo, 17 Dez 2007) | 2 lines
  
  Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every hole in the grid is now filled with an EmptyGridUnit
........
  r605195 | vhennebert | 2007-12-18 12:56:38 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Reset previousRowsLength before a new row-group is handled
........
  r605246 | vhennebert | 2007-12-18 17:48:03 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Simplification in RowPainter: avoid the use of an array to store rowOffsets and firstRow index for each part of the table (header, footer, body). One at a time is enough.
........
  r605253 | vhennebert | 2007-12-18 18:01:45 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Renamed firstRow into firstRowIndex and moved its initialization into handeTableContentPosition
........
  r605295 | vhennebert | 2007-12-18 19:58:29 +0100 (Di, 18 Dez 2007) | 2 lines
  
  Streamlined the recording of row offsets, by replacing Map with a List. Fixed bug #43633 in the same time.
........
  r605297 | vhennebert | 2007-12-18 20:02:02 +0100 (Di, 18 Dez 2007) | 3 lines
  
  SVG support for AFP is an important addition IMO.
  IIUC it will have to be advertised in the next release as "Support for SVG images using primitive AFP graphics commands instead of bitmap images", or something like that?
........
  r605517 | vhennebert | 2007-12-19 12:47:38 +0100 (Mi, 19 Dez 2007) | 2 lines
  
  I said currentGU can no longer be null
........
  r605978 | jeremias | 2007-12-20 18:00:46 +0100 (Do, 20 Dez 2007) | 1 line
  
  Remove commented code.
........
  r606004 | jeremias | 2007-12-20 20:19:19 +0100 (Do, 20 Dez 2007) | 1 line
  
  Added support for scale-down-to-fit and scale-up-to-fit.
........
  r607032 | jeremias | 2007-12-27 11:34:15 +0100 (Do, 27 Dez 2007) | 4 lines
  
  Added new extension element: fox:external-document. It allows to add whole documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package.
  
  Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started)
  Some javadoc cleanups.
........

------------------------------------------------------------------------
r607091 | jeremias | 2007-12-27 18:13:45 +0100 (Do, 27 Dez 2007) | 1 line

Avoid cutting away the URI fragment when building URLs from filenames.
------------------------------------------------------------------------
r607092 | jeremias | 2007-12-27 18:15:49 +0100 (Do, 27 Dez 2007) | 3 lines

Switched fox:external-document to new image package.
Added multi-page support for fox:external-document.
Changed multi-page.tiff: page 4 is now bigger than all other pages. (to make sure that individually sized pages are handled properly)
------------------------------------------------------------------------
r607188 | jeremias | 2007-12-28 09:38:26 +0100 (Fr, 28 Dez 2007) | 2 lines

Throwing IllegalStateException causes a prior exception to be swallowed by Xalan-J. Need to throw a SAXException instead.
Instead of logging an error about the element mismatch throw a SAXException because the logging only confuses the user as it's practically always a follow-up exception of an exception happening earlier in the respective startElement() event.
------------------------------------------------------------------------
r607249 | jeremias | 2007-12-28 15:27:39 +0100 (Fr, 28 Dez 2007) | 1 line

Metadata didn't get transported to the renderer when only fox:external-document is used.
------------------------------------------------------------------------
r607256 | jeremias | 2007-12-28 16:06:35 +0100 (Fr, 28 Dez 2007) | 1 line

Corrected content model.
------------------------------------------------------------------------
r607261 | jeremias | 2007-12-28 16:11:56 +0100 (Fr, 28 Dez 2007) | 1 line

Added -imagein to command-line so (multi-page) images such as TIFF files can be converted to PDF and other formats supported by FOP. The default stylesheet can be overwritten (with -xslt) if desired.
------------------------------------------------------------------------
r609530 | jeremias | 2008-01-07 09:16:09 +0100 (Mo, 07 Jan 2008) | 1 line

Fixed copy/paste mistake. Thanks for spotting it, Vincent.
------------------------------------------------------------------------
r609600 | jeremias | 2008-01-07 14:28:53 +0100 (Mo, 07 Jan 2008) | 1 line

Removed "image2" package again and moved the Batik-dependent implementations under the old "image" package. In this form, the deprecated code doesn't conflict with the new implementations anymore.
------------------------------------------------------------------------
r610029 | jeremias | 2008-01-08 16:48:53 +0100 (Di, 08 Jan 2008) | 3 lines

Added minimal support for the .minimum/.maximum components of block/inline-progression-dimension on fo:external-graphic and fo:instream-foreign-object. This will only constrain the image itself but not allow the layout engine itself to resize the image as seen fit.
Added missing Javadocs in ImageLayout.java.

------------------------------------------------------------------------
r611120 | jeremias | 2008-01-11 10:20:57 +0100 (Fr, 11 Jan 2008) | 100 lines

Merged revisions 607034-611115 via svnmerge from 
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk

........
  r607036 | jeremias | 2007-12-27 11:51:11 +0100 (Do, 27 Dez 2007) | 1 line
  
  Don't just exit with no error message if the document contains no content. Pretty irritating if it does so.
........
  r608812 | acumiskey | 2008-01-04 13:14:33 +0100 (Fr, 04 Jan 2008) | 3 lines
  
  The fonts variable would have always had an empty Configuration node (non-null value) even if a <fonts/> wasn't present
  in the fop configuration.
........
  r609567 | jeremias | 2008-01-07 11:52:09 +0100 (Mo, 07 Jan 2008) | 4 lines
  
  Reenabled documentation for fox:destination.
  Enabled intermediate format functionality for fox:destination.
  Added a test case to check fox:destination.
  Deprecated FOP's XMLizable in favor of the XML Graphics Commons variant (and extend that variant).
........
  r609627 | jeremias | 2008-01-07 16:06:24 +0100 (Mo, 07 Jan 2008) | 5 lines
  
  Bugzilla #44176:
  Support for custom fonts in Java2DRenderer and derived renderers.
  Submitted by: Patrick Jaromin <patrick.at.jgsullivan.dot.com>
  
  Patch modified slightly by jeremias.
........
  r610020 | acumiskey | 2008-01-08 16:27:02 +0100 (Di, 08 Jan 2008) | 2 lines
  
  cleaned up
........
  r610021 | acumiskey | 2008-01-08 16:28:56 +0100 (Di, 08 Jan 2008) | 2 lines
  
  Appears to be unused/referenced and superceeded by PageGroup
........
  r610022 | acumiskey | 2008-01-08 16:34:07 +0100 (Di, 08 Jan 2008) | 2 lines
  
  cleaned up
........
  r610023 | acumiskey | 2008-01-08 16:35:18 +0100 (Di, 08 Jan 2008) | 2 lines
  
  fixed javadoc
........
  r610337 | vhennebert | 2008-01-09 12:02:08 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  Fixed checkstyle issues: tabs and trailing spaces
........
  r610355 | vhennebert | 2008-01-09 13:01:21 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  keep-together is an inherited property
........
  r610420 | acumiskey | 2008-01-09 16:40:25 +0100 (Mi, 09 Jan 2008) | 2 lines
  
  cleanup
........
  r610704 | jeremias | 2008-01-10 08:38:47 +0100 (Do, 10 Jan 2008) | 1 line
  
  Added basic support for PDF page labels.
........
  r610739 | jeremias | 2008-01-10 11:13:21 +0100 (Do, 10 Jan 2008) | 1 line
  
  PostScript output now generates the bounding box DSC comments for the whole document.
........
  r610821 | vhennebert | 2008-01-10 16:53:20 +0100 (Do, 10 Jan 2008) | 4 lines
  
  - renamed variables for clarity
  - moved the computation of a cell's content length in PrimaryGridUnit
  - better javadoc for getHeight method in EffRow
........
  r610848 | vhennebert | 2008-01-10 18:41:52 +0100 (Do, 10 Jan 2008) | 2 lines
  
  No need to check if the end of the cell is reached when creating the areas for a row
........
  r610853 | vhennebert | 2008-01-10 18:54:16 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Simplified addAreasAndFlushRow
........
  r610886 | vhennebert | 2008-01-10 20:23:56 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Removed endPart() method and moved its content into addAreasAndFlushRow()
........
  r610891 | vhennebert | 2008-01-10 20:34:13 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Removed accumulatedBPD which is redundant with yoffset
........
  r610893 | vhennebert | 2008-01-10 20:35:24 +0100 (Do, 10 Jan 2008) | 2 lines
  
  The return value of addAreasAndFlushRow is never used, changed it to void
........
  r610905 | vhennebert | 2008-01-10 20:57:29 +0100 (Do, 10 Jan 2008) | 2 lines
  
  Renamed lastRow into currentRow and yoffset into currentRowOffset
........
  r611114 | jeremias | 2008-01-11 10:04:28 +0100 (Fr, 11 Jan 2008) | 2 lines
  
  Bugfix: Some string objects were not encrypted (for example in named destinations)
  I had to refactor the PDF library a little bit but since it only affects the inner API it shouldn't be a problem that I removed some methods which caused trouble because a didn't think about encryption when I worked on the PDF library last year.
........

------------------------------------------------------------------------
r611133 | jeremias | 2008-01-11 11:45:01 +0100 (Fr, 11 Jan 2008) | 4 lines

Fixed merge problems.
Fixed a NPE when a mask is null in BitmapImage.java
Add support for properly encoding binary data as a hexadecimal string object (including encryption).
Adjust palette generation for indexed bitmaps to work correctly with encryption.
------------------------------------------------------------------------
r611138 | jeremias | 2008-01-11 11:59:27 +0100 (Fr, 11 Jan 2008) | 1 line

Removed empty package.
------------------------------------------------------------------------

Revision 592105 - (view) (annotate) - [select for diffs]
Modified Mon Nov 5 17:45:23 2007 UTC (2 years ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68642 byte(s)
Diff to previous 591587 (colored)
Upgraded javac.source and javac.target to 1.4 (to enable asserts, among others)

Revision 591587 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 10:59:09 2007 UTC (2 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68642 byte(s)
Diff to previous 547971 (colored)
Completely reimplemented the PDFTextPainter. All SVG text (including flow text, but excluding special cases with filters) is now painted in PDF text primitives.
The whole thing compiles against and runs with Batik 1.6 but was developed against Batik Trunk (1.7). The TextBridge for SVG 1.2 text is omitted because we're still on Batik 1.6 and FOP wouldn't compile with it. The full feature set is only available with Batik 1.7, of course. With Batik 1.6, font selection may not work as expected.

Revision 547971 - (view) (annotate) - [select for diffs]
Modified Sat Jun 16 19:59:30 2007 UTC (2 years, 5 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68692 byte(s)
Diff to previous 534750 (colored)
remove deprecated style task

Revision 534750 - (view) (annotate) - [select for diffs]
Modified Thu May 3 08:14:12 2007 UTC (2 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 68693 byte(s)
Diff to previous 509231 (colored)
Added Maven artifact building following the same pattern as in XML Graphics Commons.

Revision 509231 - (view) (annotate) - [select for diffs]
Modified Mon Feb 19 16:02:39 2007 UTC (2 years, 9 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 66982 byte(s)
Diff to previous 507539 (colored)
Avoid Ant's deprecated style-task warning

Revision 507539 - (view) (annotate) - [select for diffs]
Modified Wed Feb 14 14:24:36 2007 UTC (2 years, 9 months ago) by vhennebert
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 67011 byte(s)
Diff to previous 493717 (colored)
Stricter user config file validation.
Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs.
Invalid resource paths should be catched now. Fixes bug #40120.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)

Revision 493717 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 13:19:45 2007 UTC (2 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 65925 byte(s)
Diff to previous 489585 (colored)
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues

Revision 489585 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 09:16:18 2006 UTC (2 years, 11 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 65845 byte(s)
Diff to previous 477112 (colored)
Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm

Revision 477112 - (view) (annotate) - [select for diffs]
Modified Mon Nov 20 09:00:04 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 63490 byte(s)
Diff to previous 476808 (colored)
Removed Implementation-URL entry as that seems to be used for automatic extension downloading:
See http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Main%20Attributes

Revision 476808 - (view) (annotate) - [select for diffs]
Modified Sun Nov 19 12:50:06 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 63582 byte(s)
Diff to previous 474225 (colored)
Put LICENSE and NOTICE in all important build artifacts.

Revision 474225 - (view) (annotate) - [select for diffs]
Modified Mon Nov 13 10:08:19 2006 UTC (3 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 63342 byte(s)
Diff to previous 462742 (colored)
Bugzilla #40729:
Support for the rgb-icc() function and for a proprietary cmyk() function (for device CMYK colors only through the PDF renderer so far).
Submitted by: Peter Coppens <pc.subscriptions.at.gmail.com>

Patch slightly modified to comply with our Java conventions, plus some minor editing.

Revision 462742 - (view) (annotate) - [select for diffs]
Modified Wed Oct 11 09:07:19 2006 UTC (3 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 63282 byte(s)
Diff to previous 451393 (colored)
Added a task for a source JAR (for Maven and Eclipse users)

Revision 451393 - (view) (annotate) - [select for diffs]
Modified Fri Sep 29 19:19:41 2006 UTC (3 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 61786 byte(s)
Diff to previous 448543 (colored)
Setting basedir on the JUnit tasks to avoid problems in certain environments.
Submitted by: Andrejus Chaliapinas <a.chaliapinas.at.infosana.com>

Revision 448543 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 13:05:13 2006 UTC (3 years, 2 months ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 61667 byte(s)
Diff to previous 448523 (colored)
More fo.examples overridable properties, working on bug #5335 comment #14

Revision 448523 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 11:34:35 2006 UTC (3 years, 2 months ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 61470 byte(s)
Diff to previous 446580 (colored)
Overridable property "fo.examples.include" added to select which examples to build

Revision 446580 - (view) (annotate) - [select for diffs]
Modified Fri Sep 15 11:27:51 2006 UTC (3 years, 2 months ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 61398 byte(s)
Diff to previous 426576 (colored)
junit-reports target added, creates HTML test reports

Revision 426576 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 15:44:37 2006 UTC (3 years, 4 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 60280 byte(s)
Diff to previous 411714 (colored)
Changed license headers and updated NOTICE file according to: http://www.apache.org/legal/src-headers.html

Revision 411714 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 08:33:47 2006 UTC (3 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 60097 byte(s)
Diff to previous 411712 (colored)
Oops, remove debug code.

Revision 411712 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 08:31:01 2006 UTC (3 years, 5 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 60142 byte(s)
Diff to previous 397833 (colored)
Set "junit.haltonfailure = on" in build-local.properties to make JUnit tests halt immediately if an test failure is encountered.

Revision 397833 - (view) (annotate) - [select for diffs]
Modified Fri Apr 28 09:44:44 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59890 byte(s)
Diff to previous 391624 (colored)
Extend exclude pattern for JAI-dependant classes.

Revision 391624 - (view) (annotate) - [select for diffs]
Modified Wed Apr 5 14:21:39 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59747 byte(s)
Diff to previous 391332 (colored)
Improved JUnit report creation.
Added support for OutputIntent objects in PDF. When PDF/A-1b is activated OutputIntents are created and the sRGB color space is used by default (hardcoded for the moment for lack of better color infrastructure in FOP).
The sRGB color profile from HP (covering sRGB IEC61966-2.1) is now embedded in fop.jar as a resource so the PDF library can embed it. The sRGB profile from the Sun JRE is much bigger. That's why it's not used.
The Gladiator TrueType font (glb12.ttf) has been copied over from Batik and is used to verify PDF/A-1b's conformance checks.
CMYK JPEG image added to test resources so PDF/A-1b color space checks can be performed.
With the color space checks, support for PDF/A-1b is complete to the degree that FOP supports the creation of elements described in ISO 19005-1, except for the case where an embedded XMP packet is used in the fo:declarations element. In this case the metadata is not synchronized with the values in the Info PDF object which could lead to validation errors when checking for PDF/A-1b conformance.

Revision 391332 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 15:15:23 2006 UTC (3 years, 7 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 60340 byte(s)
Diff to previous 389086 (colored)
Adding dependency on XML Graphics Commons.
Switching to code in XML Graphics Commons for:
- PSGraphics2D
- Service discovery
- Codecs
Removed local classes that have been ported to Commons.
xmlgraphics-commons-snapshot.jar is a Trunk snapshot built with JDK 1.4.2 from today. It should work under JDK 1.3.1.

Revision 389086 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 09:51:14 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59947 byte(s)
Diff to previous 382152 (colored)
Merged Temp_API_Finalization branch back into FOP Trunk:
Finalized API according to the plan in the Wiki: http://wiki.apache.org/xmlgraphics-fop/ApiDesign

In addition to that:
Deprecated the rest of the Fop constructors.
Refactored the FopServlet a bit to make it more versatile and still easy to understand. The FopPrintServlet is now a subclass of FopServlet.
Some further cleanup on the way.

Revision 382152 - (view) (annotate) - [select for diffs]
Modified Wed Mar 1 20:47:47 2006 UTC (3 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59945 byte(s)
Diff to previous 370811 (colored)
Bugzilla #38821:
Re-added the Class-Path entry in the manifest.

Additional changes:
Fixed the javac.fork property.
Prepared classpaths for when xmlgraphics-commons is ready.

Revision 370811 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 14:15:11 2006 UTC (3 years, 10 months ago) by cbowditch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59524 byte(s)
Diff to previous 369753 (colored)
Added samedir property, to allow Checkstyle 4 to run

Revision 369753 - (view) (annotate) - [select for diffs]
Modified Tue Jan 17 11:07:10 2006 UTC (3 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 59476 byte(s)
Diff to previous 366718 (colored)
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.

The area tree has been cleaned up. The serializability has been restored. The CachedRenderPagesModel works again and can, in certain situations, decrease the maximum amount of memory held at one point in time. Some adjustments were necessary in the area tree to help the work of the AreaTreeParser.

The AreaTreeParser is new and is responsible for parsing area tree XML files and adding pages to a RenderPagesModel instance. It is SAX-based and should be pretty efficient.

XMLUnit (http://xmlunit.sourceforge.net, BSD license) is a new dependency for the test code. It is used to verify the correctness of the intermediate format code. It doesn't have to be installed for the build to run through, though.

ElementMapping got a new method getDOMImplementation() which provides the DOMImplementation used to handle a subdocument of a particular namespace. For example, SVG uses Batik's SVG DOM. The AreaTreeParser needs that to properly recreate foreign objects because it can't use the mechanism of the FO tree. The default implementation returns null.

The ElementMapping instances are no longer maintained by the FOTreeBuilder, but by the newly created ElementMappingRegistry class. It is expected that the instance of this class is moved from the FOTreeBuilder and the AreaTreeParser's Handler class to the "environment class" once it is created to cut down on the startup time for each processed document.

The XMLRenderer has been slightly modified to improve the serialization/deserialization qualities of the area tree XML format.

The XMLRenderer can now mimic another renderer (see mimicRenderer(Renderer)) in order to use its font setup. That way it is made certain that the reparsed area tree will render to the final target format exactly as expected.

Fixed a bug in the XMLHandlerRegistry which did not always return the right XMLHandler for every situation.

Added a DefaultErrorListener to the util package. I've had problems with Xalan-J swallowing exceptions with its default ErrorListener, so I added a simple one for convenience and use in AreaTreeParser.

Example code for working with the AreaTreeParser can be found in examples/embedding. Documentation will follow.

Revision 366718 - (view) (annotate) - [select for diffs]
Modified Sat Jan 7 13:15:53 2006 UTC (3 years, 10 months ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 57272 byte(s)
Diff to previous 357166 (colored)
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.

Revision 357166 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 14:40:20 2005 UTC (3 years, 11 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 57272 byte(s)
Diff to previous 348747 (colored)
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.
XMLHandlers are now configurable.
Standard XMLHandlers now get registered through service lookup.
Simplification: XMLHandlers don't need nested classes for the handling functionality anymore. If Batik, for example, is not in the classpath it will already be detected while registering the XMLHandlers.
The RendererContextConstants interface now standardizes some of the keys used in the RendererContext and helps with actually decoupling the XMLHandler implementations from the renderers. This is one step towards making Batik an optional dependency and making it possible to move the SVG functionality to a separate place later.
Extracted the SVG XMLHandler functionality from the sandbox SVGRenderer into a separate class following the example of the other renderers.

Bugfix in PSSVGHandler: Fixed a copy/paste error which could lead to wrong clipping of an SVG image for PostScript output.

Revision 348747 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 14:57:26 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 57145 byte(s)
Diff to previous 348376 (colored)
Going back to SVN Trunk mode.

Revision 348376 - (view) (annotate) - [select for diffs]
Modified Wed Nov 23 05:08:05 2005 UTC (4 years ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 57148 byte(s)
Diff to previous 348205 (colored)
Added test case for hyphenation-ladder-count, fix broken build.xml with respect hyphenation layout tests

Revision 348205 - (view) (annotate) - [select for diffs]
Modified Tue Nov 22 18:26:26 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 57163 byte(s)
Diff to previous 345474 (colored)
Merged changes 345575:345890 from branches/fop-0_90 into trunk:

"build/site" is now copied to "docs".
The build directory isn't included in either distribution anymore.
Source distribution doesn't contain fop.jar, javadocs and compiled docs anymore to make the distribution smaller.
KEYS and status.xml and lib/xalan*.txt added (Thanks, Simon).
Added version info to javadocs.
Removed limitation to build javadocs only with JDKs >= 1.4. It works fine for me on Win32 Sun JDK 1.3.1_15.
You can add "javahome.jdk14" to your build-local.properties so Forrest docs can be built during a JDK 1.3 distribution build.
Added release notes to site (Thanks, Christian, for the reminder).
Append JDK indicator to binary distribution using system property java.specification.version.
upgrade guide: new configuration format (CG)
Documented additional known issue with PS Renderer that I didn't have time to fix.
Redirects and release names cleaned up as per Simon's suggestions.
Added link to latest release branch to download page.

Revision 345474 - (view) (annotate) - [select for diffs]
Modified Fri Nov 18 08:56:06 2005 UTC (4 years ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56631 byte(s)
Diff to previous 345250 (colored)
XMLified files describing disabled testcases for layout engine and FO tree

Revision 345250 - (view) (annotate) - [select for diffs]
Modified Thu Nov 17 14:27:40 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56449 byte(s)
Diff to previous 345211 (colored)
examples directory was missing in both src and bin distributions.

Revision 345211 - (view) (annotate) - [select for diffs]
Modified Thu Nov 17 08:47:57 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56381 byte(s)
Diff to previous 345209 (colored)
Setting the final version number.
The NOTICE file was missing from the distribution.

Revision 345209 - (view) (annotate) - [select for diffs]
Modified Thu Nov 17 08:15:15 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56300 byte(s)
Diff to previous 345069 (colored)
Make docs target work under Windows.

Revision 345069 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 17:55:50 2005 UTC (4 years ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56172 byte(s)
Diff to previous 344146 (colored)
lowercase filenames for distsclean

Revision 344146 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 15:38:47 2005 UTC (4 years ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56172 byte(s)
Diff to previous 344091 (colored)
docs building with a simple forrest call instead of using import
(because of problems with plugin download and validation)

Revision 344091 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 09:48:26 2005 UTC (4 years ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 56005 byte(s)
Diff to previous 344002 (colored)
exclude hyphenation patterns from source distribution

Revision 344002 - (view) (annotate) - [select for diffs]
Modified Sun Nov 13 23:24:38 2005 UTC (4 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55958 byte(s)
Diff to previous 344000 (colored)
Oops! Removed duplicate 'if'

Revision 344000 - (view) (annotate) - [select for diffs]
Modified Sun Nov 13 23:18:27 2005 UTC (4 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55962 byte(s)
Diff to previous 343994 (colored)
Made junit-layout-hyphenation conditional

Revision 343994 - (view) (annotate) - [select for diffs]
Modified Sun Nov 13 22:46:32 2005 UTC (4 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55943 byte(s)
Diff to previous 332774 (colored)
Made junit-layout-standard conditional
Submitted by: Nils Meier <nmeier.at.users.sourceforge.net>

Revision 332774 - (view) (annotate) - [select for diffs]
Modified Sat Nov 12 13:45:13 2005 UTC (4 years ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55924 byte(s)
Diff to previous 332760 (colored)
Changed tar targets to set execute permission on fop script

Revision 332760 - (view) (annotate) - [select for diffs]
Modified Sat Nov 12 11:46:18 2005 UTC (4 years ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55478 byte(s)
Diff to previous 332575 (colored)
Excluded docs directory from fop dist build

Revision 332575 - (view) (annotate) - [select for diffs]
Modified Fri Nov 11 14:58:37 2005 UTC (4 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 55478 byte(s)
Diff to previous 332292 (colored)
Step 1 (SVN just doesn't want me to delete the old directories):
Created sandbox area (src/sandbox).
Moved MIF, PCL and SVG support to the sandbox due to their current state.
Build adjusted to build a fop-sandbox.jar (the three moved renderers automatically get registered if they are in the classpath).

Revision 332292 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 13:34:17 2005 UTC (4 years ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 54269 byte(s)
Diff to previous 331922 (colored)
Separated JUnit layout tests such that the majority are still run even if no hyphenation support present

Revision 331922 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 23:01:04 2005 UTC (4 years ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 52065 byte(s)
Diff to previous 328891 (colored)
Applied fix for bug #37414. Submitted by Matthew Daniel (bugzilla@mdaniel.scdi.com)

Revision 328891 - (view) (annotate) - [select for diffs]
Modified Thu Oct 27 15:03:21 2005 UTC (4 years, 1 month ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 52077 byte(s)
Diff to previous 328824 (colored)
Updated build.xml to include lib licences in binary build and other small mods

Revision 328824 - (view) (annotate) - [select for diffs]
Modified Thu Oct 27 08:37:15 2005 UTC (4 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51716 byte(s)
Diff to previous 328814 (colored)
Package documentation.

Revision 328814 - (view) (annotate) - [select for diffs]
Modified Thu Oct 27 06:51:15 2005 UTC (4 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51622 byte(s)
Diff to previous 328005 (colored)
Javadoc fixes.
Removed unused code in PDF and PS renderers (fixes javadoc warning).

Revision 328005 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 09:13:53 2005 UTC (4 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51570 byte(s)
Diff to previous 327144 (colored)
Forgot to add the new Version class to the transcoder package.

Revision 327144 - (view) (annotate) - [select for diffs]
Modified Fri Oct 21 10:17:29 2005 UTC (4 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51517 byte(s)
Diff to previous 321196 (colored)
FOP now retrieves the version information from the Manifest or from SVN information if the Manifest is not available.

Revision 321196 - (view) (annotate) - [select for diffs]
Modified Fri Oct 14 19:36:35 2005 UTC (4 years, 1 month ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51024 byte(s)
Diff to previous 315029 (colored)
The classpath for junit-transcoder should not contain fop.jar

Revision 315029 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 20:24:15 2005 UTC (4 years, 1 month ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51022 byte(s)
Diff to previous 307113 (colored)
Use libs-run-classpath for hyphenation-present and junit-layout

Revision 307113 - (view) (annotate) - [select for diffs]
Modified Fri Oct 7 13:15:51 2005 UTC (4 years, 1 month ago) by manuel
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 51113 byte(s)
Diff to previous 306650 (colored)
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

Revision 306650 - (view) (annotate) - [select for diffs]
Modified Thu Oct 6 14:10:09 2005 UTC (4 years, 1 month ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49737 byte(s)
Diff to previous 292942 (colored)
Use checkstyle.config to get the appropriate checkstyle configuration file

Revision 292942 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 09:07:10 2005 UTC (4 years, 1 month ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49865 byte(s)
Diff to previous 291934 (colored)
Build the hyphenation patterns under the build/classes directory.

Revision 291934 - (view) (annotate) - [select for diffs]
Modified Tue Sep 27 13:16:59 2005 UTC (4 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49833 byte(s)
Diff to previous 291860 (colored)
Build should work without Forrest installed

Revision 291860 - (view) (annotate) - [select for diffs]
Modified Tue Sep 27 08:46:03 2005 UTC (4 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49749 byte(s)
Diff to previous 290483 (colored)
Added docs building with forrest
(needs Ant 1.6 and you need to run forrest once manually
 as there's a bug with the plugin download)


Revision 290483 - (view) (annotate) - [select for diffs]
Modified Tue Sep 20 16:24:48 2005 UTC (4 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 48970 byte(s)
Diff to previous 290420 (colored)
dist filenames lowercase
tabs removed

Revision 290420 - (view) (annotate) - [select for diffs]
Modified Tue Sep 20 11:16:59 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 48964 byte(s)
Diff to previous 290407 (colored)
Added Checkstyle 4.0 capability. Added Checkstyle autodetection.
Use checkstyle.home.dir in build-local.properties to point to the
checkstyle home.

Revision 290407 - (view) (annotate) - [select for diffs]
Modified Tue Sep 20 10:11:03 2005 UTC (4 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45860 byte(s)
Diff to previous 289935 (colored)
include serializer.jar in dist (see Bugzilla #36677)
Submitted by: Matthew Daniel <bugzilla -at- mdaniel.scdi.com>

Revision 289935 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 15:19:28 2005 UTC (4 years, 2 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45818 byte(s)
Diff to previous 289562 (colored)
Removal of hyphenation patterns

Revision 289562 - (view) (annotate) - [select for diffs]
Modified Fri Sep 16 14:34:24 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45963 byte(s)
Diff to previous 280828 (colored)
Use uptodate to avoid rebuilding fop-transcoder jars every time.

Revision 280828 - (view) (annotate) - [select for diffs]
Modified Wed Sep 14 11:43:17 2005 UTC (4 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45654 byte(s)
Diff to previous 280298 (colored)
version number update for first preview release

Revision 280298 - (view) (annotate) - [select for diffs]
Modified Mon Sep 12 09:08:52 2005 UTC (4 years, 2 months ago) by bckfnn
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45642 byte(s)
Diff to previous 279661 (colored)
Enabled fotree junit tests.


Revision 279661 - (view) (annotate) - [select for diffs]
Modified Thu Sep 8 22:34:00 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 44510 byte(s)
Diff to previous 279456 (colored)
Require at least Java 1.4 for building the javadocs.
Add todo tag to javadoc task.
Fixed @todo: tags.

Revision 279456 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 23:04:08 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 44064 byte(s)
Diff to previous 279441 (colored)
Allow javadoc to find Ant classes.

Revision 279441 - (view) (annotate) - [select for diffs]
Modified Wed Sep 7 22:25:54 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43964 byte(s)
Diff to previous 279125 (colored)
Add classpathref to CheckStyle task to allow finding FOP Exceptions.

Revision 279125 - (view) (annotate) - [select for diffs]
Modified Tue Sep 6 21:39:21 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43914 byte(s)
Diff to previous 279120 (colored)
Add property for forking javac.
Add javac.fork and user.hyph.dir to the build.porperties templates.

Revision 279120 - (view) (annotate) - [select for diffs]
Modified Tue Sep 6 21:25:45 2005 UTC (4 years, 2 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43691 byte(s)
Diff to previous 278843 (colored)
Moved default property settings from build.properties to build.xml.
Add comments to build.properties.

Revision 278843 - (view) (annotate) - [select for diffs]
Modified Mon Sep 5 21:12:54 2005 UTC (4 years, 2 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43473 byte(s)
Diff to previous 239447 (colored)
Transcoder JAR is missing the new SubInputStream.

Revision 239447 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 19:13:28 2005 UTC (4 years, 3 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43471 byte(s)
Diff to previous 239409 (colored)
Reintroduce they user's hyphenation patterns into the build process.
Fix a bug in the jar-hyphenation target.

Revision 239409 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 14:06:25 2005 UTC (4 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43277 byte(s)
Diff to previous 232785 (colored)
Moved CLI to its own package. New main class is org.apache.fop.cli.Main.
InputHandler is not passed through the FOUserAgent anymore. IMO it doesn't belong there. Instead I defined an interface "Renderable" in the AWT preview that InputHandler implements. This is used exclusively for reloading the document inside the preview dialog.

Revision 232785 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 10:28:32 2005 UTC (4 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43277 byte(s)
Diff to previous 232642 (colored)
javac source seems to be needed, too, when compiling under JDK 5.

Revision 232642 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 20:57:29 2005 UTC (4 years, 3 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43206 byte(s)
Diff to previous 232528 (colored)
Style unification, restored building hyphenation pattern jar

Revision 232528 - (view) (annotate) - [select for diffs]
Modified Sat Aug 13 21:29:58 2005 UTC (4 years, 3 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 43905 byte(s)
Diff to previous 225486 (colored)
Removed some cruft. Expanded rarely used ant properties.
Reenabled hyphenation serialization.
Straightened some build dependencies.

Revision 225486 - (view) (annotate) - [select for diffs]
Modified Wed Jul 27 09:59:30 2005 UTC (4 years, 4 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50173 byte(s)
Diff to previous 198751 (colored)
Changes for restoring JDK 1.3 compatibility.
Submitted by: Robert Bielik <Robert.Bielik.at.gyros.com>

(Patch committed with modifications and additional changes for test code)

Revision 198751 - (view) (annotate) - [select for diffs]
Modified Fri Jun 17 20:58:23 2005 UTC (4 years, 5 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50178 byte(s)
Diff to previous 198688 (colored)
Make this work for case-sensitive users

Revision 198688 - (view) (annotate) - [select for diffs]
Modified Tue May 24 19:45:02 2005 UTC (4 years, 6 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50178 byte(s)
Diff to previous 198552 (colored)
Commented the Class-Path Manifest entry which causes trouble at runtime (ClassNotFoundErrors).
Additional infos echoed during build.

Revision 198552 - (view) (annotate) - [select for diffs]
Modified Tue Mar 29 19:06:08 2005 UTC (4 years, 7 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50027 byte(s)
Diff to previous 198540 (colored)
Reverted to a single hyphenation target

Revision 198540 - (view) (annotate) - [select for diffs]
Modified Wed Mar 23 19:29:57 2005 UTC (4 years, 8 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50472 byte(s)
Diff to previous 198532 (colored)
Added the missing timestamp information. Used W3C Schema DateTime type.

Revision 198532 - (view) (annotate) - [select for diffs]
Modified Mon Mar 21 20:17:15 2005 UTC (4 years, 8 months ago) by adelmelle
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 50382 byte(s)
Diff to previous 198494 (colored)

PR:
Obtained from:
Submitted by:
Reviewed by:
Added 'hyphenation-jar' build target,
Upated startup scripts to include the compiled jar-file

Revision 198494 - (view) (annotate) - [select for diffs]
Modified Mon Mar 14 08:51:26 2005 UTC (4 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49755 byte(s)
Diff to previous 198458 (colored)
checkstyle.header updated (does not check copyright years anymore, because it shouldn't. pattern extended to include $Id$ and package)
Config file for Checkstyle 3.5 (build.xml uses that now)

Revision 198458 - (view) (annotate) - [select for diffs]
Modified Sun Feb 27 20:59:13 2005 UTC (4 years, 8 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49746 byte(s)
Diff to previous 198311 (colored)
Use uptodate to avoid rebuilding the FOP jar even if no classes
have been compiled.

Revision 198311 - (view) (annotate) - [select for diffs]
Modified Mon Jan 24 22:03:56 2005 UTC (4 years, 10 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49505 byte(s)
Diff to previous 198268 (colored)
Replaced absolute image paths with relative

Revision 198268 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 22:07:52 2005 UTC (4 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49558 byte(s)
Diff to previous 198266 (colored)
Adding JAXP plus Xerces for the all-in-one transcoder tests.

Revision 198266 - (view) (annotate) - [select for diffs]
Modified Thu Jan 13 07:04:00 2005 UTC (4 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 49476 byte(s)
Diff to previous 198264 (colored)
Removed Simon's line again and added an explanation why that line shouldn't be there.
Added java.awt.headless="true" to the forked JUnit tests to satisfy Gump.

Revision 198264 - (view) (annotate) - [select for diffs]
Modified Wed Jan 12 19:50:36 2005 UTC (4 years, 10 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 48908 byte(s)
Diff to previous 198243 (colored)
Fixed an error in the classpath of one of the junit tests
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198243 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 19:20:37 2005 UTC (4 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 48859 byte(s)
Diff to previous 198039 (colored)
Fork JUnit test in new VM. (Maybe this fixes classpath problems with commons-logging when Xalan compiles again).
Added layout engine tests specifying a default exclusion file.
To disable the exclusion file add the following line to your build-local.properties:
layoutengine.disabled=

Revision 198039 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 21:52:26 2004 UTC (5 years, 1 month ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 47986 byte(s)
Diff to previous 197909 (colored)
Trying to make Gump output more verbose.

Revision 197909 - (view) (annotate) - [select for diffs]
Modified Mon Sep 6 18:03:12 2004 UTC (5 years, 2 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 47938 byte(s)
Diff to previous 197872 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved hyphenation package to org.apache.fop.hyphenation

Revision 197872 - (view) (annotate) - [select for diffs]
Modified Sat Aug 14 18:50:37 2004 UTC (5 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 48036 byte(s)
Diff to previous 197864 (colored)
Updated Common IO to first release.
Build updated so the transcoder packages are built correctly (reflecting the changes in the source code)
JUnit failures now let the build fail (note: JUnit is currently not activated in Gump runs)

Revision 197864 - (view) (annotate) - [select for diffs]
Modified Tue Aug 10 19:30:33 2004 UTC (5 years, 3 months ago) by spepping
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 47677 byte(s)
Diff to previous 197474 (colored)
This change allows users to set the level of the javadocs task to
private, package or public. It also allows users to set a user
hyphenation directory from which hyphenation files are compiled and
added to the hyph directory in the build.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 197474 - (view) (annotate) - [select for diffs]
Modified Wed Mar 31 10:55:07 2004 UTC (5 years, 7 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46491 byte(s)
Diff to previous 197467 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Conversion of Avalon to Commons-Logger.  (Will still need to update the
examples, which I will take care of next; Jeremias will be modifying
the PDF libraries for more efficient use of the CL loggers.)

Revision 197467 - (view) (annotate) - [select for diffs]
Modified Sun Mar 21 12:38:56 2004 UTC (5 years, 8 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46240 byte(s)
Diff to previous 197393 (colored)
1.) Removed xsl file for property generation (no longer used, due to
Finn's work.)  Removed build.xml entry.

2.) Disconnected the FOUserAgent from the SVGUserAgent.  This will make
the SVGUserAgent more portable although at the cost of a more complex
constructor.

Revision 197393 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 19:39:53 2004 UTC (5 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46468 byte(s)
Diff to previous 197338 (colored)
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

Revision 197338 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 23:03:44 2004 UTC (5 years, 9 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45853 byte(s)
Diff to previous 197335 (colored)
Don't copy codegen files.
Pass graphics configuration adapter source to javadoc.
Random xdoc directory reference fixes (still incomplete).

Revision 197335 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 21:51:01 2004 UTC (5 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45816 byte(s)
Diff to previous 197247 (colored)
Fix packaging of all-in-one transcoder JAR (due to changes in Commons IO).

Revision 197247 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 15:07:29 2004 UTC (5 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45744 byte(s)
Diff to previous 197244 (colored)
Fixed a bug where I got a NoClassDefFoundError when I'm using a build-local.properties where I set optional.lib.dir to an absolute Windows path. These absolute paths weren't removed somehow resulting in NoClassDefFound errors due to a illegal Class-Path entry in fop.jar's manifest.

Revision 197244 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 22:40:51 2004 UTC (5 years, 10 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45681 byte(s)
Diff to previous 197241 (colored)
Applied Thomas DeWeese's latest patch for the PDF transcoder.

Revision 197241 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 09:06:05 2004 UTC (5 years, 10 months ago) by bckfnn
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45515 byte(s)
Diff to previous 197240 (colored)
Abandon codegenerated property makers and use bean-like makers instead.

- ShorthandParsers are made stateless.
- Makers for compound properties inherts from new CompoundPropertyMaker
  class and overrides makeNewProperty.
- FOPropertyMapping is no longer generated but is handcoded.
- get() and findProperty() methods are moved from PropertyList to the
  property makers.


PR: 25873

Revision 197240 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 19:36:39 2004 UTC (5 years, 10 months ago) by bckfnn
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46859 byte(s)
Diff to previous 197221 (colored)
Match the version string is apps.Version.

PR: 25691

Revision 197221 - (view) (annotate) - [select for diffs]
Modified Tue Jan 20 01:33:58 2004 UTC (5 years, 10 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46863 byte(s)
Diff to previous 197213 (colored)
FOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties
to fo package in preparation for new property maker implementation.

Revision 197213 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:29:46 2004 UTC (5 years, 10 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 47037 byte(s)
Diff to previous 197050 (colored)
Moved the interfaces into the Constants class on a trial basis (we may still
choose to remove them in favor of strictly using Constants.)  Two interfaces
(span and position) were removed because of conflicts with other class names.

The interface generation was moved into Constants.xsl, which is run manually
via the XsltToJava ant task and its output is then checked in.  As a result,
no more autogeneration of these interfaces at build time will be done.

Revision 197050 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 23:23:05 2003 UTC (5 years, 11 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46879 byte(s)
Diff to previous 197048 (colored)
Initial Check-in of PropertySets.java and .xsl.  (Similar to Alt-Design's
PropertySets, however uses integer arrays to identify those properties
relevant for an FO.)

Revision 197048 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 21:37:44 2003 UTC (5 years, 11 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46764 byte(s)
Diff to previous 197043 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) renamed enumgen.xsl to longer but hopefully clearer
prop-val-enum-interfaces.xsl

2.) Moved Constants.java from fo.properties to fo package, to reduce the
need for layout and renderers to import directly from the properties package.

Revision 197043 - (view) (annotate) - [select for diffs]
Modified Sat Dec 20 17:40:01 2003 UTC (5 years, 11 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46805 byte(s)
Diff to previous 197038 (colored)
Property Makers now being activated via int constants.  (Maker classes themselves, as well as code referencing the properties, still need conversion to int's.  Also, HashMaps for String and Integer in FOPropertyMapping and FObj temporarily being retained for troubleshooting purposes.)  Contribution mainly from Finn Bock (Bug #25480).

Revision 197038 - (view) (annotate) - [select for diffs]
Modified Mon Dec 15 01:07:50 2003 UTC (5 years, 11 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46851 byte(s)
Diff to previous 196991 (colored)
1. Removed the properties.Constants class from automatic generation, and
added Finn Bock's work on Property and Element Constants (currently unused
within application.)  The CVS version is now the official one.  (The
new constants are not currently being used within the application;
more work is needed.)

2. Build.xml has a new helper XSLTtoJAVA task separate from any of the build
processes to generate the Constants class above (although its output is
expected to fall behind what will be maintained in the CVS version.)

3. Some xml and xsl file renaming to make clearer the purposes of those files.

4. Removed a debug statement from PropertyList.java (forgot to remove from
yesterday's work).

Revision 196991 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 22:21:28 2003 UTC (6 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46506 byte(s)
Diff to previous 196981 (colored)
Adjust transcoder packaging to changes in FOP.

Revision 196981 - (view) (annotate) - [select for diffs]
Modified Tue Nov 4 23:59:14 2003 UTC (6 years ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46215 byte(s)
Diff to previous 196978 (colored)
RTF structural renderer moved from root to render.rtf, joining all the other renderers
RTF Library moved from root to render.rtf.rtflib, but kept separate from renderer itself.
See:  http://marc.theaimsgroup.com/?l=fop-dev&m=106753338719406&w=2

Revision 196978 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 23:08:51 2003 UTC (6 years ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46203 byte(s)
Diff to previous 196934 (colored)
Moved mif package (including structural renderer MIFHandler.java) to
render.mif.

Revision 196934 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 20:56:24 2003 UTC (6 years, 2 months ago) by gmazza
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46196 byte(s)
Diff to previous 196630 (colored)
1.) Moved AWT Viewer classes from org.fop.viewer to org.fop.render.awt.viewer
2.) Updated AWT and PDF renderers to draw region borders more accurately.
3.) Rounding errors for determining region sizes in AWT Renderer fixed.

Revision 196630 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 02:09:24 2003 UTC (6 years, 4 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 46152 byte(s)
Diff to previous 196605 (colored)
Place RTFLib into its own group for purposes of javadoc generation. Add package.html files for the RTFLib packages.

Revision 196605 - (view) (annotate) - [select for diffs]
Modified Fri Jul 4 20:54:17 2003 UTC (6 years, 4 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 45997 byte(s)
Diff to previous 196539 (colored)
Add possibility to specify an "optional-lib" directory outside of FOP's tree (for checkstyle, Jimi, JAI etc.)
More base-dir references
Optional JUnit support (only runs when present)
Show ant version
Start of an all-in-one transcoder package

Revision 196539 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 21:11:39 2003 UTC (6 years, 4 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 39851 byte(s)
Diff to previous 196537 (colored)
Made source more friendly for Eclipse (and IDEs in general)
by using conditionally different files instead of source copy
with filtering. Add either src/java-1.3 or src/java1.4 to
your build path, depending on your JDK.
Ant build should automatically choose the correct
file - if the right files are comitted in the current mess, that is.

Revision 196537 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 01:02:21 2003 UTC (6 years, 5 months ago) by pbwest
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 39916 byte(s)
Diff to previous 196533 (colored)
Base all relevant properties on ${basedir}.
Remove jimi libraries from dist.bin.lib fileset.

Revision 196533 - (view) (annotate) - [select for diffs]
Modified Thu Jun 26 07:03:52 2003 UTC (6 years, 5 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 39845 byte(s)
Diff to previous 196532 (colored)
Remove jfor libs and references.

Revision 196532 - (view) (annotate) - [select for diffs]
Modified Thu Jun 26 06:41:48 2003 UTC (6 years, 5 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 39881 byte(s)
Diff to previous 196518 (colored)
Get rtflib (jfor) files to compile.

Revision 196518 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 15:56:51 2003 UTC (6 years, 5 months ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 40232 byte(s)
Diff to previous 196354 (colored)
rtflib package is not compilable yet

Revision 196354 - (view) (annotate) - [select for diffs]
Modified Sun Apr 27 18:19:49 2003 UTC (6 years, 7 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 39881 byte(s)
Diff to previous 196336 (colored)
Enhancements for javadocs.

Revision 196336 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 04:06:40 2003 UTC (6 years, 7 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 38079 byte(s)
Diff to previous 196123 (colored)
move overview.html to fop's root src directory.

Revision 196123 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 00:52:12 2003 UTC (6 years, 8 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 38059 byte(s)
Diff to previous 196090 (colored)
Conditional compilation of jimi, jai, and jce was not working properly. Each 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").

Revision 196090 - (view) (annotate) - [select for diffs]
Modified Thu Mar 13 16:47:20 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 38193 byte(s)
Diff to previous 196073 (colored)
Updated for optional PDF encryption support (depending on availability of JCE)

Revision 196073 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 09:34:59 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 37468 byte(s)
Diff to previous 196067 (colored)
Remove buildtools.xml as it's no longer needed.
Adjust build.xml accordingly.

Revision 196067 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 14:37:55 2003 UTC (6 years, 8 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 37222 byte(s)
Diff to previous 196063 (colored)
fixed typos in docs
fixed omission from Images -> images renaming

Revision 196063 - (view) (annotate) - [select for diffs]
Modified Tue Mar 11 13:18:44 2003 UTC (6 years, 8 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 37222 byte(s)
Diff to previous 195921 (colored)
Adjust to new source location (src/org --> src/java/org)

Revision 195921 - (view) (annotate) - [select for diffs]
Modified Sun Feb 2 16:38:28 2003 UTC (6 years, 9 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 37133 byte(s)
Diff to previous 195865 (colored)
Added target for building the servlet.
Default target is now "all" which, besides the jar, also builds the WAR and the PDF transcoder.

Revision 195865 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 19:30:23 2003 UTC (6 years, 10 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 36666 byte(s)
Diff to previous 195864 (colored)
include font classes for pdf transcoder

Revision 195864 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 15:07:05 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 36616 byte(s)
Diff to previous 195831 (colored)
Adjust to new directory for hyphenation

Revision 195831 - (view) (annotate) - [select for diffs]
Modified Wed Jan 8 14:45:12 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 36672 byte(s)
Diff to previous 195825 (colored)
Update for 2003

Revision 195825 - (view) (annotate) - [select for diffs]
Modified Wed Jan 8 14:08:03 2003 UTC (6 years, 10 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 36672 byte(s)
Diff to previous 195816 (colored)
Base 14 fonts are now generated to org.apache.fop.fonts.base14
CodePointMapping is now generated to org.apache.fop.fonts

Revision 195816 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 19:43:57 2003 UTC (6 years, 10 months ago) by pietsch
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 37345 byte(s)
Diff to previous 195685 (colored)
Added Ant target for validating xdocs.
Some FAQ enhancments.
Minor edits to output.xml.

Revision 195685 - (view) (annotate) - [select for diffs]
Modified Sat Nov 30 08:54:26 2002 UTC (6 years, 11 months ago) by vmote
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33685 byte(s)
Diff to previous 195617 (colored)
white-space and line-ending fixes

Revision 195617 - (view) (annotate) - [select for diffs]
Modified Fri Nov 22 18:07:13 2002 UTC (7 years ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33939 byte(s)
Diff to previous 195397 (colored)
Adjusted to new JARs

Revision 195397 - (view) (annotate) - [select for diffs]
Modified Fri Nov 1 06:44:15 2002 UTC (7 years ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33563 byte(s)
Diff to previous 195395 (colored)
first shot at RTFHandler using jfor RTF library

Revision 195395 - (view) (annotate) - [select for diffs]
Modified Thu Oct 31 17:16:18 2002 UTC (7 years ago) by bdelacretaz
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33527 byte(s)
Diff to previous 195367 (colored)
build.properties and build-local.properties allow local override of build settings

Revision 195367 - (view) (annotate) - [select for diffs]
Modified Mon Oct 28 09:26:46 2002 UTC (7 years, 1 month ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33175 byte(s)
Diff to previous 195210 (colored)
removed unneeded values

Revision 195210 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 20:24:15 2002 UTC (7 years, 2 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 34149 byte(s)
Diff to previous 195191 (colored)
Streamlined build process without copying around whole directory trees.
Uses filters to manage JDK 1.3 and 1.4 differences.
Beautified build.xml (2 space indents)

Revision 195191 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 23:35:33 2002 UTC (7 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 36249 byte(s)
Diff to previous 195153 (colored)
Fixed FOP anttask
Added task for example PDF generation

Revision 195153 - (view) (annotate) - [select for diffs]
Modified Thu Sep 5 15:53:56 2002 UTC (7 years, 2 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 35386 byte(s)
Diff to previous 195149 (colored)
Added an optional target to generate a Checkstyle report.

Revision 195149 - (view) (annotate) - [select for diffs]
Modified Wed Sep 4 08:36:37 2002 UTC (7 years, 2 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33893 byte(s)
Diff to previous 195138 (colored)
removed old configuration

Revision 195138 - (view) (annotate) - [select for diffs]
Modified Mon Sep 2 17:40:54 2002 UTC (7 years, 2 months ago) by chrisg
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 34037 byte(s)
Diff to previous 195067 (colored)
fixed problem with font metrics generation and jdk1.4
(the problem is a old xalan version which comes with the jdk)

Revision 195067 - (view) (annotate) - [select for diffs]
Modified Wed Aug 7 14:18:36 2002 UTC (7 years, 3 months ago) by jeremias
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29095 byte(s)
Diff to previous 195059 (colored)
<action dev="JM" type="update" context="build">
Improve build process for more flexibility when external jars change.
Changed to use -projecthelp option from Ant 1.5 instead of "usage" target.
</action>

Revision 195059 - (view) (annotate) - [select for diffs]
Modified Tue Aug 6 06:31:52 2002 UTC (7 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29520 byte(s)
Diff to previous 195029 (colored)
makes antRun exec in build.sh and adds overview for javadoc generation
Submitted by:	Victor Mote <vic@outfitr.com>
updated classpaths

Revision 195029 - (view) (annotate) - [select for diffs]
Modified Thu Jul 25 09:32:26 2002 UTC (7 years, 4 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29628 byte(s)
Diff to previous 194942 (colored)
removed unneeded filter

Revision 194942 - (view) (annotate) - [select for diffs]
Modified Mon Jul 1 11:03:07 2002 UTC (7 years, 4 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30043 byte(s)
Diff to previous 194932 (colored)
added target for pdf transcoder

Revision 194932 - (view) (annotate) - [select for diffs]
Modified Fri Jun 28 07:52:54 2002 UTC (7 years, 5 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 28565 byte(s)
Diff to previous 194733 (colored)
proper use of font encodings for native fonts
updated xalan
Submitted by:	Rainer Garus <rainer.garus@arcor.de>

Revision 194733 - (view) (annotate) - [select for diffs]
Modified Thu Apr 11 09:33:31 2002 UTC (7 years, 7 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29188 byte(s)
Diff to previous 194707 (colored)
replaced logkit logger with the logger interface in avalon framework
Submitted by:	Michael Gratton <mjg@recalldesign.com>

Revision 194707 - (view) (annotate) - [select for diffs]
Modified Mon Mar 18 08:58:05 2002 UTC (7 years, 8 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29150 byte(s)
Diff to previous 194638 (colored)
updates to docs with build target for understanding and alt.design
Submitted by:	"Peter B. West" <pbwest@powerup.com.au>
Reviewed by:	Keiron

Revision 194638 - (view) (annotate) - [select for diffs]
Modified Mon Feb 11 09:54:47 2002 UTC (7 years, 9 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 28179 byte(s)
Diff to previous 194611 (colored)
updated date to current year

Revision 194611 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 11:57:03 2001 UTC (7 years, 11 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 28179 byte(s)
Diff to previous 194607 (colored)
updated to use style task and removed xslt task

Revision 194607 - (view) (annotate) - [select for diffs]
Modified Fri Dec 14 07:40:50 2001 UTC (7 years, 11 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30102 byte(s)
Diff to previous 194579 (colored)
added design docs to build
removed manifest task - now uses built in ant manifest task (under jar)

Revision 194579 - (view) (annotate) - [select for diffs]
Modified Wed Nov 28 14:04:04 2001 UTC (7 years, 11 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29701 byte(s)
Diff to previous 194575 (colored)
added message about cvs, fixed compiler options

Revision 194575 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 07:15:38 2001 UTC (8 years ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29699 byte(s)
Diff to previous 194533 (colored)
updates for ext, and message handler changes

Revision 194533 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 12:04:26 2001 UTC (8 years ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30414 byte(s)
Diff to previous 194528 (colored)
added targets to build html and corresponding pdf docs

Revision 194528 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 07:21:33 2001 UTC (8 years ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 28907 byte(s)
Diff to previous 194461 (colored)
updated build scripts for new jars and removed old targets

Revision 194461 - (view) (annotate) - [select for diffs]
Modified Wed Sep 12 09:30:40 2001 UTC (8 years, 2 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 31610 byte(s)
Diff to previous 194443 (colored)
made the construction of foreign name dom a bit more direct
and simple reducing number of classes

Revision 194443 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 14:26:24 2001 UTC (8 years, 3 months ago) by klease
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 32785 byte(s)
Diff to previous 194431 (colored)
Remove now unnecessary mergefile from xslt processing for font files.

Revision 194431 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 11:33:44 2001 UTC (8 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33177 byte(s)
Diff to previous 194422 (colored)
adjusted classpath libs for logging

Revision 194422 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 09:45:14 2001 UTC (8 years, 3 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33102 byte(s)
Diff to previous 194417 (colored)
added logkit (version 1.0b4) for logging

Revision 194417 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 00:52:42 2001 UTC (8 years, 3 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33035 byte(s)
Diff to previous 194414 (colored)
AHS: need to specifically delete tarfiles after all

Revision 194414 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 00:16:20 2001 UTC (8 years, 3 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 32987 byte(s)
Diff to previous 194412 (colored)
AHS: build improvements; version change

Revision 194412 - (view) (annotate) - [select for diffs]
Modified Sun Aug 12 17:37:25 2001 UTC (8 years, 3 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 33125 byte(s)
Diff to previous 194410 (colored)
AHS: tweaks to process

Revision 194410 - (view) (annotate) - [select for diffs]
Modified Sun Aug 12 17:05:13 2001 UTC (8 years, 3 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 32996 byte(s)
Diff to previous 194335 (colored)
AHS: Build and runtime file updates

Revision 194335 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 06:58:00 2001 UTC (8 years, 4 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 32827 byte(s)
Diff to previous 194255 (colored)
added support for easily using w3c testsuite for build target test

Revision 194255 - (view) (annotate) - [select for diffs]
Modified Fri May 18 09:56:05 2001 UTC (8 years, 6 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 31953 byte(s)
Diff to previous 194250 (colored)
fixed classpath for batik jar

Revision 194250 - (view) (annotate) - [select for diffs]
Modified Thu May 17 07:48:06 2001 UTC (8 years, 6 months ago) by keiron
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 31949 byte(s)
Diff to previous 194237 (colored)
FOP now uses Batik to render svg
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.

Revision 194237 - (view) (annotate) - [select for diffs]
Modified Thu May 10 01:44:04 2001 UTC (8 years, 6 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 31306 byte(s)
Diff to previous 194198 (colored)
K. Liddle: testing support

Revision 194198 - (view) (annotate) - [select for diffs]
Modified Sun Apr 8 15:04:56 2001 UTC (8 years, 7 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30956 byte(s)
Diff to previous 194191 (colored)
Updated version to reflect that builds from this are a CVS version in the
next release (0.19.0-CVS)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194191 - (view) (annotate) - [select for diffs]
Modified Tue Apr 3 01:00:38 2001 UTC (8 years, 7 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30956 byte(s)
Diff to previous 194181 (colored)
Removed dist-bin from build; added stuff to make sure viewer resources
and images are included

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194181 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 02:03:41 2001 UTC (8 years, 7 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30247 byte(s)
Diff to previous 194180 (colored)
added missing hyph directory to src dist
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194180 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 01:45:11 2001 UTC (8 years, 7 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 30214 byte(s)
Diff to previous 194178 (colored)
Added enclosing directory for distributions
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194178 - (view) (annotate) - [select for diffs]
Modified Wed Mar 28 05:33:31 2001 UTC (8 years, 8 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29893 byte(s)
Diff to previous 194137 (colored)
Added version filtering to build. Version should now be in only build.xml,
and config.xml picks it up from there during the build process.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194137 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 03:46:20 2001 UTC (8 years, 8 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 29827 byte(s)
Diff to previous 194122 (colored)
Updated build. Added manifest to jar to make it a runnable jar.
Updated dist targets to have separate src and bin builds.
Compressed the xerces-1.2.3.jar to make distributions and cvs
checkouts smaller.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194122 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 21:26:28 2001 UTC (8 years, 8 months ago) by klease
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 28047 byte(s)
Diff to previous 194118 (colored)
Generate new Constants interface in fo.properties, add dependency on included file colorkw.xml

Revision 194118 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 04:22:36 2001 UTC (8 years, 8 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 27561 byte(s)
Diff to previous 194110 (colored)
Updated build to include neccessary jar files
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 1 07:22:46 2001 UTC (8 years, 8 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 27367 byte(s)
Diff to previous 194087 (colored)
Updated build to take new xalan trax file into account.
Upgraded to Ant 1.2 to get new filter features needed
to fix property code generation location bug when using
Xalan 2.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194087 - (view) (annotate) - [select for diffs]
Modified Fri Feb 23 08:27:28 2001 UTC (8 years, 9 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26662 byte(s)
Diff to previous 194077 (colored)
for jdk1.1 compatibility: exclude jdk1.2 dependent files from build

Revision 194077 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 12:01:00 2001 UTC (8 years, 9 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26670 byte(s)
Diff to previous 194067 (colored)
removes '-' to match real file name

Revision 194067 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 03:29:48 2001 UTC (8 years, 9 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26671 byte(s)
Diff to previous 194032 (colored)
Added good ol' 'conf' and 'hyph' to 'dist' target

Revision 194032 - (view) (annotate) - [select for diffs]
Modified Thu Feb 8 14:09:25 2001 UTC (8 years, 9 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26392 byte(s)
Diff to previous 194026 (colored)
removes old reference to FAQ during build of distribution

Revision 194026 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 10:24:59 2001 UTC (8 years, 9 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26454 byte(s)
Diff to previous 194025 (colored)
adding truetype template / updating status

Revision 194025 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 07:34:48 2001 UTC (8 years, 9 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 26140 byte(s)
Diff to previous 194018 (colored)
Added support for PDF outlines (aka bookmarks). See the example in
docs/examples/fo/pdfoutline.fo for an example.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 194018 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 08:35:46 2001 UTC (8 years, 9 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 25441 byte(s)
Diff to previous 193971 (colored)
Added TrueType and embedded font support from Tore Engvig and
Alain Fagot

PR:
Obtained from:
Submitted by:	Tore Engvig <tengvig@infostream.no>, Alain FAGOT <Alain.FAGOT@framfab.nl>
Reviewed by:

Revision 193971 - (view) (annotate) - [select for diffs]
Modified Tue Jan 16 08:18:39 2001 UTC (8 years, 10 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 25529 byte(s)
Diff to previous 193970 (colored)
Fixed a small bug in the prepare-src target for dealing with dual versions
of Xalan.

Revision 193970 - (view) (annotate) - [select for diffs]
Modified Tue Jan 16 08:00:50 2001 UTC (8 years, 10 months ago) by kellyc
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 25486 byte(s)
Diff to previous 193920 (colored)
Packaged build tasks into lib/buildtools.jar
Added buildtools.xml for building the build tools jar file.
Moved source for ant tasks into src/org/apache/fop/tools/anttasks

Set up dual support for Xalan 1 native and Xalan 2 JAXP1.1 transform interfaces.

Revision 193920 - (view) (annotate) - [select for diffs]
Modified Fri Dec 22 02:57:04 2000 UTC (8 years, 11 months ago) by arved
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 24386 byte(s)
Diff to previous 193861 (colored)
JDK 1.1.x changes. Thanks to Art Welch.

Revision 193861 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 19:18:50 2000 UTC (8 years, 11 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 24394 byte(s)
Diff to previous 193848 (colored)
adds hyphenation  (Carlos Villegas, Fotis Jannidis) and simple configuration support (F.J.)

Revision 193848 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 11:30:11 2000 UTC (8 years, 11 months ago) by eschaeffer
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 23642 byte(s)
Diff to previous 193789 (colored)
add JAI target (doesn't compile JAI image class if not present).
Patch from Kelly Campbell.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 193789 - (view) (annotate) - [select for diffs]
Modified Sun Nov 12 20:11:47 2000 UTC (9 years ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 23091 byte(s)
Diff to previous 193764 (colored)
speedup of build process: added a compiled stylesheet cache and a merge capability to Xslt.java
I added the use of <xsl:key> to the font-file.xsl (contributed by Kelly Campbell)

Revision 193764 - (view) (annotate) - [select for diffs]
Modified Fri Nov 10 21:55:11 2000 UTC (9 years ago) by klease
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 22699 byte(s)
Diff to previous 193740 (colored)
Change codegen/properties rules

Revision 193740 - (view) (annotate) - [select for diffs]
Modified Thu Nov 2 12:48:33 2000 UTC (9 years ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 21355 byte(s)
Diff to previous 193739 (colored)
adds support for type 1 fonts by Jeremias Maerki <jeremias.maerki@outline.ch>
based on work by Alain Fagot

Revision 193739 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 14:33:37 2000 UTC (9 years, 1 month ago) by gears
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 20808 byte(s)
Diff to previous 193724 (colored)
Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibility
fixes.

Revision 193724 - (view) (annotate) - [select for diffs]
Modified Thu Oct 12 22:11:33 2000 UTC (9 years, 1 month ago) by gears
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 20824 byte(s)
Diff to previous 193717 (colored)
Christian Geisert's patch to allow JDK 1.1 people to use no images.
Doesn't hurt on 1.2, but haven't tested on 1.1 system.

Revision 193717 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 17:58:56 2000 UTC (9 years, 1 month ago) by gears
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 19813 byte(s)
Diff to previous 193433 (colored)
Domagoj Cosic's patch, and changed FOP CVS version to "0.15cvs" so
people's bug reports are understandable.

Revision 193433 - (view) (annotate) - [select for diffs]
Modified Thu Jun 22 07:49:43 2000 UTC (9 years, 5 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 19810 byte(s)
Diff to previous 193406 (colored)
add: build java classes for font symbol, zapfdingbats

Revision 193406 - (view) (annotate) - [select for diffs]
Modified Sun Jun 18 22:33:20 2000 UTC (9 years, 5 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 19343 byte(s)
Diff to previous 193405 (colored)
fix: delete redundant delete of dist dir

Revision 193405 - (view) (annotate) - [select for diffs]
Modified Sun Jun 18 22:18:37 2000 UTC (9 years, 5 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 19378 byte(s)
Diff to previous 193402 (colored)
change: classes depending on jimi and xt are now only compiled if these libraries are present

Revision 193402 - (view) (annotate) - [select for diffs]
Modified Thu Jun 15 19:14:18 2000 UTC (9 years, 5 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 18538 byte(s)
Diff to previous 193284 (colored)
Fix: removes forgotten closing comment brackets

Revision 193284 - (view) (annotate) - [select for diffs]
Added Mon Mar 6 21:34:41 2000 UTC (9 years, 8 months ago) by fotis
Original Path: xmlgraphics/fop/trunk/build.xml
File length: 18541 byte(s)
Switching from make to Ant

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2