Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13534 closed enhancement (fixed)

fop-2.5

Reported by: Bruce Dubbs Owned by: blfs-book
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (8)

comment:1 by thomas, 4 years ago

The Apache XML Graphics team is pleased to announce the immediate availability of Apache FOP Version 2.5 [1].

Apache FOP (Formatting Objects Processor) [2] is an output independent print formatter driven by XSL Formatting Objects (XSL-FO) [3]. FOP is a Java application that reads a formatting object tree and renders the resulting pages to a specified output format, of which a variety of formats are supported. Apache FOP is published under the Apache License v2.0.

This release fixes a number of bugs. In addition the following significant functional enhancements are provided:

Allow to hide empty blocks from structure tree

For release notes see [4]. Source and binary distributions can be downloaded from an ASF Mirror at [5]. Further download information is available at [6]. Maven artifacts for this release are available at [7].

Note, that depending on which download mirror you use, it may take up to 24 hours to see the download images at [5].

The Apache XML Graphics team.

comment:2 by Pierre Labastie, 4 years ago

fop-2.5 seems to require maven:

BUILD FAILED
/sources/fop/fop-2.5/fop/build.xml:618: Execute failed: java.io.IOException: Can
not run program "mvn" (in directory "/sources/fop/fop-2.5"): error=2, No such fi
le or directory

comment:3 by Pierre Labastie, 4 years ago

Since anyway a maven binary is needed to build self, and it is only used for fop (in the book), maybe just download the binary when building fop and not install it.

comment:4 by thomas, 4 years ago

Downloaded maven as binary.

cd ~/tmp
wget http://apache.mirror.iphh.net/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
tar -xf apache-maven-3.6.3-bin.tar.gz
PATH=$PATH:$HOME/tmp/apache-maven-3.6.3/bin
cd ~/tmp/fop/build/fop-2.5/fop
...
ant all javadocs
...

builds fine, but mvn downloads 82MB of other binaries into $HOME/.m2/

comment:5 by Pierre Labastie, 4 years ago

Did that too, and got almost 100MB. Will unpack the maven binary in /tmp, and go with that: maintaining a java stack is a book by itself...

comment:6 by Pierre Labastie, 4 years ago

Resolution: fixed
Status: newclosed

Fixed at r23156

comment:7 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:8 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.