You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/08/22 15:19:26 UTC

DO NOT REPLY [Bug 40123] - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40123>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40123





------- Additional Comments From tom@infoether.com  2006-08-22 13:19 -------
Hm, currently this task has a bit of trouble figuring out the current JavaCC
version; right now it does a check of the various javacc.jar names.  A better
way might be loading up the JavaCC classes and checking
org.javacc.Version.VERSION.  Presumably we'd then run JavaCC via API calls,
which would also be faster since we wouldn't be firing up a new JVM.  

This would be a fairly major change to this task... but a good one, I think. 
Any thoughts - does this sound reasonable?    

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org