[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: get the ANT



On Wed, 31 Jan 2001, Andrie wrote:

> I want to install SableCC-2.16.1 but I do not have the Jakarta -Ant. How I
> can get it ?

One does not need ANT to install sablecc. Sablecc 2.16.1 is distributed as
binary package with self executing binary jar file, which works fine under
Java 2 with the command:

java -jar sablecc.jar -d output_dir grammar1 grammar2 ..


If you want to compile sablecc from sources, and generate a binary jar
for yourself, you will need:
*) JAXP compliant XML parser
       (e.g. Xerces: http://xml.apache.org/xerces-j/index.html)
*) ANT (http://jakarta.apache.org/ant/index.html)

Hth,
Mariusz