batik/contrib/rasterizertask
liwenjun d0f241e8b9 Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00
..
sources/org/apache/tools/ant/taskdefs/optional Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00
README Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00
build.bat Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00
build.sh Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00
build.xml Import Upstream version 1.17+dfsg 2024-06-12 17:12:14 +08:00

README

#
# Author  : Henri Ruini
# Version : $Id$
#

Content of this directory
=========================

This directory contains rasterizer task for Ant. The task can be used to 
convert SVG files to raster format. This has been contributed by 
Henri Ruini (ruini@iki.fi).

The <sources> directory contains source code for the task. To compile the code 
you need to compile Batik first and then compile the task by typing
.\build.bat compile
in this directory. Type 
.\build.bat help
to display other available targets. In Linux and similar, replace ".\" with
"./" and ".bat" with ".sh" (without the quotes).

NOTE: Due the internal changes in Ant itself the rasterizer task may not 
work if the Ant in use is a different version from the Ant used to build 
the task. Use the same Ant version to build and to execute task to avoid 
strange problems.

At least JDK 1.4 is needed to build and execute the task.