Home -> Professional -> Match
Match is a tool that searches directories for matching files.
Match is distributed under the Apache License, Version 2.0.
Executable (match.jar). To use the executable, you will need to download this file and use it, either as an ant task or as a command-line application. The tool now requires Java 5 (JDK or JRE 1.5) to run.
Source (match-src.zip). To use the
source, you will need to have a working Ant installation (1.6.4 or newer),
and will need to copy two additional binary distribution files to the
bin subdirectory (created when you unpack the source). These
two files are an Ant binary distribution (available from
the Apache Ant project; version 1.6.4
or newer), and a CheckStyle binary distribution (available via
the CheckStyle website;
version 4.0 Beta 4 or newer). Two additional files, junit.jar and
jsch-0.1.20.jar, must be present in the Ant lib directory, and
may be obtained from the match lib directory after unpacking
the source. You will also need a Java Development Kit; the tool now requires
Java 5 (JDK 1.5) to compile.
To build a fresh copy, unpack the source, obtain the tools mentioned in the previous paragraph, and invoke Ant with no arguments in the directory the source was unpacked into.
Copyright © 2004-2005, Leif Bennett. All rights reserved.