Re: ant javacc-QueryParser

2006-07-23 Thread Simon Willnauer
Yes, but I always get "Could not create task or type of type: javacc". I use a javacc that I downloaded and installed (i.e. unpacked) manually. Could be anything... :) ant version?! Anyway, I did run the javacc task with a javacc 3.2 version, the generated files don't differ from your commit. So

Re: ant javacc-QueryParser

2006-07-23 Thread Daniel Naber
On Sonntag 23 Juli 2006 15:02, Simon Willnauer wrote: > Did you set the property in your common-build.xml? Yes, but I always get "Could not create task or type of type: javacc". I use a javacc that I downloaded and installed (i.e. unpacked) manually. Regards Daniel -- http://www.danielnaber.

Re: ant javacc-QueryParser

2006-07-23 Thread Simon Willnauer
= p.next; } while (p != null); + } catch(LookaheadSuccess ls) { } } jj_rescan = false; } On 7/23/06, Daniel Naber <[EMAIL PROTECTED]> wrote: Hi, as I cannot get "ant javacc-QueryParser" working I manually applied the changes from my latest commit to QueryP

ant javacc-QueryParser

2006-07-23 Thread Daniel Naber
Hi, as I cannot get "ant javacc-QueryParser" working I manually applied the changes from my latest commit to QueryParser.java. The change was very simple so I think this should be okay. Maybe someone can run "ant javacc-QueryParser" just to be sure. Regar