There's a maven plugin for javacc. We use it at work. If maven isn't compiling the grammar, it's possible to make it work. I'll try to take a look at this.
Will On Friday, May 29, 2015, Antonio Petrelli <antonio.petre...@gmail.com> wrote: > 2015-05-29 17:21 GMT+02:00 Mike Kienenberger <mkien...@gmail.com > <javascript:;>>: > > > I am also interested in SLF4J support (sorry, Chris, but if you're > > going to propose switching to commons-logging, you might as well go > > with SLF4J: http://www.slf4j.org/faq.html#why_new_project) and my long > > term goals include getting MyFaces and Cayenne to switch to slf4j. > > But it's not a priority. > > > > In theory, Velocity 2.0 has support for SLF4J: > > http://svn.apache.org/repos/asf/velocity/engine/trunk/velocity-engine-slf4j/ > > Moreover, remember that you can use jcl-over-slf4j to mimic commons-logging > while redirecting commons-logging messages to slf4j. > > Antonio >