Opened 17 years ago

Closed 15 years ago

Last modified 10 years ago

#2392 closed task (fixed)

FOP 0.95

Reported by: Moody Owned by: thomas
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Version increment to 0.94

Change History (4)

comment:1 by thomas, 15 years ago

Summary: FOP 0.94FOP 0.95

Version increment to 0.95.

Btw, I'd suggest to modify the install section a bit. It's about the usage of the ant targets which builds a binary distribution which we could better use that a copy of the whole build directory content:

When we do not have "forrest" installed, we cannot create the docs (this is addressed by the first sed) and we need to remove a copy-command cause we do not have the docs:

sed -i -e "s/all,javadocs,docs/all,javadocs/" \
           -e '\#${dist.bin.result.dir}/docs#,\#</copy>#d' build.xml

Than we can use the dist target which does all of the previously used "ant && ant javadocs" but also sets up a directory which all binaries we need in it:

ant dist

Than, the install section is modified a bit from where we copy the binaries to the final location:

install -v -d -m755 /opt/fop-0.95 &&
pushd dist-bin/fop-0.95 &&
cp -v -R * /opt/fop-0.95 &&
popd

comment:2 by thomas, 15 years ago

Owner: changed from blfs-book@… to thomas
Status: newassigned

comment:3 by thomas, 15 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.