[PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-07-25 Thread Tom Copeland
Hi all - Just wanted to submit a small patch for the JavaCC task; the OPTIMIZE_TOKEN_MANAGER option is no longer supported as of JavaCC 4.0. Comments/questions welcome, Yours, Tom Index: src/main/org/apache/tools/ant/taskdefs/optional/javacc/JavaCC.java =

RE: The JavaCC and JJTree tasks....

2003-04-02 Thread Tom Copeland
> Any suggestions for the attribute name: javaccversion "2.1" or "3.0" or > package "com" or "org" ? > Looks like you and Stefan have already worked through this one; thanks for fixing this! Yours, tom

RE: The JavaCC and JJTree tasks....

2003-04-01 Thread Tom Copeland
On Tue, 2003-04-01 at 10:05, Jene Jasper wrote: > I have some patches coming up for JavaCC and JJTree concerning some missing > parameters and also an enhancement for a JJDoc taskdef (code is finished, > only cvs -diff left on a nightly snapshot). > > I could look into a patch for version 3.0 adde

Re: The JavaCC and JJTree tasks....

2003-04-01 Thread Tom Copeland
> Not really. 8-) A patch that would enable the tasks to work with > either version would be appreciated. Sure thing, will do... [much typing and testing commences] Yours, Tom

Re: The JavaCC and JJTree tasks....

2003-04-01 Thread Tom Copeland
> Hmm, Gump still uses the old version, so I guess others will be slow > on switching as well. Yup, JavaCC version updates have been few and far between. Hopefully the package name change to org.netbeans.blah means that a full open sourcing of JavaCC is on the way... this possibility has been ba

The JavaCC and JJTree tasks....

2003-03-31 Thread Tom Copeland
C.java 275c275 < cmdl.setClassname("COM.sun.labs.javacc.Main"); --- > cmdl.setClassname("org.netbeans.javacc.parser.Main"); [EMAIL PROTECTED] javacc]$ = If there's a better way to post the