batik/contrib/rasterizertask
Rewnosor 6af8fb3e25 New upstream version 1.17 2024-05-18 17:43:55 +08:00
..
sources/org/apache/tools/ant/taskdefs/optional New upstream version 1.17 2024-05-18 17:43:55 +08:00
README New upstream version 1.17 2024-05-18 17:43:55 +08:00
build.bat New upstream version 1.17 2024-05-18 17:43:55 +08:00
build.sh New upstream version 1.17 2024-05-18 17:43:55 +08:00
build.xml Import Upstream version 1.16 2022-11-16 16:38:49 +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.