Do we have a public plugin for jjtree-javacc in gradle

I see a plugin for javacc at http://plugins.gradle.org/plugin/ca.coglinc.javacc that works fine with .jj file. However, mine is a .jjt file that the above plugin cannot handle. I probably need a jjtree-javacc plugin for that.

Regards,

-abdur

Sorry I can’t help you directly here. 
Your best chance is to get in contact with the plugin author on github: https://github.com/johnmartel/javaccPlugin

cheers,
René

Hi Rene,

I’m new to git and gradle world. I created a girhub account. Not sure how to contact him.

Regards,

-abdur

Hi Abdur, there is a pull request pending to support this feature. I reviewed the contributor’s code and once we’re both satisfied with his branch, I’ll merge it and release a new version. That should come sooner than later.

Thanks,

John