You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2019/06/03 19:47:24 UTC

[GitHub] [groovy] eric-milles opened a new pull request #948: eclipse: mark antlr source folders as optional

eric-milles opened a new pull request #948: eclipse: mark antlr source folders as optional
URL: https://github.com/apache/groovy/pull/948
 
 
   ![image](https://user-images.githubusercontent.com/18193802/58829673-10247680-860e-11e9-8b4b-7d49271aa17b.png)
   
   Generate the grammar source folders with:
   >gradlew antlr2classes generateGrammarSource eclipse
   
   GrapeMain makes references to inner classes from type annotation.  Eclipse respects the static scoping of type annotations, so qualifiers are required.  GROOVY-8063 has more details.
   
   This fixes 99% of the build errors in Eclipse IDE.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services