Last published: 17 June 2005 | Doc for 1.0 |
|
DescriptionThis tag specifies grammars to add to an antlr tag for it's processing. The body of this tag must be a file name to be found in the parent tag's source directory. AttributesNone Nested ElementsNone Examples<j:jelly xmlns:j="jelly:core" xmlns:antlr="jelly:antlr"> <j:set var="maven.antlr.src.dir" value="${basedir}/grammars"/> <antlr:antlr outputDir="${maven.antlr.target.dir}"> <antlr:grammar>file1.antlr</antlr:grammar> <antlr:grammar>file2.antlr</antlr:grammar> </antlr:antlr> </j:jelly> |
© 2002-2005, Apache Software Foundation |