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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -