Home | History | Annotate | Download | only in antlr-3.4

Lines Matching full:tool

63  tool                  - The ANTLR tool itself
66 gunit - The grammar test tool
67 antlr3-maven-plugin - The plugin tool for Maven allowing Maven
115 in run the mvn command in the sub directory for that tool, such as
132 tool tests can take a long time).
144 [INFO] ANTLR Grammar Tool .................................... SUCCESS [5.431s]
217 would create a circular dependency between the ANTLR tool (which uses
219 uses the tool to build grammar files and gunit to test).
226 Finally, we need to remember that because the tool is dependent on the
228 tool, that we must manually update the versions of each that they
232 tool. The tool itself is always built with the prior released version
336 [INFO] Module: tool
366 to 3.1.3. Also change the version of the tool that the this
386 [INFO] Module: tool
407 the tool to reference the newly release version of the
410 a new version. Edit the pom.xml for the tool (main/tool/pom.xml)
413 just released say 3.1.3, then the tool should now reference
453 references the ANTLR Tool as well. Hence the maven tool is not a child
457 run, that it invokes the build of the ANTLR tool using the version of
459 plugin using the version of ANTLR tool that it has just built. This is
461 up the version of the tool that we expect, but the Maven plugin we
466 tool to use itself to build itself. This is because in
468 current version of the Tool and the Maven plugin, even though in the
469 pom.xml for the tool itself refers to the previous version of the
472 What happens is that if we first cd into the tool and maven
476 tool, the master pom.xml will override it and build with the interim
480 tool again with the version of the tool that was built with itself and
484 prior version of the tool is fine and if there was ever a need to, we
488 the ANTLR tool) when building. If this happens you will see an ANTLR