Re: [mojo-dev] javacc mvn plugin small bug

2014-04-25 Thread Anders Hammar
You need to create an account at Xircles: http://xircles.codehaus.org/ Then use that to log into Codehaus' Jira instance. Please go ahead and file tickets for anything you think should be fixed/improved. Patches are very welcome! Wrt using src/main/java for output: This is normally not good for

Re: [mojo-dev] javacc mvn plugin small bug

2014-04-25 Thread Victor Bucutea
Anders, I don't have a user for http://jira.codehaus.org/browse/MJAVACC. I'm not really familiar with codehaus way so .. how do I do that ? And come to think of it I would like to submit a patch which might address another thing - the plugin does not provide the ability to keep generated code ins

Re: [mojo-dev] javacc mvn plugin small bug

2014-04-25 Thread Anders Hammar
The best way to handle this is to report a bug: http://mojo.codehaus.org/javacc-maven-plugin/issue-tracking.html You need to create a user account in Codehaus Xircles to log in to Jira. I advocate a three-step process (each step will increase the likelyhood of getting it fixed): 1. Report the bug

[mojo-dev] javacc mvn plugin small bug

2014-04-25 Thread Victor Bucutea
Hey there! Very nice work on the javacc-mvn plugin! I stumbled however on a bug related to the output directoty of the generated jjtree. Now I might be missinterpreting the help documentation and if so please tell me how I should fix it. I've set up a small git for cloning: https://github.com/vi