| Paketname | libjavacc-maven-plugin-java |
| Beschreibung | maven plugin which uses JavaCC to process JavaCC grammar files |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 2.6-1 |
| Sektion | java |
| Priorität | optional |
| Installierte Größe | 136 Byte |
| Hängt ab von | javacc, jtb, libdoxia-java, libdoxia-sitetools-java, libmaven-reporting-impl-java, libmaven2-core-ja |
| Empfohlene Pakete | |
| Paketbetreuer | Ludovico Cavedon |
| Quelle | javacc-maven-plugin |
| Paketgröße | 64560 Byte |
| Prüfsumme MD5 | de0d4baf6a3c9c3b5bd2cbd981c4ff2e |
| Prüfsumme SHA1 | f734988a207b33ce5a04e128aad72fcb45f87895 |
| Prüfsumme SHA256 | 0fba32107f538ded9a2f8d8cc3b25bcac3e7c2c8535284f0dfbf6ad73b263434 |
| Link zum Herunterladen | libjavacc-maven-plugin-java_2.6-1_all.deb |
| Ausführliche Beschreibung | This plugin uses the JavaCC parser generator to process JavaCC grammar
files and generate the appropriate Java source files. For general
information about JavaCC, see the JavaCC web site.
.
JavaCC grammar files use the extension .jj. This plugin can be used to
locate and process all grammar files within a specified directory. Java
source files will be written to a common generated-sources output
directory, typically located in the build output directory. By default,
the plugin will run during the generate-sources phase, but it can be
configured to run in other phases as well.
.
The plugin can also be used to call the JJTree and JTB tools.
.
Finally, this plugin contains a goal for running JJDoc. JJDoc is a
simple tool that generates BNF documentation for the JavaCC grammar
files. This can be used to generate a report for your project site using
the Maven reporting tools.
|