java - How to auto the process of "javacc -> compile with custom compiler -> compile" with maven? -


my process follow:

  1. use javacc compile *.jj files , generate own compiler.
  2. use own compiler compile source code special syntax normal java code.
  3. compile java code *.class file usual.

currently these works manually. there way can these works automatically through maven when build project?


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -