[ 
https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747884#action_12747884
 ] 

Paul Elschot commented on LUCENE-1851:
--------------------------------------

After svn update I still have the output below, so I think the commit missed 
some files affected by the patch:

svn diff `find contrib/surround -name '*.jj'`

Index: 
contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj
===================================================================
--- 
contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj
      (revision 807956)
+++ 
contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj
      (working copy)
@@ -184,7 +184,7 @@
 }
 
 <DEFAULT> SKIP : {
-  <<_WHITESPACE>>
+  < <_WHITESPACE>>
 }
 
 /* Operator tokens (in increasing order of precedence): */


> 'ant javacc' in root project should also properly create contrib/surround 
> Java files
> ------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1851
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1851
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Paul Elschot
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: javacc20090825.patch, LUCENE-1851.patch
>
>
> For consistency after LUCENE-1829 which did the same for contrib/queryparser

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to