Return-Path: <1010ant@ostermiller.org> Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 16482 invoked from network); 13 Feb 2003 14:43:43 -0000 Received: from ns2.gcctech.com (HELO gcctech.com) (199.33.164.4) by daedalus.apache.org with SMTP; 13 Feb 2003 14:43:43 -0000 Received: from [10.2.1.101] (HELO steveo.gcctech.com) by gcctech.com (CommuniGate Pro SMTP 4.0.2) with ESMTP id 314175; Thu, 13 Feb 2003 09:43:44 -0500 Message-ID: <6829042.1045147427269.JavaMail.steveo@steveo.gcctech.com> Date: Thu, 13 Feb 2003 09:43:47 -0500 (EST) From: 1010ant@ostermiller.org To: user@ant.apache.org Subject: External Ant tools: JFlex and Syntax Highlighting Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I just finished making an Ant task for my syntax highlighting libraries: http://ostermiller.org/syntax/ I also use JFlex which has an ant task. It does not appear to be listed in the external ant tools. I am requesting that both of these tools be listed in the external ant tools list. The diff of the XML file follows. Stephen 682a683,707 > > > >

JFlex is a lexical analyzer generator (also known as scanner > generator) for Java, written in Java.

> > > > > > > > > > > > > > > > > > >
Compatibility:Ant 1.5
URL:http://jflex.de/jflex_anttask.html
Contact:Rafal Mantiuk
License:GNU General Public License (GPL)
>
983a1009,1037 > > > >

Transforms source files into HTML documents with syntax > highlighting. It can handle a variety of source files including > Java, HTML, C/C++, SQL, and Java properties. Colors for > elements are specified using cascading style sheets. The > output can be templated for easy integration with a site's look > and feel.

> > > > > > > > > > > > > > > > > > >
Compatibility:Ant 1.5
URL:http://ostermiller.org/syntax/ant.html
Contact:Stephen Ostermiller
License:GNU General Public License (GPL)
>